Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and gemmakbarlow committed Nov 1, 2024
1 parent 8e47f71 commit 6655437
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Default versions
IOS_VERSION ?= 17.5
TVOS_VERSION ?= 17.5
WATCHOS_VERSION ?= 10.5

PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS $(IOS_VERSION),iPhone \d\+ Pro [^M])
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])
PLATFORM_MACOS = macOS
PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS $(TVOS_VERSION),TV)
PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS $(WATCHOS_VERSION),Watch)
PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS,TV)
PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS,Watch)
TEST_RUNNER_CI = $(CI)

OTHER_SWIFT_FLAGS="-DRESILIENT_LIBRARIES"
Expand Down

0 comments on commit 6655437

Please sign in to comment.