| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- /* End PBXFileReference section */
- /* Begin PBXGroup section */
- MAIN_GROUP_ID = {
- isa = PBXGroup;
- children = (
- );
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXLegacyTarget section */
- LEGACY_TARGET_ID /* DarkFi */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "ios-release";
- buildConfigurationList = CONFIG_LIST_ID /* Build configuration list for PBXLegacyTarget "DarkFi" */;
- buildPhases = (
- );
- buildToolPath = /usr/bin/make;
- buildWorkingDirectory = "$(PROJECT_DIR)";
- dependencies = (
- );
- name = "DarkFi (Make)";
- passBuildSettingsInEnvironment = 1;
- productName = DarkFi;
- };
- /* End PBXLegacyTarget section */
- /* Begin PBXProject section */
- PROJECT_ID /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- ORGANIZATIONNAME = "DarkFi";
- };
- buildConfigurationList = PROJECT_CONFIG_LIST_ID /* Build configuration list for PBXProject "DarkFi" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = MAIN_GROUP_ID;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- LEGACY_TARGET_ID /* DarkFi (Make) */,
- );
- };
- /* End PBXProject section */
- /* Begin XCBuildConfiguration section */
- DEBUG_CONFIG_ID /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- OTHER_CFLAGS = "";
- };
- name = Debug;
- };
- RELEASE_CONFIG_ID /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- OTHER_CFLAGS = "";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- PROJECT_CONFIG_LIST_ID /* Build configuration list for PBXProject "DarkFi" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DEBUG_CONFIG_ID /* Debug */,
- RELEASE_CONFIG_ID /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CONFIG_LIST_ID /* Build configuration list for PBXLegacyTarget "DarkFi" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DEBUG_CONFIG_ID /* Debug */,
- RELEASE_CONFIG_ID /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = PROJECT_ID /* Project object */;
- }
|