Skip to content

Commit

Permalink
Updated demo Makefile for Xcode 7.1 (iOS 9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Nov 24, 2015
1 parent f17fd4c commit 94d56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IOS_SDK_VERSION = 9.0
IOS_SDK_VERSION = 9.1

IOS_CC = gcc -ObjC
IOS_SDK = $(shell xcode-select --print-path)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS$(IOS_SDK_VERSION).sdk
Expand Down

0 comments on commit 94d56d7

Please sign in to comment.