From 3f3e00b4aa83a78755ee3d9869323a6deb9144f7 Mon Sep 17 00:00:00 2001 From: crow Date: Thu, 5 Dec 2024 15:28:00 -0800 Subject: [PATCH] Release 11.1.0 --- AirshipFrameworkProxy.podspec | 2 +- Package.resolved | 4 ++-- Package.swift | 2 +- android/gradle/libs.versions.toml | 4 ++-- ios/Podfile | 2 +- ios/Podfile.lock | 34 +++++++++++++++---------------- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AirshipFrameworkProxy.podspec b/AirshipFrameworkProxy.podspec index ea8858c..182fb55 100644 --- a/AirshipFrameworkProxy.podspec +++ b/AirshipFrameworkProxy.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.swift_version = "5.0" s.source_files = "ios/AirshipFrameworkProxy/**/*.{h,m,swift}" - s.dependency 'Airship', "18.12.2" + s.dependency 'Airship', "18.13.0" s.source_files = 'ios/AirshipFrameworkProxyLoader/**/*.{swift,h,m,c,cc,mm,cpp}', 'ios/AirshipFrameworkProxy/**/*.{swift,h,m,c,cc,mm,cpp}' end diff --git a/Package.resolved b/Package.resolved index e2da588..a864fb2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/urbanairship/ios-library.git", "state" : { - "revision" : "fdca25d25a26c9f979f9e2ec739c7e5f298b77ca", - "version" : "18.12.2" + "revision" : "694217c943850a25618a8a5fc9478cfdfcc8e38e", + "version" : "18.13.0" } } ], diff --git a/Package.swift b/Package.swift index 7a735dc..2d07a95 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/urbanairship/ios-library.git", from: "18.12.2") + .package(url: "https://github.com/urbanairship/ios-library.git", from: "18.13.0") ], targets: [ .target( diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 69d4a2e..63ea9c9 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] # Airship -airshipProxy = '11.0.6' -airship = '18.4.2' +airshipProxy = '11.1.0' +airship = '18.5.0' # Gradle plugins androidGradlePlugin = '8.3.2' diff --git a/ios/Podfile b/ios/Podfile index 6f21f9c..c836cf8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ target 'AirshipFrameworkProxy' do - pod 'Airship', '18.12.2' + pod 'Airship', '18.13.0' end target 'AirshipFrameworkProxyTests' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9457b9c..75b93e0 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,33 +1,33 @@ PODS: - - Airship (18.12.2): - - Airship/Automation (= 18.12.2) - - Airship/Basement (= 18.12.2) - - Airship/Core (= 18.12.2) - - Airship/FeatureFlags (= 18.12.2) - - Airship/MessageCenter (= 18.12.2) - - Airship/PreferenceCenter (= 18.12.2) - - Airship/Automation (18.12.2): + - Airship (18.13.0): + - Airship/Automation (= 18.13.0) + - Airship/Basement (= 18.13.0) + - Airship/Core (= 18.13.0) + - Airship/FeatureFlags (= 18.13.0) + - Airship/MessageCenter (= 18.13.0) + - Airship/PreferenceCenter (= 18.13.0) + - Airship/Automation (18.13.0): - Airship/Core - - Airship/Basement (18.12.2) - - Airship/Core (18.12.2): + - Airship/Basement (18.13.0) + - Airship/Core (18.13.0): - Airship/Basement - - Airship/FeatureFlags (18.12.2): + - Airship/FeatureFlags (18.13.0): - Airship/Core - - Airship/MessageCenter (18.12.2): + - Airship/MessageCenter (18.13.0): - Airship/Core - - Airship/PreferenceCenter (18.12.2): + - Airship/PreferenceCenter (18.13.0): - Airship/Core DEPENDENCIES: - - Airship (= 18.12.2) + - Airship (= 18.13.0) SPEC REPOS: trunk: - Airship SPEC CHECKSUMS: - Airship: 4adefe8a0547aebf42faea721f62985185d4c0b7 + Airship: bfe90d95c2b2bd0ea9ed5248a1337f124fe8abfe -PODFILE CHECKSUM: e92158aef2c185b5c61453caf27fb1ce3f0b52ec +PODFILE CHECKSUM: f291ba6a8df67d15c53a5aa482d548d4b724e3e9 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2