diff --git a/BUILD_INFO b/BUILD_INFO index 712020e..a63c6f6 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,4 +1,4 @@ -Airship SDK v17.5.0 -Build time: Thu Oct 12 17:54:58 UTC 2023 -SDK commit: 2990efb +Airship SDK v17.5.1 +Build time: Wed Oct 18 19:10:20 UTC 2023 +SDK commit: 4a1045a Xcode version: Xcode 14.3.1 Build version 14E300c diff --git a/CHANGELOG.md b/CHANGELOG.md index e1961d7..7ef0309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ [Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration) +## Version 17.5.1 October 18, 2023 +Patch release that fixes an issue with Live Activity registration reporting the wrong value on app restart and fixes a regression introduced in 17.5.0 with image loading in both the Preference Center and Message Center OOTB UI. + +### Changes +- Fixed Message Center list icon loading +- Fixed Preference Center alert icon loading +- Fixed Live Activity registration status reporting `registered` before it actually is able to register. This only occurs if the Live Activity was tracked and failed to generate a token before the app is restarted. + + ## Version 17.5.0 October 12, 2023 Minor release that adds support for querying the Airship registration status of a Live Activity, improves gif loading in Scenes & Surveys, and improves text input handling in Surveys. Applications that use Live Activities or several large GIFs in Scenes & Surveys should update. diff --git a/Carthage/Airship.json b/Carthage/Airship.json index ce0047b..9ae92f8 100644 --- a/Carthage/Airship.json +++ b/Carthage/Airship.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library/releases/download/17.3.0/Airship.xcframeworks.zip", "17.3.1": "https://github.com/urbanairship/ios-library/releases/download/17.3.1/Airship.xcframeworks.zip", "17.4.0": "https://github.com/urbanairship/ios-library/releases/download/17.4.0/Airship.xcframeworks.zip", - "17.5.0": "https://github.com/urbanairship/ios-library/releases/download/17.5.0/Airship.xcframeworks.zip" + "17.5.0": "https://github.com/urbanairship/ios-library/releases/download/17.5.0/Airship.xcframeworks.zip", + "17.5.1": "https://github.com/urbanairship/ios-library/releases/download/17.5.1/Airship.xcframeworks.zip" } \ No newline at end of file diff --git a/Carthage/AirshipAutomation.json b/Carthage/AirshipAutomation.json index 432364a..d745968 100644 --- a/Carthage/AirshipAutomation.json +++ b/Carthage/AirshipAutomation.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipAutomation.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipAutomation.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipAutomation.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipAutomation.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipAutomation.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipAutomation.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipBasement.json b/Carthage/AirshipBasement.json index 3bdb51f..fa2b3f7 100644 --- a/Carthage/AirshipBasement.json +++ b/Carthage/AirshipBasement.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipBasement.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipBasement.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipBasement.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipBasement.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipBasement.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipBasement.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipCore.json b/Carthage/AirshipCore.json index 88f8d3c..c90cfec 100644 --- a/Carthage/AirshipCore.json +++ b/Carthage/AirshipCore.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipCore.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipCore.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipCore.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipCore.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipCore.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipCore.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipFeatureFlags.json b/Carthage/AirshipFeatureFlags.json index 6c95d8e..88d5091 100644 --- a/Carthage/AirshipFeatureFlags.json +++ b/Carthage/AirshipFeatureFlags.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipFeatureFlags.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipFeatureFlags.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipFeatureFlags.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipFeatureFlags.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipFeatureFlags.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipFeatureFlags.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipMessageCenter.json b/Carthage/AirshipMessageCenter.json index 8311e19..3a1f5be 100644 --- a/Carthage/AirshipMessageCenter.json +++ b/Carthage/AirshipMessageCenter.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipMessageCenter.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipMessageCenter.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipMessageCenter.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipMessageCenter.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipMessageCenter.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipMessageCenter.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationContentExtension.json b/Carthage/AirshipNotificationContentExtension.json index 8142f03..5d25fb8 100644 --- a/Carthage/AirshipNotificationContentExtension.json +++ b/Carthage/AirshipNotificationContentExtension.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipNotificationContentExtension.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipNotificationContentExtension.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipNotificationContentExtension.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationContentExtension.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationContentExtension.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationContentExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationServiceExtension.json b/Carthage/AirshipNotificationServiceExtension.json index 7b669bc..ac47e0b 100644 --- a/Carthage/AirshipNotificationServiceExtension.json +++ b/Carthage/AirshipNotificationServiceExtension.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipNotificationServiceExtension.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipNotificationServiceExtension.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipNotificationServiceExtension.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationServiceExtension.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationServiceExtension.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationServiceExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipPreferenceCenter.json b/Carthage/AirshipPreferenceCenter.json index c10de96..1119bea 100644 --- a/Carthage/AirshipPreferenceCenter.json +++ b/Carthage/AirshipPreferenceCenter.json @@ -3,5 +3,6 @@ "17.3.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.0/AirshipPreferenceCenter.xcframework.zip", "17.3.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.3.1/AirshipPreferenceCenter.xcframework.zip", "17.4.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.4.0/AirshipPreferenceCenter.xcframework.zip", - "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipPreferenceCenter.xcframework.zip" + "17.5.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipPreferenceCenter.xcframework.zip", + "17.5.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipPreferenceCenter.xcframework.zip" } \ No newline at end of file diff --git a/Package.swift b/Package.swift index 31868b7..e5bdf61 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.5.0/AirshipAutomation.xcframework.zip", - checksum: "bd50ad374bfd68e655cf54e62d5c9a9ddae099a1151376978a098c07f580ebbc" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipAutomation.xcframework.zip", + checksum: "69df0e14cb93c7f33ebfc87cf3d786a0cc467b8888ff7b19ea499ed8810c5f5d" ), .binaryTarget( name: "AirshipBasement", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipBasement.xcframework.zip", - checksum: "f775ffd44812cc55c23e7061468f064d71590593dcc6b611c79ae463dfbd80d3" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipBasement.xcframework.zip", + checksum: "e4d2cacab1c2a6f3f898ac3a8a16b88563fc6f9af0c9448564ba6e57ba782d8b" ), .binaryTarget( name: "AirshipCore", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipCore.xcframework.zip", - checksum: "126efb838af72b7ab0686a085083271c67ffd14ac58caac5c7f2f5523e3f143e" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipCore.xcframework.zip", + checksum: "a4aa96acf389011f45ceb93caa246efe7f27e6e521cc16a7e021211cfb24ab22" ), .binaryTarget( name: "AirshipFeatureFlags", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipFeatureFlags.xcframework.zip", - checksum: "db225c3e857126d721c077265a7d1cb506f3011b87534ad107b201f15fc81f67" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipFeatureFlags.xcframework.zip", + checksum: "1b009eff662294ea2d7c1ea15d2b043a8d937ce848958894b5f80aa5ae220b05" ), .binaryTarget( name: "AirshipMessageCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipMessageCenter.xcframework.zip", - checksum: "13fdb8f188fb2af6efcc062f51518535859fe28da5c5106e570cec9a3392bc32" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipMessageCenter.xcframework.zip", + checksum: "39833aae9a335b40554d840ff1216f61a970b61cfe2ce1ba7100b5079eabc65d" ), .binaryTarget( name: "AirshipNotificationContentExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationContentExtension.xcframework.zip", - checksum: "ea713da19143780b28a9bf7a2563eaaf84ec0ec219e7389c669add9b23cbfee9" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationContentExtension.xcframework.zip", + checksum: "c4733b3bcc0236d3dcddf08d842fd31d5c68c68c02e9b1224364a309f94e9033" ), .binaryTarget( name: "AirshipNotificationServiceExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipNotificationServiceExtension.xcframework.zip", - checksum: "b76d2c946425193dc373044be6c755c0d2a16e138f3a07d7859198c022925729" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationServiceExtension.xcframework.zip", + checksum: "1c93c855fb8d7390d30c358f7f2bd5fd091ad0459e6f10f64b1506a07366df5d" ), .binaryTarget( name: "AirshipPreferenceCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.0/AirshipPreferenceCenter.xcframework.zip", - checksum: "8a4d5751c7581c7f12405adb21075263d183ae400b8b68848d5991b7de011a0f" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipPreferenceCenter.xcframework.zip", + checksum: "f4c973f01f1f63dd31035faf35e0d056acb66cdca9c17bbf1b9a43861b8f2770" ) ] ) \ No newline at end of file diff --git a/VERSION b/VERSION index e3266a0..e2619c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.5.0 \ No newline at end of file +17.5.1 \ No newline at end of file