Skip to content

Commit 79282f9

Browse files
mountinyOSBotify
authored andcommitted
Merge pull request #48068 from software-mansion-labs/@wolewicki/bump-airship-extension
[CP Staging] fix: bump AirshipServiceExtension and xcode (cherry picked from commit 57515da) (CP triggered by mountiny)
1 parent 9b8a81d commit 79282f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/platformDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
needs: validateActor
173173
if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }}
174174
env:
175-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
175+
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
176176
runs-on: macos-13-xlarge
177177
steps:
178178
- name: Checkout

.github/workflows/testBuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }}
137137
env:
138138
PULL_REQUEST_NUMBER: ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }}
139-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
139+
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
140140
runs-on: macos-13-xlarge
141141
steps:
142142
- name: Checkout
@@ -158,7 +158,7 @@ jobs:
158158
uses: ./.github/actions/composite/setupNode
159159

160160
- name: Setup XCode
161-
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
161+
run: sudo xcode-select -switch /Applications/Xcode_15.2.0.app
162162

163163
- name: Setup Ruby
164164
uses: ruby/setup-ruby@v1.187.0

ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PODS:
1919
- Airship/Core
2020
- AirshipFrameworkProxy (7.1.2):
2121
- Airship (= 18.7.2)
22-
- AirshipServiceExtension (17.8.0)
22+
- AirshipServiceExtension (18.7.2)
2323
- AppAuth (1.7.5):
2424
- AppAuth/Core (= 1.7.5)
2525
- AppAuth/ExternalUserAgent (= 1.7.5)
@@ -3055,7 +3055,7 @@ CHECKOUT OPTIONS:
30553055
SPEC CHECKSUMS:
30563056
Airship: bb32ff2c5a811352da074480357d9f02dbb8f327
30573057
AirshipFrameworkProxy: dbd862dc6fb21b13e8b196458d626123e2a43a50
3058-
AirshipServiceExtension: 0a5fb14c3fd1879355ab05a81d10f64512a4f79c
3058+
AirshipServiceExtension: 9c73369f426396d9fb9ff222d86d842fac76ba46
30593059
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
30603060
boost: 26992d1adf73c1c7676360643e687aee6dda994b
30613061
BVLinearGradient: 421743791a59d259aec53f4c58793aad031da2ca

0 commit comments

Comments
 (0)