Skip to content

Commit 42f66ed

Browse files
author
Baris Sencan
committed
Set deployment target to 8.0
1 parent 9df6d9f commit 42f66ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ManualLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
DYLIB_INSTALL_NAME_BASE = "@rpath";
363363
INFOPLIST_FILE = ManualLayout/Info.plist;
364364
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
365+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
365366
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
366367
PRODUCT_NAME = "$(TARGET_NAME)";
367368
SKIP_INSTALL = YES;
@@ -379,6 +380,7 @@
379380
DYLIB_INSTALL_NAME_BASE = "@rpath";
380381
INFOPLIST_FILE = ManualLayout/Info.plist;
381382
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
383+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
382384
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
383385
PRODUCT_NAME = "$(TARGET_NAME)";
384386
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)