Skip to content

Commit

Permalink
Added Xcode 10.2.0 and fixed code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
torchhound committed May 13, 2019
1 parent 7687bd3 commit e4568e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
LANG: en_US.UTF-8

macos:
xcode: '10.1.0'
xcode: '10.2.0'

steps:
- checkout
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- run:
name: Clean & Build
command: set -o pipefail && xcodebuild clean build -workspace 'hello-ios-swift.xcworkspace' -scheme 'hello-ios-swift' CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= PROVISIONING_PROFILE= | tee 'output/xcode_raw.log'
command: set -o pipefail && xcodebuild clean build -workspace 'hello-ios-swift.xcworkspace' -scheme 'hello-ios-swift' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_IDENTITY= PROVISIONING_PROFILE= | tee 'output/xcode_raw.log'

- run:
name: Copy XC Activity Log
Expand Down

0 comments on commit e4568e5

Please sign in to comment.