Skip to content

Commit 8541545

Browse files
authored
Merge pull request #156 from beekpr/fix-carthage-deployment-target
Lower deployment target for `DeepLinkKit` build target
2 parents 83944b9 + b12501f commit 8541545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DeepLinkKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@
17211721
GCC_NO_COMMON_BLOCKS = YES;
17221722
INFOPLIST_FILE = DeepLinkKit/Info.plist;
17231723
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1724-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1724+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
17251725
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17261726
MTL_ENABLE_DEBUG_INFO = YES;
17271727
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;
@@ -1753,7 +1753,7 @@
17531753
GCC_NO_COMMON_BLOCKS = YES;
17541754
INFOPLIST_FILE = DeepLinkKit/Info.plist;
17551755
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1756-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1756+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
17571757
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17581758
MTL_ENABLE_DEBUG_INFO = NO;
17591759
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;
@@ -1785,7 +1785,7 @@
17851785
GCC_NO_COMMON_BLOCKS = YES;
17861786
INFOPLIST_FILE = DeepLinkKit/Info.plist;
17871787
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1788-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
1788+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
17891789
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17901790
MTL_ENABLE_DEBUG_INFO = NO;
17911791
PRODUCT_BUNDLE_IDENTIFIER = com.usebutton.DeepLinkKit;

0 commit comments

Comments
 (0)