From 6209abb3dde8b9e9e5d97f0bfcaf1c4d78976d14 Mon Sep 17 00:00:00 2001 From: Hovak Davtyan Date: Thu, 23 May 2019 21:02:01 +0400 Subject: [PATCH 1/2] set minimum target to 10.0 --- Example/Podfile | 2 +- Example/STDevRxExt.xcodeproj/project.pbxproj | 6 +++--- README.md | 2 +- STDevRxExt.podspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 09fa44c..66eb5ca 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.2' +platform :ios, '10.0' use_frameworks! diff --git a/Example/STDevRxExt.xcodeproj/project.pbxproj b/Example/STDevRxExt.xcodeproj/project.pbxproj index 4463c55..8883ef1 100644 --- a/Example/STDevRxExt.xcodeproj/project.pbxproj +++ b/Example/STDevRxExt.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; 7ACC77915632D2637B474872 /* Pods_STDevRxExt_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_STDevRxExt_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = ""; }; + 8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 92BC29772E55D44FEF3DADD1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; wrapsLines = 1; }; 9AC96385206CF51C00E36FCF /* Example.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Example.playground; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 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 = ""; }; @@ -273,7 +273,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -322,7 +322,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; diff --git a/README.md b/README.md index 3f89a70..4aff408 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To run the [Example.playground](Example/Example.playground), clone the repo, and * iOS 11.2+ * Swift 5.0+ -* Xcode 10.2+ +* Xcode 10.0+ ## Installation diff --git a/STDevRxExt.podspec b/STDevRxExt.podspec index dd53daf..e595ad9 100644 --- a/STDevRxExt.podspec +++ b/STDevRxExt.podspec @@ -19,7 +19,7 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa: s.source = { :git => 'https://github.com/stdevteam/STDevRxExt.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '11.2' + s.ios.deployment_target = '10.0' s.source_files = 'STDevRxExt/Classes/**/*' From 67ac7e705f621776cd5fb3bbdca5e07e496e71b1 Mon Sep 17 00:00:00 2001 From: Hovak Davtyan Date: Thu, 23 May 2019 21:02:01 +0400 Subject: [PATCH 2/2] set minimum target to 10.0 --- Example/Podfile | 2 +- Example/STDevRxExt.xcodeproj/project.pbxproj | 6 +++--- README.md | 2 +- STDevRxExt.podspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 09fa44c..66eb5ca 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.2' +platform :ios, '10.0' use_frameworks! diff --git a/Example/STDevRxExt.xcodeproj/project.pbxproj b/Example/STDevRxExt.xcodeproj/project.pbxproj index 4463c55..8883ef1 100644 --- a/Example/STDevRxExt.xcodeproj/project.pbxproj +++ b/Example/STDevRxExt.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; 7ACC77915632D2637B474872 /* Pods_STDevRxExt_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_STDevRxExt_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = ""; }; + 8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 92BC29772E55D44FEF3DADD1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; wrapsLines = 1; }; 9AC96385206CF51C00E36FCF /* Example.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Example.playground; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 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 = ""; }; @@ -273,7 +273,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -322,7 +322,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.2; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; diff --git a/README.md b/README.md index 3f89a70..bfd05f1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To run the [Example.playground](Example/Example.playground), clone the repo, and ## Requirements -* iOS 11.2+ +* iOS 10.0+ * Swift 5.0+ * Xcode 10.2+ diff --git a/STDevRxExt.podspec b/STDevRxExt.podspec index dd53daf..e595ad9 100644 --- a/STDevRxExt.podspec +++ b/STDevRxExt.podspec @@ -19,7 +19,7 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa: s.source = { :git => 'https://github.com/stdevteam/STDevRxExt.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '11.2' + s.ios.deployment_target = '10.0' s.source_files = 'STDevRxExt/Classes/**/*'