Separated sdk version from full path, easier to set after updates

This commit is contained in:
Jose Pereira 2014-04-03 11:45:57 -07:00
parent 8fc098a877
commit f0d5d58a8b

View File

@ -1,6 +1,8 @@
IOS_SDK_VERSION = 7.1
IOS_CC = gcc -ObjC IOS_CC = gcc -ObjC
IOS_SDK = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
DEVICE_SUPPORT = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/DeviceSupport DEVICE_SUPPORT = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/DeviceSupport
IOS_SDK = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS$(IOS_SDK_VERSION).sdk
all: clean ios-deploy all: clean ios-deploy