We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614b853 commit 0b5809bCopy full SHA for 0b5809b
1 file changed
Makefile
@@ -5,6 +5,7 @@ DERIVED_DATA_PATH = ~/.derivedData/$(CONFIG)
5
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iPhone)
6
PLATFORM = IOS
7
DESTINATION = platform="$(PLATFORM_$(PLATFORM))"
8
+SCHEME = Reminders
9
10
PLATFORM_ID = $(shell echo "$(DESTINATION)" | sed -E "s/.+,id=(.+)/\1/")
11
0 commit comments