Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit b5064c6

Browse files
committed
Merge pull request #36 from ReactiveCocoa/pacify-xcode
Pacify Xcode
2 parents f813ffb + 8ca6def commit b5064c6

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "jspahrsummers/xcconfigs" >= 0.7
1+
github "jspahrsummers/xcconfigs" >= 0.7.1
22
github "Quick/Quick" ~> 0.2
33
github "Quick/Nimble" ~> 0.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "Quick/Nimble" "v0.2.0"
22
github "Quick/Quick" "v0.2.2"
33
github "ReactiveCocoa/ReactiveCocoa" "v2.4.3"
4-
github "jspahrsummers/xcconfigs" "0.7"
4+
github "jspahrsummers/xcconfigs" "0.7.1"

Carthage/Checkouts/xcconfigs

ReactiveViewModel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
isa = PBXProject;
416416
attributes = {
417417
LastTestingUpgradeCheck = 0510;
418-
LastUpgradeCheck = 0510;
418+
LastUpgradeCheck = 0620;
419419
ORGANIZATIONNAME = GitHub;
420420
TargetAttributes = {
421421
D0C7C3A619FEFB520069B5C0 = {
@@ -536,6 +536,7 @@
536536
buildSettings = {
537537
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
538538
MACOSX_DEPLOYMENT_TARGET = 10.8;
539+
ONLY_ACTIVE_ARCH = YES;
539540
TARGETED_DEVICE_FAMILY = "1,2";
540541
};
541542
name = Debug;

ReactiveViewModel.xcodeproj/xcshareddata/xcschemes/ReactiveViewModel Mac.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0620"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

ReactiveViewModel.xcodeproj/xcshareddata/xcschemes/ReactiveViewModel iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)