Skip to content

Commit 39ac48d

Browse files
committed
Merge remote-tracking branch 'origin/master' into upgrade-dependencies
2 parents bef5506 + 3c62094 commit 39ac48d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cartfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
github "ReactiveCocoa/ReactiveCocoa" "swift-development"
2-
github "Quick/Quick" ~> 0.2
3-
github "Quick/Nimble" ~> 0.3
42
github "LlamaKit/LlamaKit" == 0.5
5-
github "jspahrsummers/xcconfigs" >= 0.6

Cartfile.private

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github "Quick/Quick" ~> 0.2
2+
github "Quick/Nimble" ~> 0.3
3+
github "jspahrsummers/xcconfigs" >= 0.6

ReactiveTask.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
buildSettings = {
351351
CURRENT_PROJECT_VERSION = 1;
352352
MACOSX_DEPLOYMENT_TARGET = 10.9;
353+
SDKROOT = macosx;
353354
VERSIONING_SYSTEM = "apple-generic";
354355
VERSION_INFO_PREFIX = "";
355356
};
@@ -361,6 +362,7 @@
361362
buildSettings = {
362363
CURRENT_PROJECT_VERSION = 1;
363364
MACOSX_DEPLOYMENT_TARGET = 10.9;
365+
SDKROOT = macosx;
364366
VERSIONING_SYSTEM = "apple-generic";
365367
VERSION_INFO_PREFIX = "";
366368
};
@@ -422,6 +424,7 @@
422424
buildSettings = {
423425
CURRENT_PROJECT_VERSION = 1;
424426
MACOSX_DEPLOYMENT_TARGET = 10.9;
427+
SDKROOT = macosx;
425428
VERSIONING_SYSTEM = "apple-generic";
426429
VERSION_INFO_PREFIX = "";
427430
};
@@ -458,6 +461,7 @@
458461
buildSettings = {
459462
CURRENT_PROJECT_VERSION = 1;
460463
MACOSX_DEPLOYMENT_TARGET = 10.9;
464+
SDKROOT = macosx;
461465
VERSIONING_SYSTEM = "apple-generic";
462466
VERSION_INFO_PREFIX = "";
463467
};

0 commit comments

Comments
 (0)