Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Jun 2, 2024
1 parent b8065e9 commit 69499fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ core-upgrade:
git submodule update --recursive --remote

test:
cd xcodebuild -scheme Gem -destination 'platform=iOS Simulator,name=iPhone 14' test | xcbeautify
@xcodebuild -project Gem.xcodeproj \
-scheme Gem \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 15" \
test | xcbeautify

localize:
@sh core/scripts/localize.sh ios Assets
Expand Down

0 comments on commit 69499fb

Please sign in to comment.