Skip to content

Commit

Permalink
Build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroyspotify committed Sep 24, 2020
1 parent ecec6ac commit 5a9dd77
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 @@ -40,7 +40,7 @@ if [ "$MODE" = "examples" ]; then
for example in examples/*/; do
echo "Building $example."
xcodebuild \
-project Sample.xcodeproj \
-project "${example}Sample.xcodeproj" \
-scheme Sample \
-sdk "$SDK" \
-destination "$PLATFORM"
Expand Down

0 comments on commit 5a9dd77

Please sign in to comment.