diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5d0324..8dac1a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,9 @@ jobs: - name: Select Xcode 26 run: sudo xcode-select -s /Applications/Xcode_26.0.app + - name: Ensure iOS platform is installed + run: xcodebuild -downloadPlatform iOS || true + - name: Install Procursus uses: dhinakg/procursus-action@main with: diff --git a/Asspp.xcodeproj/project.pbxproj b/Asspp.xcodeproj/project.pbxproj index 3bdab27..3dd325a 100644 --- a/Asspp.xcodeproj/project.pbxproj +++ b/Asspp.xcodeproj/project.pbxproj @@ -409,7 +409,7 @@ repositoryURL = "https://github.com/Lakr233/ApplePackage"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.2.3; + minimumVersion = 1.2.7; }; }; 50ABFE1D2F48AAE50077DE1A /* XCRemoteSwiftPackageReference "ButtonKit" */ = { diff --git a/Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved index bccb620..db35b2e 100644 --- a/Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "7c78253d2c10449c714d18337097e74f58beff98cb7c463ed11e4f0debbbbb72", + "originHash" : "1a820beefc59d37b8100e5a7b0793cbbef9e6ba816060518e50d45dbaa8749eb", "pins" : [ { "identity" : "anycodable", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Lakr233/ApplePackage", "state" : { - "revision" : "fd4860b78eb2db60a0dcbe7e5a6e4a3d2cae004e", - "version" : "1.2.3" + "revision" : "28710fec47fa89dfdedf2bf47cc284a2334ddfdc", + "version" : "1.2.7" } }, { @@ -154,6 +154,15 @@ "version" : "1.2.1" } }, + { + "identity" : "swift-argument-parser", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-argument-parser", + "state" : { + "revision" : "6a52f3251125d74daf04fcbd5e6f08a75d074382", + "version" : "1.8.2" + } + }, { "identity" : "swift-asn1", "kind" : "remoteSourceControl", diff --git a/Asspp/Interface/Search/SearchView.swift b/Asspp/Interface/Search/SearchView.swift index c4c06a9..ecf6eca 100644 --- a/Asspp/Interface/Search/SearchView.swift +++ b/Asspp/Interface/Search/SearchView.swift @@ -298,6 +298,8 @@ extension ApplePackage.EntityType { "iphone" case .iPad: "ipad" + case .appleTV: + "appleTV" } } } diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index b4c300d..0d83312 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -2,5 +2,5 @@ // Single source of truth for version numbers // CI can modify this file to update version for all configurations -MARKETING_VERSION = 4.1.1 +MARKETING_VERSION = 4.1.2 CURRENT_PROJECT_VERSION = 0