From 1552c2e3865b1a872e30f647e7300fcccbf87d00 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Mon, 29 Jun 2020 15:05:17 -0700 Subject: [PATCH] Upgrade to Xcode 11.5 (#1877) --- .github/workflows/ci-master-only.yml | 2 +- .github/workflows/ci-pull-requests-only.yml | 2 +- .github/workflows/ci.yml | 2 +- build.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-master-only.yml b/.github/workflows/ci-master-only.yml index 9f6a4a8bd..a58671d5c 100644 --- a/.github/workflows/ci-master-only.yml +++ b/.github/workflows/ci-master-only.yml @@ -8,7 +8,7 @@ on: jobs: cocoapods-lint: env: - DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer name: Verify that podspec lints runs-on: macOS-latest steps: diff --git a/.github/workflows/ci-pull-requests-only.yml b/.github/workflows/ci-pull-requests-only.yml index 6dbf42b00..859b525c7 100644 --- a/.github/workflows/ci-pull-requests-only.yml +++ b/.github/workflows/ci-pull-requests-only.yml @@ -8,7 +8,7 @@ on: jobs: buildsh: env: - DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer strategy: matrix: mode: [cocoapods-lint-default-subspecs, cocoapods-lint-other-subspecs] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b78d44b..bb2212d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: buildsh: env: - DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer strategy: matrix: mode: [tests, framework, life-without-cocoapods, carthage, examples-pt1, examples-pt2, examples-pt3, examples-pt4] diff --git a/build.sh b/build.sh index 3f4fb2785..547194124 100755 --- a/build.sh +++ b/build.sh @@ -8,8 +8,8 @@ # ls -ld /Applications/Xcode* # echo ************* diagnostics end -PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=13.4.1,name=iPhone 8}" -SDK="${TEXTURE_BUILD_SDK:-iphonesimulator13.4}" +PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=13.5,name=iPhone 8}" +SDK="${TEXTURE_BUILD_SDK:-iphonesimulator13.5}" DERIVED_DATA_PATH="~/ASDKDerivedData" # It is pitch black.