Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob committed Oct 25, 2023
1 parent fa86eb9 commit 57c6749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/xcodeproj-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test_create_and_launch_sim() {
xcrun simctl create "rules_ios:iPhone-14" \
com.apple.CoreSimulator.SimDeviceType.iPhone-14

pushd $(dirname $0)/ios/xcodeproj
pushd $(dirname $0)/macos/xcodeproj
export SIM_DEVICE_ID=$(xcodebuild \
-project Single-Application-Project-AllTargets.xcodeproj \
-scheme Single-Application-UnitTests \
Expand All @@ -64,7 +64,7 @@ test_create_and_launch_sim() {
}

test_shutdown_sim() {
pushd $(dirname $0)/ios/xcodeproj
pushd $(dirname $0)/macos/xcodeproj
export SIM_DEVICE_ID=$(xcodebuild \
-project Single-Application-Project-AllTargets.xcodeproj \
-scheme Single-Application-UnitTests \
Expand Down

0 comments on commit 57c6749

Please sign in to comment.