Skip to content

Commit 8ee960f

Browse files
crowcrowrlepinski
authored
Release 20.1.0 (#613)
* Update version * Update CHANGELOG * Update proxy * Install latest pods in example * Update xcode * Bump macos runner * Update test destination --------- Co-authored-by: crow <[email protected]> Co-authored-by: Ryan Lepinski <[email protected]>
1 parent d3cb27b commit 8ee960f

9 files changed

+42
-37
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
test:
7-
runs-on: macos-13-xlarge
7+
runs-on: macos-15-xlarge
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up JDK 17
@@ -19,10 +19,10 @@ jobs:
1919
ruby-version: '3.0.1'
2020

2121
- name: Install CocoaPods
22-
run: gem install cocoapods -v '1.15.2'
22+
run: gem install cocoapods -v '1.16.1'
2323

2424
- name: Select Xcode version
25-
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
25+
run: sudo xcode-select -s '/Applications/Xcode_16.1.app/Contents/Developer'
2626

2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
@@ -35,7 +35,7 @@ jobs:
3535
- run: bash ./scripts/run_ci_tasks.sh -a
3636

3737
test-android-old-arch:
38-
runs-on: macos-13-xlarge
38+
runs-on: macos-15-xlarge
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Set up JDK 17
@@ -50,10 +50,10 @@ jobs:
5050
ruby-version: '3.0.1'
5151

5252
- name: Install CocoaPods
53-
run: gem install cocoapods -v '1.15.2'
53+
run: gem install cocoapods -v '1.16.1'
5454

5555
- name: Select Xcode version
56-
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
56+
run: sudo xcode-select -s '/Applications/Xcode_16.1.app/Contents/Developer'
5757

5858
- name: Setup Node.js
5959
uses: actions/setup-node@v4

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# React Native Module Changelog
22

3+
## Version 20.1.0 - December 5, 2024
4+
Minor release that updates the Android Airship SDK to 18.5.0 and iOS Airship SDK to 18.13.0
5+
6+
### Changes
7+
- Updated Android SDK to [18.5.0](https://github.com/urbanairship/android-library/releases/tag/18.5.0).
8+
- Updated iOS SDK to [18.13.0](https://github.com/urbanairship/ios-library/releases/tag/18.13.0).
9+
310
## Version 20.0.4 - November 26, 2024
411
Patch release that updates the iOS Airship SDK to 18.12.2 and Android Airship SDK to 18.4.2
512

613
### Changes
714
- Updated Android SDK to [18.4.2](https://github.com/urbanairship/android-library/releases/tag/18.4.2).
815
- Updated iOS SDK to [18.12.2](https://github.com/urbanairship/ios-library/releases/tag/18.12.2).
916

10-
1117
## Version 20.0.3 - November 21, 2024
1218
Patch release that updates the Android build to no longer require the react-native path and updates the Airship Android SDK to 18.4.1.
1319

1420
### Changes
1521
- Updated Airship Android SDK to [18.4.1](https://github.com/urbanairship/android-library/releases/tag/18.4.1)
1622
- Updated Android build.gradle file to no longer look up the React Native version
1723

18-
1924
## Version 20.0.2 - November 8, 2024
2025
Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.
2126

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Airship_minSdkVersion=21
33
Airship_targetSdkVersion=34
44
Airship_compileSdkVersion=34
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=11.0.6
6+
Airship_airshipProxyVersion=11.1.0

example/ios/Podfile.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
PODS:
2-
- Airship (18.12.2):
3-
- Airship/Automation (= 18.12.2)
4-
- Airship/Basement (= 18.12.2)
5-
- Airship/Core (= 18.12.2)
6-
- Airship/FeatureFlags (= 18.12.2)
7-
- Airship/MessageCenter (= 18.12.2)
8-
- Airship/PreferenceCenter (= 18.12.2)
9-
- Airship/Automation (18.12.2):
2+
- Airship (18.13.0):
3+
- Airship/Automation (= 18.13.0)
4+
- Airship/Basement (= 18.13.0)
5+
- Airship/Core (= 18.13.0)
6+
- Airship/FeatureFlags (= 18.13.0)
7+
- Airship/MessageCenter (= 18.13.0)
8+
- Airship/PreferenceCenter (= 18.13.0)
9+
- Airship/Automation (18.13.0):
1010
- Airship/Core
11-
- Airship/Basement (18.12.2)
12-
- Airship/Core (18.12.2):
11+
- Airship/Basement (18.13.0)
12+
- Airship/Core (18.13.0):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (18.12.2):
14+
- Airship/FeatureFlags (18.13.0):
1515
- Airship/Core
16-
- Airship/MessageCenter (18.12.2):
16+
- Airship/MessageCenter (18.13.0):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (18.12.2):
18+
- Airship/PreferenceCenter (18.13.0):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (11.0.6):
21-
- Airship (= 18.12.2)
22-
- AirshipServiceExtension (18.12.2)
20+
- AirshipFrameworkProxy (11.1.0):
21+
- Airship (= 18.13.0)
22+
- AirshipServiceExtension (18.13.0)
2323
- boost (1.83.0)
2424
- DoubleConversion (1.1.6)
2525
- FBLazyVector (0.73.4)
@@ -907,8 +907,8 @@ PODS:
907907
- React-Mapbuffer (0.73.4):
908908
- glog
909909
- React-debug
910-
- react-native-airship (20.0.4):
911-
- AirshipFrameworkProxy (= 11.0.6)
910+
- react-native-airship (20.1.0):
911+
- AirshipFrameworkProxy (= 11.1.0)
912912
- glog
913913
- RCT-Folly (= 2022.05.16.00)
914914
- React-Core
@@ -1279,9 +1279,9 @@ EXTERNAL SOURCES:
12791279
:path: "../node_modules/react-native/ReactCommon/yoga"
12801280

12811281
SPEC CHECKSUMS:
1282-
Airship: 1a2fe417369e3dab8db33e413b08a7acd82d3b5d
1283-
AirshipFrameworkProxy: dc39b6ab4f8b2026afeac95fc18eeb6f5d030f0a
1284-
AirshipServiceExtension: 662514e9527b07865f88fe35ac3214884bddc392
1282+
Airship: bfe90d95c2b2bd0ea9ed5248a1337f124fe8abfe
1283+
AirshipFrameworkProxy: 15e4589484430c292aadc7e9f9878d83b7c0fd25
1284+
AirshipServiceExtension: aefb21acb70a7476279793d6e38be2bd612817d0
12851285
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
12861286
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
12871287
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
@@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
13111311
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13121312
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
13131313
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1314-
react-native-airship: ceed47dc813720197f60b43281f7ff5bdbe6b182
1314+
react-native-airship: adf4c86f2971ffe1f5f30b7c150d73e60725e009
13151315
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
13161316
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
13171317
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac

ios/AirshipReactNative.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
3939
AirshipProxy.shared
4040
}
4141

42-
public static let version: String = "20.0.4"
42+
public static let version: String = "20.1.0"
4343

4444
private let eventNotifier = EventNotifier()
4545

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "20.0.4",
3+
"version": "20.1.0",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "11.0.6"
25+
s.dependency "AirshipFrameworkProxy", "11.1.0"
2626

2727
end

scripts/run_ci_tasks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if $IOS; then
5555
PROJECT_PLATFORM_PATH="$(pwd)"
5656
DERIVED_DATA=$(mktemp -d /tmp/ci-derived-data-XXXXX)
5757
TARGET_SDK='iphonesimulator'
58-
TEST_DESTINATION='platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max'
58+
TEST_DESTINATION='platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro Max'
5959

6060
# Use Debug configurations and a simulator SDK so the build process doesn't attempt to sign the output
6161
xcrun xcodebuild -workspace "${PROJECT_PLATFORM_PATH}/AirshipExample.xcworkspace" -derivedDataPath "${DERIVED_DATA}" -scheme "AirshipExample" -configuration Debug -sdk $TARGET_SDK -destination "${TEST_DESTINATION}"

0 commit comments

Comments
 (0)