Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #37 from VDKA/development
Browse files Browse the repository at this point in the history
Updated IPHONE_DEPLOYMENT_TARGET to 8.0 was defaulted to 9.1
  • Loading branch information
danthorpe committed Feb 4, 2016
2 parents 2a159fd + 03229f9 commit 4b0fa9f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "venmo/DVR" "v0.2.0"
github "antitypical/Result" "1.0.1"
github "venmo/DVR" "v0.2.1"
github "antitypical/Result" "1.0.2"
github "SwiftyJSON/SwiftyJSON" "2.3.3"
github "danthorpe/ValueCoding" "1.1.1"
github "danthorpe/ValueCoding" "1.2.0"
6 changes: 5 additions & 1 deletion Money.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0710;
LastUpgradeCheck = 0720;
TargetAttributes = {
65A876D81BE65FAF00E26F22 = {
CreatedOnToolsVersion = 7.1;
Expand Down Expand Up @@ -1055,12 +1055,16 @@
65B92ACC1BE0E46C00F82024 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_TESTABILITY = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
65B92ACD1BE0E46C00F82024 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Money.xcodeproj/xcshareddata/xcschemes/Money-OSX.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Money.xcodeproj/xcshareddata/xcschemes/Money-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 = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Money.xcodeproj/xcshareddata/xcschemes/Money-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 = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 4b0fa9f

Please sign in to comment.