Skip to content

Commit

Permalink
Merge pull request #71 from urbanairship/release-11.1.0
Browse files Browse the repository at this point in the history
Release 11.1.0
  • Loading branch information
crow authored Dec 6, 2024
2 parents 3a37444 + 3f3e00b commit 94b2a50
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion AirshipFrameworkProxy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'AirshipFrameworkProxy' do
pod 'Airship', '18.12.2'
pod 'Airship', '18.13.0'
end

target 'AirshipFrameworkProxyTests' do
Expand Down
34 changes: 17 additions & 17 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 94b2a50

Please sign in to comment.