From 79688bf935733c2694326f58a4f49c63315738a3 Mon Sep 17 00:00:00 2001 From: Vlad Solomenchuk Date: Mon, 30 Sep 2019 14:07:32 -0700 Subject: [PATCH] ci.yml updated to use Xcode 11 base iOS SDK changed to 13.0 --- .github/workflows/ci.yml | 3 ++- build.sh | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61bd5bfce..8dddb3e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: buildsh: + env: DEVELOPER_DIR: /Applications/Xcode_11.0.app/Contents/Developer strategy: matrix: mode: [tests, framework, life-without-cocoapods, carthage, examples-pt1, examples-pt2, examples-pt3, examples-pt4] @@ -25,7 +26,7 @@ jobs: - mode: examples-pt4 name: Build examples (examples-pt4) name: ${{ matrix.name }} - runs-on: macOS-10.14 + runs-on: macOS-latest steps: - name: Checkout the Git repository uses: actions/checkout@v1 diff --git a/build.sh b/build.sh index 5d8c38575..a321a2573 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,14 @@ #!/bin/bash -PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=10.2,name=iPhone 7}" -SDK="${TEXTURE_BUILD_SDK:-iphonesimulator12.2}" +echo !!!! +xcodebuild -version +xcodebuild -showsdks +ls -l /Applications/ +echo !!!! + + +PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=13.0,name=iPhone 7}" +SDK="${TEXTURE_BUILD_SDK:-iphonesimulator13.0}" DERIVED_DATA_PATH="~/ASDKDerivedData" # It is pitch black.