Skip to content

Commit

Permalink
Fix the path to the Extension example
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 5, 2015
1 parent 0cb772f commit 3c2c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ case "$COMMAND" in
xc "-project $project -scheme Encryption -configuration $CONFIGURATION build ${CODESIGN_PARAMS}"

if [ ! -z "${JENKINS_HOME}" ]; then
xc "-project examples/ios/objc/RealmExamples.xcodeproj -scheme Extension -configuration $CONFIGURATION build ${CODESIGN_PARAMS}"
xc "-project $project -scheme Extension -configuration $CONFIGURATION build ${CODESIGN_PARAMS}"
fi

exit 0
Expand Down

0 comments on commit 3c2c736

Please sign in to comment.