Skip to content

Commit d6a20df

Browse files
ospreyrenospreyren
authored andcommitted
set IPHONEOS_DEPLOYMENT_TARGET = 8.0
1 parent 2c4fe6b commit d6a20df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FDTemplateLayoutCell/FDTemplateLayoutCell.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
DYLIB_INSTALL_NAME_BASE = "@rpath";
250250
INFOPLIST_FILE = FDTemplateLayoutCell/Info.plist;
251251
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
252+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
252253
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
253254
PRODUCT_BUNDLE_IDENTIFIER = com.forkingdog.templatelayoutcell.FDTemplateLayoutCell;
254255
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -265,6 +266,7 @@
265266
DYLIB_INSTALL_NAME_BASE = "@rpath";
266267
INFOPLIST_FILE = FDTemplateLayoutCell/Info.plist;
267268
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
269+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
268270
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
269271
PRODUCT_BUNDLE_IDENTIFIER = com.forkingdog.templatelayoutcell.FDTemplateLayoutCell;
270272
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)