You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
377 B
11 lines
377 B
#include "Realm.xcconfig"
|
|
|
|
SUPPORTED_PLATFORMS = iphoneos iphonesimulator;
|
|
TARGETED_DEVICE_FAMILY = 1,2;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
|
MACH_O_TYPE = staticlib;
|
|
EXECUTABLE_NAME = Realm;
|
|
|
|
CONFIGURATION_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)-static;
|
|
CONFIGURATION_TEMP_DIR = $(PROJECT_TEMP_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)-static;
|
|
|