From f0d5d58a8b3fc5f6f7705579dea64af14813c00b Mon Sep 17 00:00:00 2001 From: Jose Pereira Date: Thu, 3 Apr 2014 11:45:57 -0700 Subject: [PATCH] Separated sdk version from full path, easier to set after updates --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bfddac..bef1d32 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ +IOS_SDK_VERSION = 7.1 + 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 +IOS_SDK = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS$(IOS_SDK_VERSION).sdk all: clean ios-deploy