Skip to content

Commit 1a66a6a

Browse files
committed
Fix deployment target
1 parent 36f29a8 commit 1a66a6a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Bond.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
isa = PBXProject;
10091009
attributes = {
10101010
LastSwiftUpdateCheck = 0800;
1011-
LastUpgradeCheck = 1130;
1011+
LastUpgradeCheck = 1200;
10121012
ORGANIZATIONNAME = "Swift Bond";
10131013
TargetAttributes = {
10141014
16210A3B1D3EC474004AEDF3 = {
@@ -1618,7 +1618,7 @@
16181618
);
16191619
INFOPLIST_FILE = "Supporting Files/$(PRODUCT_NAME)-Info.plist";
16201620
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1621-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1621+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
16221622
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16231623
MARKETING_VERSION = 7.7.0;
16241624
PRODUCT_BUNDLE_IDENTIFIER = ReactiveKit.Bond;
@@ -1651,7 +1651,7 @@
16511651
);
16521652
INFOPLIST_FILE = "Supporting Files/$(PRODUCT_NAME)-Info.plist";
16531653
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1654-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1654+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
16551655
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16561656
MARKETING_VERSION = 7.7.0;
16571657
PRODUCT_BUNDLE_IDENTIFIER = ReactiveKit.Bond;

Bond.xcodeproj/xcshareddata/xcschemes/Bond-iOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bond.xcodeproj/xcshareddata/xcschemes/Bond-macOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bond.xcodeproj/xcshareddata/xcschemes/Bond-tvOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)