Skip to content

Commit

Permalink
Fix deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Oct 31, 2020
1 parent 36f29a8 commit 1a66a6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Bond.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 1130;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = "Swift Bond";
TargetAttributes = {
16210A3B1D3EC474004AEDF3 = {
Expand Down Expand Up @@ -1618,7 +1618,7 @@
);
INFOPLIST_FILE = "Supporting Files/$(PRODUCT_NAME)-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.7.0;
PRODUCT_BUNDLE_IDENTIFIER = ReactiveKit.Bond;
Expand Down Expand Up @@ -1651,7 +1651,7 @@
);
INFOPLIST_FILE = "Supporting Files/$(PRODUCT_NAME)-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.7.0;
PRODUCT_BUNDLE_IDENTIFIER = ReactiveKit.Bond;
Expand Down
2 changes: 1 addition & 1 deletion Bond.xcodeproj/xcshareddata/xcschemes/Bond-iOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Bond.xcodeproj/xcshareddata/xcschemes/Bond-macOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Bond.xcodeproj/xcshareddata/xcschemes/Bond-tvOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 1a66a6a

Please sign in to comment.