Skip to content

Commit

Permalink
Merge pull request #76 from urbanairship/release-11.2.2
Browse files Browse the repository at this point in the history
Release 11.2.2
  • Loading branch information
crow authored Jan 13, 2025
2 parents 7f8c388 + e99b5ac commit be3127f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions AirshipFrameworkProxy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.version = "11.2.1"
s.version = "11.2.2"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
Expand All @@ -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.14.1"
s.dependency 'Airship', "18.14.2"
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" : "694217c943850a25618a8a5fc9478cfdfcc8e38e",
"version" : "18.13.0"
"revision" : "89003c30ec77ef5d8419e6725d1c673d64429825",
"version" : "18.14.2"
}
}
],
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.14.1")
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.14.2")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# Airship
airshipProxy = '11.2.1'
airshipProxy = '11.2.2'
airship = '18.6.0'

# Gradle plugins
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.14.1'
pod 'Airship', '18.14.2'
end

target 'AirshipFrameworkProxyTests' do
Expand Down
28 changes: 14 additions & 14 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Airship (18.14.1):
- Airship/Automation (= 18.14.1)
- Airship/Basement (= 18.14.1)
- Airship/Core (= 18.14.1)
- Airship/FeatureFlags (= 18.14.1)
- Airship/MessageCenter (= 18.14.1)
- Airship/PreferenceCenter (= 18.14.1)
- Airship/Automation (18.14.1):
- Airship (18.14.2):
- Airship/Automation (= 18.14.2)
- Airship/Basement (= 18.14.2)
- Airship/Core (= 18.14.2)
- Airship/FeatureFlags (= 18.14.2)
- Airship/MessageCenter (= 18.14.2)
- Airship/PreferenceCenter (= 18.14.2)
- Airship/Automation (18.14.2):
- Airship/Core
- Airship/Basement (18.14.1)
- Airship/Core (18.14.1):
- Airship/Basement (18.14.2)
- Airship/Core (18.14.2):
- Airship/Basement
- Airship/FeatureFlags (18.14.1):
- Airship/FeatureFlags (18.14.2):
- Airship/Core
- Airship/MessageCenter (18.14.1):
- Airship/MessageCenter (18.14.2):
- Airship/Core
- Airship/PreferenceCenter (18.14.1):
- Airship/PreferenceCenter (18.14.2):
- Airship/Core

DEPENDENCIES:
- Airship (= 18.14.1)
- Airship (= 18.14.2)

SPEC REPOS:
trunk:
Expand Down

0 comments on commit be3127f

Please sign in to comment.