Skip to content

Commit

Permalink
Make the minimum deploy target stick
Browse files Browse the repository at this point in the history
  • Loading branch information
mindgraffiti committed Dec 2, 2020
1 parent baa946d commit 8629c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gridicons/Gridicons.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Gridicons/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Gridicons;
Expand All @@ -385,7 +385,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Gridicons/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Gridicons;
Expand All @@ -400,7 +400,7 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = GridiconsTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.GridiconsTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -413,7 +413,7 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = GridiconsTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.GridiconsTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 8629c63

Please sign in to comment.