diff --git a/BUILD_INFO b/BUILD_INFO index 023313e..4a4b1e7 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,4 +1,4 @@ -Airship SDK v17.6.0 -Build time: Thu Nov 9 22:26:32 UTC 2023 -SDK commit: be4f06b +Airship SDK v17.6.1 +Build time: Tue Nov 21 01:03:16 UTC 2023 +SDK commit: dbb6e85 Xcode version: Xcode 14.3.1 Build version 14E300c diff --git a/CHANGELOG.md b/CHANGELOG.md index 393e28f..9b02513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,21 @@ [Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration) +## Version 17.6.1 November 20, 2023 +Patch release that adds debug symbols to the prebuilt xcframeworks and includes fixes for SPM and Message Center. + +### Changes +- Fixed SPM packages not building due to a duplicate symbol +- Fixed Message Center list view showing a small image icon if a list icon is available and the theme does not enable list icons +- Added debug symbols to xcframeworks to make stack traces easier to read + ## Version 17.6.0 November 9, 2023 -Minor release that adds support for server side feature flag segmentation and improves support for animated webP images in Scenes. +Minor release that adds support for server side feature flag segmentation, Impression billing, and improves support for animated webP images in Scenes. ### Changes - Added server side segmentation for feature flags - Added support for Animated webP frame duration +- Added support for Impression billing - Scene images will preload the first frame of each image in a scene to avoid the image animating in on page view - Fixed swipe voice commands for Scenes diff --git a/Carthage/Airship.json b/Carthage/Airship.json index 358d985..ce2ab98 100644 --- a/Carthage/Airship.json +++ b/Carthage/Airship.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library/releases/download/17.5.1/Airship.xcframeworks.zip", - "17.6.0": "https://github.com/urbanairship/ios-library/releases/download/17.6.0/Airship.xcframeworks.zip" + "17.6.0": "https://github.com/urbanairship/ios-library/releases/download/17.6.0/Airship.xcframeworks.zip", + "17.6.1": "https://github.com/urbanairship/ios-library/releases/download/17.6.1/Airship.xcframeworks.zip" } \ No newline at end of file diff --git a/Carthage/AirshipAutomation.json b/Carthage/AirshipAutomation.json index 47c1109..e1f9a70 100644 --- a/Carthage/AirshipAutomation.json +++ b/Carthage/AirshipAutomation.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipAutomation.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipAutomation.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipAutomation.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipAutomation.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipBasement.json b/Carthage/AirshipBasement.json index 3ec366a..f760d9e 100644 --- a/Carthage/AirshipBasement.json +++ b/Carthage/AirshipBasement.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipBasement.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipBasement.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipBasement.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipBasement.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipCore.json b/Carthage/AirshipCore.json index ed79ec2..6cae3ae 100644 --- a/Carthage/AirshipCore.json +++ b/Carthage/AirshipCore.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipCore.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipCore.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipCore.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipCore.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipFeatureFlags.json b/Carthage/AirshipFeatureFlags.json index e7cbb17..a30cf47 100644 --- a/Carthage/AirshipFeatureFlags.json +++ b/Carthage/AirshipFeatureFlags.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipFeatureFlags.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipFeatureFlags.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipFeatureFlags.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipFeatureFlags.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipMessageCenter.json b/Carthage/AirshipMessageCenter.json index d968376..3f5d466 100644 --- a/Carthage/AirshipMessageCenter.json +++ b/Carthage/AirshipMessageCenter.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipMessageCenter.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipMessageCenter.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipMessageCenter.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipMessageCenter.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationContentExtension.json b/Carthage/AirshipNotificationContentExtension.json index 63901cd..a88ac2d 100644 --- a/Carthage/AirshipNotificationContentExtension.json +++ b/Carthage/AirshipNotificationContentExtension.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationContentExtension.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationContentExtension.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationContentExtension.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipNotificationContentExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationServiceExtension.json b/Carthage/AirshipNotificationServiceExtension.json index 4108b98..81689fd 100644 --- a/Carthage/AirshipNotificationServiceExtension.json +++ b/Carthage/AirshipNotificationServiceExtension.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipNotificationServiceExtension.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationServiceExtension.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationServiceExtension.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipNotificationServiceExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipPreferenceCenter.json b/Carthage/AirshipPreferenceCenter.json index 4251f1c..10d2267 100644 --- a/Carthage/AirshipPreferenceCenter.json +++ b/Carthage/AirshipPreferenceCenter.json @@ -5,5 +5,6 @@ "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.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.5.1/AirshipPreferenceCenter.xcframework.zip", - "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipPreferenceCenter.xcframework.zip" + "17.6.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipPreferenceCenter.xcframework.zip", + "17.6.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipPreferenceCenter.xcframework.zip" } \ No newline at end of file diff --git a/Package.swift b/Package.swift index 3b03c0f..8ed036e 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.6.0/AirshipAutomation.xcframework.zip", - checksum: "ede3cdfa6593f05b22f616d704ef2f6547029827e0b9bff7027650d52b889005" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipAutomation.xcframework.zip", + checksum: "90ab98af3fdaec0c47d5aa7069f601e45ebddbcf04fbf307cb63f3cabf21cf3c" ), .binaryTarget( name: "AirshipBasement", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipBasement.xcframework.zip", - checksum: "2bf8ac8ab181220a1ea5d4404928e61c5409645461242abed6669300875074c1" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipBasement.xcframework.zip", + checksum: "16a89ebf84b1933a78e588e9549fc1cb40e260fe8f41626ba6f5f999cc4af15e" ), .binaryTarget( name: "AirshipCore", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipCore.xcframework.zip", - checksum: "1b9aaaba4511044ed947a9c1e6bef435b45f6ae0ca6959d1d99b239377d72c39" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipCore.xcframework.zip", + checksum: "582fb7455a163e61248c7a137926f39621e770e493bc9bb5e55f7365dad21bd1" ), .binaryTarget( name: "AirshipFeatureFlags", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipFeatureFlags.xcframework.zip", - checksum: "2732a58fef899f2d2509fb2dd949eed256b7abc1017d4af13c5f6230a16706d2" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipFeatureFlags.xcframework.zip", + checksum: "bdaf0248ca6016d98fe62da2267b4f2662701f76db7769ec2e266985e242c1dd" ), .binaryTarget( name: "AirshipMessageCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipMessageCenter.xcframework.zip", - checksum: "87cd3e8dc5b206cc5a469786edc49a249d5e299dcd1add46ccf759ca83f4fde8" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipMessageCenter.xcframework.zip", + checksum: "980827b0475d6b775e68d11a8faa1154309d5246941bbaa02969e113ad31679d" ), .binaryTarget( name: "AirshipNotificationContentExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationContentExtension.xcframework.zip", - checksum: "37caa4764569a17651f8b33193b9aed7c13205d9db67c8d84a5199f735ffd028" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipNotificationContentExtension.xcframework.zip", + checksum: "51794d4c8056fc7fd3491ffca25898955d8acc1d12266a29275fa652408b8ea6" ), .binaryTarget( name: "AirshipNotificationServiceExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipNotificationServiceExtension.xcframework.zip", - checksum: "13241adcca7231fc9f8db57076fc4d2c35355ecbd19f0d7058478f0ee3aae126" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipNotificationServiceExtension.xcframework.zip", + checksum: "4c0a737cd50d41c0baf9039ecf0eedee7c2e1a10fefaeffa649580618b52c271" ), .binaryTarget( name: "AirshipPreferenceCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.0/AirshipPreferenceCenter.xcframework.zip", - checksum: "61406cc8c243feb622526d3c9227fa2855b15ac0c1a4ce302ecefcaec11829d9" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/17.6.1/AirshipPreferenceCenter.xcframework.zip", + checksum: "ce057c6f5b5dcae1c5be2d28f01b94911b7d321fa3aab1520c131af8f661b8c6" ) ] ) \ No newline at end of file diff --git a/VERSION b/VERSION index f37fbe2..5d793f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.6.0 \ No newline at end of file +17.6.1 \ No newline at end of file