Skip to content

Commit 1552c2e

Browse files
authored
Upgrade to Xcode 11.5 (facebookarchive#1877)
1 parent c5f69f0 commit 1552c2e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-master-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
cocoapods-lint:
1010
env:
11-
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
11+
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
1212
name: Verify that podspec lints
1313
runs-on: macOS-latest
1414
steps:

.github/workflows/ci-pull-requests-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
buildsh:
1010
env:
11-
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
11+
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
1212
strategy:
1313
matrix:
1414
mode: [cocoapods-lint-default-subspecs, cocoapods-lint-other-subspecs]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
buildsh:
77
env:
8-
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
8+
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
99
strategy:
1010
matrix:
1111
mode: [tests, framework, life-without-cocoapods, carthage, examples-pt1, examples-pt2, examples-pt3, examples-pt4]

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# ls -ld /Applications/Xcode*
99
# echo ************* diagnostics end
1010

11-
PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=13.4.1,name=iPhone 8}"
12-
SDK="${TEXTURE_BUILD_SDK:-iphonesimulator13.4}"
11+
PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=13.5,name=iPhone 8}"
12+
SDK="${TEXTURE_BUILD_SDK:-iphonesimulator13.5}"
1313
DERIVED_DATA_PATH="~/ASDKDerivedData"
1414

1515
# It is pitch black.

0 commit comments

Comments
 (0)