From e8aec07714e81728e5bead7a6143bcaf13b61222 Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 6 Sep 2023 15:18:12 +0000 Subject: [PATCH] version 17.2.2 --- BUILD_INFO | 8 ++--- CHANGELOG.md | 6 ++++ Carthage/Airship.json | 3 +- Carthage/AirshipAutomation-Xcode15.json | 3 +- Carthage/AirshipBasement-Xcode15.json | 3 +- Carthage/AirshipCore-Xcode15.json | 3 +- Carthage/AirshipFeatureFlags-Xcode15.json | 3 +- Carthage/AirshipMessageCenter-Xcode15.json | 3 +- ...pNotificationContentExtension-Xcode15.json | 3 +- ...pNotificationServiceExtension-Xcode15.json | 3 +- Carthage/AirshipPreferenceCenter-Xcode15.json | 3 +- Package.swift | 32 +++++++++---------- VERSION | 2 +- 13 files changed, 45 insertions(+), 30 deletions(-) diff --git a/BUILD_INFO b/BUILD_INFO index 879d871..5672f7f 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,4 +1,4 @@ -Airship SDK v17.2.1 -Build time: Tue Aug 29 23:45:51 UTC 2023 -SDK commit: a9ccfdc -Xcode version: Xcode 15.0 Build version 15A5219j +Airship SDK v17.2.2 +Build time: Tue Sep 5 19:19:31 UTC 2023 +SDK commit: fcbcba4 +Xcode version: Xcode 15.0 Build version 15A5229m diff --git a/CHANGELOG.md b/CHANGELOG.md index f67627c..4acd02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ [Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration) +## Version 17.2.2 September 1, 2023 +Patch release that fixes an issue with the signing of the frameworks. + +### Changes +- Fixed the certificate and included feature flags in signed frameworks. + ## Version 17.2.1 August 29, 2023 Patch release that fixes an issue with not being able to update a Live Activity after it becomes stale. Apps that use `staleDate` with Live Activities should update. diff --git a/Carthage/Airship.json b/Carthage/Airship.json index 3fbf3ec..9f16b5e 100644 --- a/Carthage/Airship.json +++ b/Carthage/Airship.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library/releases/download/17.2.1/Airship-Xcode15.xcframeworks.zip" + "17.2.1": "https://github.com/urbanairship/ios-library/releases/download/17.2.1/Airship-Xcode15.xcframeworks.zip", + "17.2.2": "https://github.com/urbanairship/ios-library/releases/download/17.2.2/Airship-Xcode15.xcframeworks.zip" } \ No newline at end of file diff --git a/Carthage/AirshipAutomation-Xcode15.json b/Carthage/AirshipAutomation-Xcode15.json index 79c53a9..6612bda 100644 --- a/Carthage/AirshipAutomation-Xcode15.json +++ b/Carthage/AirshipAutomation-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipAutomation-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipAutomation-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipAutomation-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipBasement-Xcode15.json b/Carthage/AirshipBasement-Xcode15.json index e04cb07..091f0e3 100644 --- a/Carthage/AirshipBasement-Xcode15.json +++ b/Carthage/AirshipBasement-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipBasement-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipBasement-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipBasement-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipCore-Xcode15.json b/Carthage/AirshipCore-Xcode15.json index 7f82c9f..1597695 100644 --- a/Carthage/AirshipCore-Xcode15.json +++ b/Carthage/AirshipCore-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipCore-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipCore-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipCore-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipFeatureFlags-Xcode15.json b/Carthage/AirshipFeatureFlags-Xcode15.json index 64f09b9..9590d52 100644 --- a/Carthage/AirshipFeatureFlags-Xcode15.json +++ b/Carthage/AirshipFeatureFlags-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipFeatureFlags-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipFeatureFlags-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipFeatureFlags-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipMessageCenter-Xcode15.json b/Carthage/AirshipMessageCenter-Xcode15.json index ae3eade..07108f9 100644 --- a/Carthage/AirshipMessageCenter-Xcode15.json +++ b/Carthage/AirshipMessageCenter-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipMessageCenter-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipMessageCenter-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipMessageCenter-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationContentExtension-Xcode15.json b/Carthage/AirshipNotificationContentExtension-Xcode15.json index 3d7cf3a..29012c2 100644 --- a/Carthage/AirshipNotificationContentExtension-Xcode15.json +++ b/Carthage/AirshipNotificationContentExtension-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationContentExtension-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationContentExtension-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipNotificationContentExtension-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationServiceExtension-Xcode15.json b/Carthage/AirshipNotificationServiceExtension-Xcode15.json index f6f3719..7744192 100644 --- a/Carthage/AirshipNotificationServiceExtension-Xcode15.json +++ b/Carthage/AirshipNotificationServiceExtension-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationServiceExtension-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationServiceExtension-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipNotificationServiceExtension-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipPreferenceCenter-Xcode15.json b/Carthage/AirshipPreferenceCenter-Xcode15.json index d8d8e98..50b425f 100644 --- a/Carthage/AirshipPreferenceCenter-Xcode15.json +++ b/Carthage/AirshipPreferenceCenter-Xcode15.json @@ -1,3 +1,4 @@ { - "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipPreferenceCenter-Xcode15.xcframework.zip" + "17.2.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipPreferenceCenter-Xcode15.xcframework.zip", + "17.2.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipPreferenceCenter-Xcode15.xcframework.zip" } \ No newline at end of file diff --git a/Package.swift b/Package.swift index f76fdeb..34c3794 100644 --- a/Package.swift +++ b/Package.swift @@ -41,43 +41,43 @@ let package = Package( targets: [ .binaryTarget( name: "AirshipAutomation", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipAutomation-Xcode15.xcframework.zip", - checksum: "a5e58ae42b8b07f6dbb58b396798a64374b1890b5196d43b56b0f13dfaa1aad3" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipAutomation-Xcode15.xcframework.zip", + checksum: "1ba461117b9f31ad8ce98bde63f8c3436e1b7baf4903bae188b82dc5904ac425" ), .binaryTarget( name: "AirshipBasement", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipBasement-Xcode15.xcframework.zip", - checksum: "b7a336f0b542dc7201abb30193ac2b49e600cc0c3326c6fe3e61657431d13b20" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipBasement-Xcode15.xcframework.zip", + checksum: "306ae1df9476c6235b2250357595a34f8c5df87ed5556bc2adaea25bc5922130" ), .binaryTarget( name: "AirshipCore", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipCore-Xcode15.xcframework.zip", - checksum: "1b37a46724e289707de86f71d9bb5433f338833ff852a0e773b386e42321b01e" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipCore-Xcode15.xcframework.zip", + checksum: "30254cbfc53a6e0713cdd99c1087f35f731c4c1eca4e8b21493aabfc9b155a80" ), .binaryTarget( name: "AirshipFeatureFlags", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipFeatureFlags-Xcode15.xcframework.zip", - checksum: "640d4ca1fc92de6140f8de6030a9787945bec612f43d5a994025eaf26f8fd41d" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipFeatureFlags-Xcode15.xcframework.zip", + checksum: "8a4a3e88a047be18340deec0d742a1eab99bbeb3968841a43c14dfced31a51ab" ), .binaryTarget( name: "AirshipMessageCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipMessageCenter-Xcode15.xcframework.zip", - checksum: "e8b08a224c3153b1f49db90463eb43091e0a4a54d75611025980267fe44d5b68" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipMessageCenter-Xcode15.xcframework.zip", + checksum: "8b28c76c15794c76683aa574c8cd2e8bc59d9966ae53feec1e53eb71871537d0" ), .binaryTarget( name: "AirshipNotificationContentExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationContentExtension-Xcode15.xcframework.zip", - checksum: "ab87f3ee392114998b5101a1d294c210da2ee2f357fc2a6533fe19f735c38c67" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipNotificationContentExtension-Xcode15.xcframework.zip", + checksum: "6edd051fa06ea0db65c9523af81f83b05c2bf0c8af42248efecb3d036e3ad20a" ), .binaryTarget( name: "AirshipNotificationServiceExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipNotificationServiceExtension-Xcode15.xcframework.zip", - checksum: "e9e3e8a0011978af6d5cb543ca4e0629142ec49bc534c986d1ecf5692b2b6e2d" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipNotificationServiceExtension-Xcode15.xcframework.zip", + checksum: "aa24c068a7b8608c646cd5649db8ae3388f7463be9e9ca7ab214a15bb593918d" ), .binaryTarget( name: "AirshipPreferenceCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.1/AirshipPreferenceCenter-Xcode15.xcframework.zip", - checksum: "6d6322f0d079482e4951c5e7dcb6a91a33b7e258962e643e35a284a7d664254a" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.2.2/AirshipPreferenceCenter-Xcode15.xcframework.zip", + checksum: "26ae58b1c26f9633d95105ef2e14fd4822cac9badd146de3ec0f5bb64a7bf1dd" ) ] ) \ No newline at end of file diff --git a/VERSION b/VERSION index 4ccd527..594bc8d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.2.1 \ No newline at end of file +17.2.2 \ No newline at end of file