Skip to content

Commit

Permalink
Merge pull request #381 from uhooi/feature/revert_fix_xcodebuild
Browse files Browse the repository at this point in the history
Revert "Fix xcodebuild"
  • Loading branch information
uhooi authored Feb 5, 2024
2 parents 792bbd1 + cdb9320 commit ba05ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ UI_TESTS_TARGET_NAME := ${PRODUCT_NAME}UITests
TEST_SDK := iphonesimulator
TEST_CONFIGURATION := Debug
TEST_PLATFORM := iOS Simulator
TEST_DESTINATION := 'generic/platform=$(TEST_PLATFORM)'
TEST_DEVICE ?= iPhone 15 Pro Max
TEST_OS ?= 17.2
TEST_DESTINATION := 'platform=${TEST_PLATFORM},name=${TEST_DEVICE},OS=${TEST_OS}'

DEVELOP_PROJECT_NAME := Develop
PRODUCTION_PROJECT_NAME := Production
Expand Down

0 comments on commit ba05ce6

Please sign in to comment.