Skip to content

Commit

Permalink
Squashed 'apollo-ios-codegen/' changes from 89c3445b..5684b93c
Browse files Browse the repository at this point in the history
5684b93c chore: Required swift-tools-version update (#479)

git-subtree-dir: apollo-ios-codegen
git-subtree-split: 5684b93cc1c7c861163ba44ce0b5d32820c4b705
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Sep 13, 2024
1 parent eb51b5e commit 036ba87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// swift-tools-version:5.9
//
// The swift-tools-version declares the minimum version of Swift required to build this package.
// Swift 5.9 is available from Xcode 15.0.

import PackageDescription

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct SwiftPackageManagerModuleTemplate: TemplateRenderer {
let casedSchemaNamespace = config.schemaNamespace.firstUppercased

return TemplateString("""
// swift-tools-version:5.7
// swift-tools-version:5.9
import PackageDescription
Expand Down

0 comments on commit 036ba87

Please sign in to comment.