diff --git a/BUILD_INFO b/BUILD_INFO index 311604b..903d9e5 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,4 +1,4 @@ -Airship SDK v18.11.0 -Build time: Sat Oct 12 21:57:12 UTC 2024 -SDK commit: 64be1d0 +Airship SDK v18.11.1 +Build time: Tue Oct 15 20:51:22 UTC 2024 +SDK commit: 704123e Xcode version: Xcode 16.0 Build version 16A242d diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d09ba..e498154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # iOS Changelog +## Version 18.12.0 Oct 15, 2024 +Patch release to avoid implicit unwrap when UINavigationBar appearance tintColor is unset. Applications that use the PreferenceCenter should update. + +### Changes +- Removes implicit unwrap of the UINavigationBar appearance tintColor. + ## Version 18.11.0 Oct 11, 2024 Minor release with Message Center and Preference center theming bug fixes and improvements, and a bug fix for IAA videos. Applications that send IAA videos or theme the Message Center or Preference Center and should update. diff --git a/Carthage/Airship.json b/Carthage/Airship.json index 0f8558a..ca5fdf2 100644 --- a/Carthage/Airship.json +++ b/Carthage/Airship.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library/releases/download/18.9.1/Airship.xcframeworks.zip", "18.9.2": "https://github.com/urbanairship/ios-library/releases/download/18.9.2/Airship.xcframeworks.zip", "18.10.0": "https://github.com/urbanairship/ios-library/releases/download/18.10.0/Airship.xcframeworks.zip", - "18.11.0": "https://github.com/urbanairship/ios-library/releases/download/18.11.0/Airship.xcframeworks.zip" + "18.11.0": "https://github.com/urbanairship/ios-library/releases/download/18.11.0/Airship.xcframeworks.zip", + "18.11.1": "https://github.com/urbanairship/ios-library/releases/download/18.11.1/Airship.xcframeworks.zip" } \ No newline at end of file diff --git a/Carthage/AirshipAutomation.json b/Carthage/AirshipAutomation.json index 9312cf4..800eefa 100644 --- a/Carthage/AirshipAutomation.json +++ b/Carthage/AirshipAutomation.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipAutomation.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipAutomation.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipAutomation.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipAutomation.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipAutomation.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipAutomation.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipBasement.json b/Carthage/AirshipBasement.json index d475fd2..2109c75 100644 --- a/Carthage/AirshipBasement.json +++ b/Carthage/AirshipBasement.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipBasement.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipBasement.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipBasement.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipBasement.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipBasement.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipBasement.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipCore.json b/Carthage/AirshipCore.json index 338d8e3..5b85b8d 100644 --- a/Carthage/AirshipCore.json +++ b/Carthage/AirshipCore.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipCore.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipCore.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipCore.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipCore.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipCore.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipCore.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipFeatureFlags.json b/Carthage/AirshipFeatureFlags.json index 2d44728..6aaf233 100644 --- a/Carthage/AirshipFeatureFlags.json +++ b/Carthage/AirshipFeatureFlags.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipFeatureFlags.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipFeatureFlags.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipFeatureFlags.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipFeatureFlags.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipFeatureFlags.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipFeatureFlags.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipMessageCenter.json b/Carthage/AirshipMessageCenter.json index 637706b..69bedcf 100644 --- a/Carthage/AirshipMessageCenter.json +++ b/Carthage/AirshipMessageCenter.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipMessageCenter.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipMessageCenter.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipMessageCenter.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipMessageCenter.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipMessageCenter.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipMessageCenter.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationContentExtension.json b/Carthage/AirshipNotificationContentExtension.json index 0b762e8..de68c84 100644 --- a/Carthage/AirshipNotificationContentExtension.json +++ b/Carthage/AirshipNotificationContentExtension.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipNotificationContentExtension.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipNotificationContentExtension.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipNotificationContentExtension.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationContentExtension.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationContentExtension.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipNotificationContentExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipNotificationServiceExtension.json b/Carthage/AirshipNotificationServiceExtension.json index 341c9f6..24a4cb4 100644 --- a/Carthage/AirshipNotificationServiceExtension.json +++ b/Carthage/AirshipNotificationServiceExtension.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipNotificationServiceExtension.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipNotificationServiceExtension.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipNotificationServiceExtension.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationServiceExtension.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationServiceExtension.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipNotificationServiceExtension.xcframework.zip" } \ No newline at end of file diff --git a/Carthage/AirshipPreferenceCenter.json b/Carthage/AirshipPreferenceCenter.json index 7fa92c8..b41dcf5 100644 --- a/Carthage/AirshipPreferenceCenter.json +++ b/Carthage/AirshipPreferenceCenter.json @@ -38,5 +38,6 @@ "18.9.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.1/AirshipPreferenceCenter.xcframework.zip", "18.9.2": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.9.2/AirshipPreferenceCenter.xcframework.zip", "18.10.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.10.0/AirshipPreferenceCenter.xcframework.zip", - "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipPreferenceCenter.xcframework.zip" + "18.11.0": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipPreferenceCenter.xcframework.zip", + "18.11.1": "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipPreferenceCenter.xcframework.zip" } \ No newline at end of file diff --git a/Package.swift b/Package.swift index 92d15e0..35ef6bb 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/18.11.0/AirshipAutomation.xcframework.zip", - checksum: "2d6c841ca9d383110d14a71a6393d2b2d31dedb3e181e9b244af48de36750dbd" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipAutomation.xcframework.zip", + checksum: "a961ecf31d9cba01aeb1c4cb689ec5ff52d25925e7250a4e8e137976b16ddb5b" ), .binaryTarget( name: "AirshipBasement", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipBasement.xcframework.zip", - checksum: "fa4f1f4ef24ac5623929f6b6dcf1d2a5e755652c3ad1c002506d4d8bff0b2871" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipBasement.xcframework.zip", + checksum: "bc5d1f25bb683e9b1b896f53e43543b2929a80e3f2d28bfacb24e6d387021d89" ), .binaryTarget( name: "AirshipCore", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipCore.xcframework.zip", - checksum: "bdf4c34d89f9215b9d3788b0b12ecf1579d37324f3f2058ded25c7251f4521c9" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipCore.xcframework.zip", + checksum: "0ced80c0940a0e1afdd390e2e59cf6f930ba5912a4ff8d0b669a093836366609" ), .binaryTarget( name: "AirshipFeatureFlags", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipFeatureFlags.xcframework.zip", - checksum: "80f38d1ee755fb2766555d9a8ccac82b96582e6347169a632a13955fa2b35881" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipFeatureFlags.xcframework.zip", + checksum: "8d7f212018f6448ff37b44b5350a7f6ccebe022b0c2a7880831a30c2317f1cfc" ), .binaryTarget( name: "AirshipMessageCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipMessageCenter.xcframework.zip", - checksum: "9a5dc41edcd6bdc5da46c9393bb9bad733b21456800ad88914250adf4231692b" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipMessageCenter.xcframework.zip", + checksum: "cf0e7303bdb1f4440240fdebeb990055dab45bab063b2040a088f9994ba5b187" ), .binaryTarget( name: "AirshipNotificationContentExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationContentExtension.xcframework.zip", - checksum: "4f1e23e2067d5b00bbbb3dc81c98ba497e7773699c86d452a6ead73b1f761400" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipNotificationContentExtension.xcframework.zip", + checksum: "dda24f0ffcb4f71d7d66eb73a5e6d137086355bdd211b06387b88856f8552e27" ), .binaryTarget( name: "AirshipNotificationServiceExtension", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipNotificationServiceExtension.xcframework.zip", - checksum: "bf54f54bf2143a95e8043af8ed3ae02866c19fbeeee49b720412372d076220a6" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipNotificationServiceExtension.xcframework.zip", + checksum: "e330781b25b5969eb13c63071e87089ea1e5fb1a7fc46089e9227ea9f3ce4a5f" ), .binaryTarget( name: "AirshipPreferenceCenter", - url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.0/AirshipPreferenceCenter.xcframework.zip", - checksum: "0057f4e5f5f57579aaaa9ef09371a604b39cf5bf36acfe8c73bc49e8fa715642" + url: "https://github.com/urbanairship/ios-library-prebuilt/releases/download/18.11.1/AirshipPreferenceCenter.xcframework.zip", + checksum: "59a17ec51bac333afc4c0491f616ecc423947557a1e9457d98f9ca64fd2c93e1" ) ] ) \ No newline at end of file diff --git a/VERSION b/VERSION index 421dc09..0446693 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.11.0 \ No newline at end of file +18.11.1 \ No newline at end of file