Skip to content

Commit 62b6fb5

Browse files
authored
Merge pull request #8 from hovaks/master
Set deployment target to 10.0
2 parents fdc0f6d + 1a75d46 commit 62b6fb5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '11.2'
1+
platform :ios, '10.0'
22

33
use_frameworks!
44

Example/STDevRxExt.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1717
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
1818
7ACC77915632D2637B474872 /* Pods_STDevRxExt_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_STDevRxExt_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
19-
8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = "<group>"; };
19+
8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
2020
92BC29772E55D44FEF3DADD1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; wrapsLines = 1; };
2121
9AC96385206CF51C00E36FCF /* Example.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Example.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2222
9EC0293BA12B9FB58FED8B1E /* Pods-STDevRxExt_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-STDevRxExt_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-STDevRxExt_Tests/Pods-STDevRxExt_Tests.debug.xcconfig"; sourceTree = "<group>"; };
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = YES;
278278
ONLY_ACTIVE_ARCH = YES;
279279
SDKROOT = iphoneos;
@@ -322,7 +322,7 @@
322322
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
323323
GCC_WARN_UNUSED_FUNCTION = YES;
324324
GCC_WARN_UNUSED_VARIABLE = YES;
325-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
325+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
326326
MTL_ENABLE_DEBUG_INFO = NO;
327327
SDKROOT = iphoneos;
328328
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To run the [Example.playground](Example/Example.playground), clone the repo, and
1111

1212
## Requirements
1313

14-
* iOS 11.2+
14+
* iOS 10.0+
1515
* Swift 5.0+
1616
* Xcode 10.2+
1717

STDevRxExt.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa:
1919
s.source = { :git => 'https://github.com/stdevteam/STDevRxExt.git', :tag => s.version.to_s }
2020
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
2121

22-
s.ios.deployment_target = '11.2'
22+
s.ios.deployment_target = '10.0'
2323

2424
s.source_files = 'STDevRxExt/Classes/**/*'
2525

0 commit comments

Comments
 (0)