Skip to content

Commit

Permalink
chore: Required swift-tools-version update (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Sep 13, 2024
1 parent 62c5106 commit ca1e47b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apollo-ios-codegen/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
5 changes: 4 additions & 1 deletion apollo-ios-pagination/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// swift-tools-version: 5.9
// 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
3 changes: 3 additions & 0 deletions apollo-ios/Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// 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

0 comments on commit ca1e47b

Please sign in to comment.