Skip to content

Commit

Permalink
Update makefile to point to SDK 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Jami committed Jun 8, 2015
1 parent 6784483 commit 5feb9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keychaineditor: main.m
-Os -Wall -bind_at_load -fobjc-arc \
$(ARCH_FLAGS) \
-mios-version-min=7.0 \
-isysroot `xcrun --sdk iphoneos8.2 --show-sdk-path` \
-isysroot `xcrun --sdk iphoneos8.3 --show-sdk-path` \
-framework Foundation -framework Security \
-o keychaineditor main.m

Expand Down

0 comments on commit 5feb9cf

Please sign in to comment.