Skip to content

Commit

Permalink
Fix xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Feb 5, 2024
1 parent 4bae286 commit 9c62376
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ UI_TESTS_TARGET_NAME := ${PRODUCT_NAME}UITests
TEST_SDK := iphonesimulator
TEST_CONFIGURATION := Debug
TEST_PLATFORM := iOS Simulator
TEST_DEVICE ?= iPhone 15 Pro Max
TEST_OS ?= 17.2
TEST_DESTINATION := 'platform=${TEST_PLATFORM},name=${TEST_DEVICE},OS=${TEST_OS}'
TEST_DESTINATION := 'generic/platform=$(TEST_PLATFORM)'

DEVELOP_PROJECT_NAME := Develop
PRODUCTION_PROJECT_NAME := Production
Expand Down

0 comments on commit 9c62376

Please sign in to comment.