Skip to content

Commit 207c87b

Browse files
committed
Remove mac from platform choices
1 parent cd95998 commit 207c87b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Carthage.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Created by Kevin Ballard on 12/14/15.
22
// Copyright © 2015 Postmates. All rights reserved.
33

4-
FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(SRCROOT)/Carthage/Build/Mac/ $(inherited)
54
FRAMEWORK_SEARCH_PATHS[sdk=iphone*] = $(SRCROOT)/Carthage/Build/iOS/ $(inherited)
65
FRAMEWORK_SEARCH_PATHS[sdk=watch*] = $(SRCROOT)/Carthage/Build/watchOS/ $(inherited)
76
FRAMEWORK_SEARCH_PATHS[sdk=appletv*] = $(SRCROOT)/Carthage/Build/tvOS/ $(inherited)

PMKHomeKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
MTL_ENABLE_DEBUG_INFO = YES;
298298
ONLY_ACTIVE_ARCH = YES;
299299
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.CoreLocation;
300-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos macosx appletvsimulator appletvos";
300+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
301301
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
302302
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
303303
SWIFT_VERSION = 3.0;
@@ -357,7 +357,7 @@
357357
MACOSX_DEPLOYMENT_TARGET = 10.10;
358358
MTL_ENABLE_DEBUG_INFO = NO;
359359
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.CoreLocation;
360-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos macosx appletvsimulator appletvos";
360+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
361361
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
362362
SWIFT_VERSION = 3.0;
363363
TARGETED_DEVICE_FAMILY = "1,2,3,4";
@@ -382,7 +382,6 @@
382382
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
383383
PRODUCT_NAME = "$(TARGET_NAME)";
384384
SKIP_INSTALL = YES;
385-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
386385
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
387386
};
388387
name = Debug;
@@ -400,7 +399,6 @@
400399
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
401400
PRODUCT_NAME = "$(TARGET_NAME)";
402401
SKIP_INSTALL = YES;
403-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
404402
};
405403
name = Release;
406404
};

0 commit comments

Comments
 (0)