mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
SDKROOT = iphoneos
|
|
TARGETED_DEVICE_FAMILY = 1,2 // iPhone, iPad
|
|
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks
|
|
HEADER_SEARCH_PATHS = $(SRCROOT)
|