Skip to content

Commit 685f971

Browse files
committed
Reverted support for iOS 9
1 parent 4404247 commit 685f971

File tree

7 files changed

+150
-156
lines changed

7 files changed

+150
-156
lines changed

Example/MSPeekCollectionViewDelegateImplementation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
417+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
418418
MTL_ENABLE_DEBUG_INFO = YES;
419419
ONLY_ACTIVE_ARCH = YES;
420420
SDKROOT = iphoneos;
@@ -460,7 +460,7 @@
460460
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
461461
GCC_WARN_UNUSED_FUNCTION = YES;
462462
GCC_WARN_UNUSED_VARIABLE = YES;
463-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
463+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
464464
MTL_ENABLE_DEBUG_INFO = NO;
465465
SDKROOT = iphoneos;
466466
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -474,7 +474,7 @@
474474
buildSettings = {
475475
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
476476
INFOPLIST_FILE = MSPeekCollectionViewDelegateImplementation/Info.plist;
477-
IPHONEOS_DEPLOYMENT_TARGET = 10;
477+
IPHONEOS_DEPLOYMENT_TARGET = 9;
478478
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
479479
MODULE_NAME = ExampleApp;
480480
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -490,7 +490,7 @@
490490
buildSettings = {
491491
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
492492
INFOPLIST_FILE = MSPeekCollectionViewDelegateImplementation/Info.plist;
493-
IPHONEOS_DEPLOYMENT_TARGET = 10;
493+
IPHONEOS_DEPLOYMENT_TARGET = 9;
494494
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
495495
MODULE_NAME = ExampleApp;
496496
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- MSPeekCollectionViewDelegateImplementation (1.2.0)
2+
- MSPeekCollectionViewDelegateImplementation (1.2.1)
33

44
DEPENDENCIES:
55
- MSPeekCollectionViewDelegateImplementation (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
MSPeekCollectionViewDelegateImplementation: b94079f87cac2087c5fb73fda46553ea3bab63da
12+
MSPeekCollectionViewDelegateImplementation: fcf03209da766882db0dc07c21d32981b7ba2fae
1313

1414
PODFILE CHECKSUM: 8d230cee08c8a8b7e62859eff8016277efe2311d
1515

Example/Pods/Local Podspecs/MSPeekCollectionViewDelegateImplementation.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)