Skip to content

Commit 5c5fdd5

Browse files
committed
Set SDKROOT to empty string to make builds work with Carthage
1 parent b05eb6b commit 5c5fdd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PusherSwift/PusherSwift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
GCC_WARN_UNUSED_VARIABLE = YES;
390390
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
391391
ONLY_ACTIVE_ARCH = YES;
392-
SDKROOT = iphoneos;
392+
SDKROOT = "";
393393
};
394394
name = Debug;
395395
};
@@ -415,7 +415,7 @@
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417417
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
418-
SDKROOT = iphoneos;
418+
SDKROOT = "";
419419
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
420420
};
421421
name = Release;
@@ -471,7 +471,7 @@
471471
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
472472
PRODUCT_NAME = PusherSwift;
473473
PROVISIONING_PROFILE = "";
474-
SDKROOT = iphoneos;
474+
SDKROOT = "";
475475
SKIP_INSTALL = YES;
476476
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
477477
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -527,7 +527,7 @@
527527
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
528528
PRODUCT_NAME = PusherSwift;
529529
PROVISIONING_PROFILE = "";
530-
SDKROOT = iphoneos;
530+
SDKROOT = "";
531531
SKIP_INSTALL = YES;
532532
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
533533
SWIFT_VERSION = 3.0;

0 commit comments

Comments
 (0)