Skip to content

Commit

Permalink
Xcode: Fixed scheme name in jenkins_unix script
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Aug 13, 2020
1 parent fe5221e commit 5178588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/jenkins_unix.sh
Expand Up @@ -4,8 +4,7 @@ set -e
shopt -s extglob dotglob

function build_xcode {
xcodebuild -project CBL_C.xcodeproj -configuration Debug-EE -derivedDataPath ios -scheme "CBL_C framework" -sdk iphonesimulator CODE_SIGNING_ALLOWED=NO
popd
xcodebuild -project CBL_C.xcodeproj -configuration Debug-EE -derivedDataPath ios -scheme "CBL_C Framework" -sdk iphonesimulator CODE_SIGNING_ALLOWED=NO
}


Expand Down

0 comments on commit 5178588

Please sign in to comment.