Skip to content

Commit c4369d6

Browse files
committed
Update justfile
1 parent 886e508 commit c4369d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gemstone/justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ install-android-targets:
4242
test-ios:
4343
#!/usr/bin/env bash
4444
set -o pipefail
45+
export NSUnbufferedIO=YES
4546
DEVICE_ID=$(xcrun simctl list devices available | grep iPhone | head -1 | sed 's/.*(\([A-F0-9-]*\)).*/\1/')
4647
echo "Using Simulator: $DEVICE_ID"
47-
NSUnbufferedIO=YES xcodebuild -project tests/ios/GemTest/GemTest.xcodeproj \
48+
xcodebuild -project tests/ios/GemTest/GemTest.xcodeproj \
4849
-scheme GemTest \
4950
-destination "platform=iOS Simulator,id=$DEVICE_ID,arch=arm64" \
5051
test | xcbeautify

0 commit comments

Comments
 (0)