Skip to content

Commit 451d28a

Browse files
committedSep 4, 2020
Increased iOS deployment tartget to 9.0 and osx deployment target to 10.13
1 parent e9f46b5 commit 451d28a

File tree

5 files changed

+19
-23
lines changed

5 files changed

+19
-23
lines changed
 

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "RxBluetoothKit",
88
platforms: [
9-
.macOS(.v10_13), .iOS(.v8), .tvOS(.v11), .watchOS(.v4)
9+
.macOS(.v10_13), .iOS(.v9), .tvOS(.v11), .watchOS(.v4)
1010
],
1111
products: [
1212
.library(name: "RxBluetoothKit", targets: ["RxBluetoothKit"])

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ Learn more about Polidea's BLE services [here](https://www.polidea.com/services/
105105

106106
# Requirements
107107

108-
- iOS 8.0+
109-
- OSX 10.10+
108+
- iOS 9.0+
109+
- OSX 10.13+
110110
- watchOS 4.0+
111111
- tvOS 11.0+
112-
- Xcode 7.3+
112+
- Xcode 11.4+
113113

114114
## Swift versions
115115
* 3.0 version supports Swift 3.0 and 3.1

‎RxBluetoothKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
1313
s.source = { :git => "https://github.com/polidea/RxBluetoothKit.git", :tag => s.version.to_s }
1414
s.social_media_url = 'https://twitter.com/polidea'
1515

16-
s.ios.deployment_target = '8.0'
17-
s.osx.deployment_target = '10.10'
16+
s.ios.deployment_target = '9.0'
17+
s.osx.deployment_target = '10.13'
1818
s.watchos.deployment_target = '4.0'
1919
s.tvos.deployment_target = '11.0'
2020
s.swift_version = '5.0'

‎RxBluetoothKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
);
17241724
INFOPLIST_FILE = Source/Info.plist;
17251725
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1726-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1726+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17271727
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17281728
PRODUCT_BUNDLE_IDENTIFIER = "com.polidea.RxBluetoothKit-iOS";
17291729
PRODUCT_NAME = RxBluetoothKit;
@@ -1749,7 +1749,7 @@
17491749
);
17501750
INFOPLIST_FILE = Source/Info.plist;
17511751
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1752-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1752+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17531753
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17541754
PRODUCT_BUNDLE_IDENTIFIER = "com.polidea.RxBluetoothKit-iOS";
17551755
PRODUCT_NAME = RxBluetoothKit;
@@ -1808,7 +1808,7 @@
18081808
INFOPLIST_FILE = Source/Info.plist;
18091809
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18101810
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1811-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1811+
MACOSX_DEPLOYMENT_TARGET = 10.13;
18121812
PRODUCT_BUNDLE_IDENTIFIER = "com.polidea.RxBluetoothKit-macOS";
18131813
PRODUCT_NAME = RxBluetoothKit;
18141814
SDKROOT = macosx;
@@ -1835,7 +1835,7 @@
18351835
INFOPLIST_FILE = Source/Info.plist;
18361836
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18371837
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1838-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1838+
MACOSX_DEPLOYMENT_TARGET = 10.13;
18391839
PRODUCT_BUNDLE_IDENTIFIER = "com.polidea.RxBluetoothKit-macOS";
18401840
PRODUCT_NAME = RxBluetoothKit;
18411841
SDKROOT = macosx;

‎RxBluetoothKit.xcodeproj/xcshareddata/xcschemes/RxBluetoothKit macOS.xcscheme

+9-13
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "2666FDA21CCE4626005E81CE"
34+
BuildableName = "RxBluetoothKit.framework"
35+
BlueprintName = "RxBluetoothKit macOS"
36+
ReferencedContainer = "container:RxBluetoothKit.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "2666FDA21CCE4626005E81CE"
46-
BuildableName = "RxBluetoothKit.framework"
47-
BlueprintName = "RxBluetoothKit macOS"
48-
ReferencedContainer = "container:RxBluetoothKit.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:RxBluetoothKit.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

0 commit comments

Comments
 (0)
Please sign in to comment.