File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode10
3-
2+ osx_image : xcode10.1
43xcode_project : OktaJWT.xcodeproj
54xcode_scheme : OktaJWT
6- xcode_destination : platform=iOS Simulator,name=iPhone 8,OS=latest
5+ xcode_destination : platform=iOS Simulator,OS=latest, name=iPhone 8
Original file line number Diff line number Diff line change 681681 CLANG_ENABLE_MODULES = YES;
682682 CODE_SIGN_STYLE = Automatic;
683683 INFOPLIST_FILE = "$(SRCROOT)/Tests/OktaJWTTestSuite/Info.plist";
684+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
684685 LD_RUNPATH_SEARCH_PATHS = (
685686 "$(inherited)",
686687 "@executable_path/Frameworks",
701702 CLANG_ENABLE_MODULES = YES;
702703 CODE_SIGN_STYLE = Automatic;
703704 INFOPLIST_FILE = "$(SRCROOT)/Tests/OktaJWTTestSuite/Info.plist";
705+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
704706 LD_RUNPATH_SEARCH_PATHS = (
705707 "$(inherited)",
706708 "@executable_path/Frameworks",
768770 DYLIB_INSTALL_NAME_BASE = "@rpath";
769771 INFOPLIST_FILE = "$(SRCROOT)/Framework/Info.plist";
770772 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
773+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
771774 LD_RUNPATH_SEARCH_PATHS = (
772775 "$(inherited)",
773776 "@executable_path/Frameworks",
796799 DYLIB_INSTALL_NAME_BASE = "@rpath";
797800 INFOPLIST_FILE = "$(SRCROOT)/Framework/Info.plist";
798801 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
802+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
799803 LD_RUNPATH_SEARCH_PATHS = (
800804 "$(inherited)",
801805 "@executable_path/Frameworks",
You can’t perform that action at this time.
0 commit comments