Skip to content

Commit

Permalink
tweak build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvelloff committed Jun 21, 2016
1 parent 9150643 commit 119c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$MODE" = "main" ]; then
echo "Verifying iOS main project build."

set -o pipefail && xcodebuild \
-workspace "GridLogo.xcodeproj" \
-project "GridLogo.xcodeproj" \
-scheme "GridLogo" \
-sdk "$SDK" \
-destination "$PLATFORM" \
Expand Down

0 comments on commit 119c431

Please sign in to comment.