Skip to content

Commit 0d0ab3f

Browse files
authored
Merge pull request #59 from Automattic/fix/target-os-to-11
Deploy target to iOS 11.0 as the minimum
2 parents baa946d + e8001c6 commit 0d0ab3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gridicons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Gridicons"
3-
s.version = "1.1.0-beta.1"
3+
s.version = "1.1.0-beta.2"
44
s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."
55

66
s.homepage = "http://apps.wordpress.com"

Gridicons/Gridicons.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
DYLIB_INSTALL_NAME_BASE = "@rpath";
363363
INFOPLIST_FILE = Gridicons/Info.plist;
364364
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
365-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
365+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
366366
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
367367
MARKETING_VERSION = 1.0;
368368
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Gridicons;
@@ -385,7 +385,7 @@
385385
DYLIB_INSTALL_NAME_BASE = "@rpath";
386386
INFOPLIST_FILE = Gridicons/Info.plist;
387387
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
388-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
388+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
389389
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
390390
MARKETING_VERSION = 1.0;
391391
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Gridicons;
@@ -400,7 +400,7 @@
400400
isa = XCBuildConfiguration;
401401
buildSettings = {
402402
INFOPLIST_FILE = GridiconsTests/Info.plist;
403-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
403+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
404404
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
405405
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.GridiconsTests;
406406
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -413,7 +413,7 @@
413413
isa = XCBuildConfiguration;
414414
buildSettings = {
415415
INFOPLIST_FILE = GridiconsTests/Info.plist;
416-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
416+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
417417
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
418418
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.GridiconsTests;
419419
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)