From 5feb9cfbef8e67d117b8b5dc80da3167c596defd Mon Sep 17 00:00:00 2001 From: Nitin Jami Date: Mon, 8 Jun 2015 16:33:20 -0400 Subject: [PATCH] Update makefile to point to SDK 8.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6f41bf..f6bc566 100644 --- a/Makefile +++ b/Makefile @@ -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