Skip to content

Commit 3552469

Browse files
jyaganehcrowrlepinski
authored
Release 14.6.1 (#102)
* Release 14.6.1 * bump iOS to 19.8.2 * Fix CI * Bump pods * Select Xcode 16.4 * Fix --------- Co-authored-by: crow <david.crow@airship.com> Co-authored-by: Ryan Lepinski <ryan.lepinski@airship.com>
1 parent 4965dc4 commit 3552469

6 files changed

Lines changed: 40 additions & 33 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
env:
66
BUNDLE_PATH: vendor/bundle
7-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
7+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
88

99
concurrency:
1010
group: ${{ github.ref }}
@@ -56,7 +56,7 @@ jobs:
5656
xcodebuild \
5757
-project AirshipFrameworkProxy.xcodeproj \
5858
-scheme AirshipFrameworkProxy \
59-
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16 Pro Max' \
59+
-destination 'platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro Max' \
6060
clean test | xcbeautify --renderer github-actions
6161
6262
- name: Pod lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
BUNDLE_PATH: vendor/bundle
10-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1111

1212
jobs:
1313
android:

AirshipFrameworkProxy.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Pod::Spec.new do |s|
3-
s.version = "14.6.0"
3+
s.version = "14.6.1"
44
s.name = "AirshipFrameworkProxy"
55
s.summary = "Airship iOS mobile framework proxy"
66
s.documentation_url = "https://docs.airship.com/platform/mobile"
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.requires_arc = true
1616
s.swift_version = "6.0"
1717
s.source_files = "ios/AirshipFrameworkProxy/**/*.{h,m,swift}"
18-
s.dependency 'Airship', "19.8.0"
18+
s.dependency 'Airship', "19.8.2"
1919
s.source_files = 'ios/AirshipFrameworkProxyLoader/**/*.{swift,h,m,c,cc,mm,cpp}', 'ios/AirshipFrameworkProxy/**/*.{swift,h,m,c,cc,mm,cpp}'
2020
end
2121

Gemfile.lock

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,32 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.2)
8+
activesupport (7.2.2.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1517
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
2022
algoliasearch (1.27.5)
2123
httpclient (~> 2.8, >= 2.8.3)
2224
json (>= 1.5.1)
2325
atomos (0.1.3)
24-
base64 (0.2.0)
25-
bigdecimal (3.1.6)
26+
base64 (0.3.0)
27+
benchmark (0.4.1)
28+
bigdecimal (3.2.2)
2629
claide (1.1.0)
27-
cocoapods (1.15.2)
30+
cocoapods (1.16.2)
2831
addressable (~> 2.8)
2932
claide (>= 1.0.2, < 2.0)
30-
cocoapods-core (= 1.15.2)
33+
cocoapods-core (= 1.16.2)
3134
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3235
cocoapods-downloader (>= 2.1, < 3.0)
3336
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -41,8 +44,8 @@ GEM
4144
molinillo (~> 0.8.0)
4245
nap (~> 1.0)
4346
ruby-macho (>= 2.3.0, < 3.0)
44-
xcodeproj (>= 1.23.0, < 2.0)
45-
cocoapods-core (1.15.2)
47+
xcodeproj (>= 1.27.0, < 2.0)
48+
cocoapods-core (1.16.2)
4649
activesupport (>= 5.0, < 8)
4750
addressable (~> 2.8)
4851
algoliasearch (~> 1.0)
@@ -62,48 +65,52 @@ GEM
6265
netrc (~> 0.11)
6366
cocoapods-try (1.2.0)
6467
colored2 (3.1.2)
65-
concurrent-ruby (1.2.3)
66-
connection_pool (2.4.1)
67-
drb (2.2.1)
68+
concurrent-ruby (1.3.5)
69+
connection_pool (2.5.3)
70+
drb (2.2.3)
6871
escape (0.0.4)
6972
ethon (0.16.0)
7073
ffi (>= 1.15.0)
71-
ffi (1.16.3)
74+
ffi (1.17.2-arm64-darwin)
7275
fourflusher (2.3.1)
7376
fuzzy_match (2.0.4)
7477
gh_inspector (1.1.3)
75-
httpclient (2.8.3)
76-
i18n (1.14.1)
78+
httpclient (2.9.0)
79+
mutex_m
80+
i18n (1.14.7)
7781
concurrent-ruby (~> 1.0)
78-
json (2.7.1)
79-
minitest (5.22.2)
82+
json (2.13.2)
83+
logger (1.7.0)
84+
minitest (5.25.5)
8085
molinillo (0.8.0)
81-
mutex_m (0.2.0)
82-
nanaimo (0.3.0)
86+
mutex_m (0.3.0)
87+
nanaimo (0.4.0)
8388
nap (1.1.0)
8489
netrc (0.11.0)
8590
nkf (0.2.0)
8691
public_suffix (4.0.7)
8792
rexml (3.4.1)
8893
ruby-macho (2.5.1)
94+
securerandom (0.4.1)
8995
typhoeus (1.4.1)
9096
ethon (>= 0.9.0)
9197
tzinfo (2.0.6)
9298
concurrent-ruby (~> 1.0)
93-
xcodeproj (1.25.1)
99+
xcodeproj (1.27.0)
94100
CFPropertyList (>= 2.3.3, < 4.0)
95101
atomos (~> 0.1.3)
96102
claide (>= 1.0.2, < 2.0)
97103
colored2 (~> 3.1)
98-
nanaimo (~> 0.3.0)
104+
nanaimo (~> 0.4.0)
99105
rexml (>= 3.3.6, < 4.0)
100106

101107
PLATFORMS
102108
arm64-darwin-22
109+
arm64-darwin-24
103110

104111
DEPENDENCIES
105112
cocoapods
106113
rexml (>= 3.3.9)
107114

108115
BUNDLED WITH
109-
2.4.6
116+
2.3.7

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
)
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/urbanairship/ios-library.git", from: "19.8.0")
18+
.package(url: "https://github.com/urbanairship/ios-library.git", from: "19.8.2")
1919
],
2020
targets: [
2121
.target(

android/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22

33
# Airship
4-
airshipProxy = '14.6.0'
5-
airship = '19.10.0'
4+
airshipProxy = '14.6.1'
5+
airship = '19.10.2'
66

77
# Gradle plugins
88
androidGradlePlugin = '8.3.2'

0 commit comments

Comments
 (0)