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