File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 780
780
INFOPLIST_FILE = SQlite/Info.plist;
781
781
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
782
782
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
783
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
783
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
784
784
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQlite;
785
785
PRODUCT_NAME = SQLite;
786
786
SDKROOT = macosx;
803
803
INFOPLIST_FILE = SQlite/Info.plist;
804
804
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
805
805
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
806
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
806
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
807
807
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQlite;
808
808
PRODUCT_NAME = SQLite;
809
809
SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments