Skip to content

Commit

Permalink
Merge pull request #59 from Automattic/fix/target-os-to-11
Browse files Browse the repository at this point in the history
Deploy target to iOS 11.0 as the minimum
  • Loading branch information
mindgraffiti authored Dec 2, 2020
2 parents baa946d + e8001c6 commit 0d0ab3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gridicons.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Gridicons"
s.version = "1.1.0-beta.1"
s.version = "1.1.0-beta.2"
s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."

s.homepage = "http://apps.wordpress.com"
Expand Down
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 0d0ab3f

Please sign in to comment.