File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Created by Kevin Ballard on 12/14/15.
2
2
// Copyright © 2015 Postmates. All rights reserved.
3
3
4
- FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(SRCROOT)/Carthage/Build/Mac/ $(inherited)
5
4
FRAMEWORK_SEARCH_PATHS[sdk=iphone*] = $(SRCROOT)/Carthage/Build/iOS/ $(inherited)
6
5
FRAMEWORK_SEARCH_PATHS[sdk=watch*] = $(SRCROOT)/Carthage/Build/watchOS/ $(inherited)
7
6
FRAMEWORK_SEARCH_PATHS[sdk=appletv*] = $(SRCROOT)/Carthage/Build/tvOS/ $(inherited)
Original file line number Diff line number Diff line change 297
297
MTL_ENABLE_DEBUG_INFO = YES;
298
298
ONLY_ACTIVE_ARCH = YES;
299
299
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";
301
301
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
302
302
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
303
303
SWIFT_VERSION = 3.0;
357
357
MACOSX_DEPLOYMENT_TARGET = 10.10;
358
358
MTL_ENABLE_DEBUG_INFO = NO;
359
359
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";
361
361
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
362
362
SWIFT_VERSION = 3.0;
363
363
TARGETED_DEVICE_FAMILY = "1,2,3,4";
382
382
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
383
383
PRODUCT_NAME = "$(TARGET_NAME)";
384
384
SKIP_INSTALL = YES;
385
- SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
386
385
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
387
386
};
388
387
name = Debug;
400
399
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
401
400
PRODUCT_NAME = "$(TARGET_NAME)";
402
401
SKIP_INSTALL = YES;
403
- SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
404
402
};
405
403
name = Release;
406
404
};
You can’t perform that action at this time.
0 commit comments