Skip to content

Commit d3ecf14

Browse files
committed
Merge pull request #433 from libgit2/pacify-xcode
Pacify Xcode
2 parents 492c6be + 025579d commit d3ecf14

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,3 +1,3 @@
11
github "Quick/Nimble" "v0.2.0"
22
github "Quick/Quick" "v0.2.2"
3-
github "jspahrsummers/xcconfigs" "0.7"
3+
github "jspahrsummers/xcconfigs" "0.7.1"

Carthage/Checkouts/xcconfigs

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
isa = PBXProject;
11281128
attributes = {
11291129
LastTestingUpgradeCheck = 0510;
1130-
LastUpgradeCheck = 0510;
1130+
LastUpgradeCheck = 0620;
11311131
ORGANIZATIONNAME = "GitHub, Inc";
11321132
TargetAttributes = {
11331133
D01B6ED219F82E2000D411BC = {
@@ -1502,6 +1502,7 @@
15021502
External,
15031503
);
15041504
MACOSX_DEPLOYMENT_TARGET = 10.8;
1505+
ONLY_ACTIVE_ARCH = YES;
15051506
OTHER_CFLAGS = (
15061507
"$(inherited)",
15071508
"-DGIT_SSH",

ObjectiveGitFramework.xcodeproj/xcshareddata/xcschemes/ObjectiveGit 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"

ObjectiveGitFramework.xcodeproj/xcshareddata/xcschemes/ObjectiveGit 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)