project.pbxproj.template 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. /* End PBXBuildFile section */
  10. /* Begin PBXFileReference section */
  11. /* End PBXFileReference section */
  12. /* Begin PBXGroup section */
  13. MAIN_GROUP_ID = {
  14. isa = PBXGroup;
  15. children = (
  16. );
  17. sourceTree = "<group>";
  18. };
  19. /* End PBXGroup section */
  20. /* Begin PBXLegacyTarget section */
  21. LEGACY_TARGET_ID /* DarkFi */ = {
  22. isa = PBXLegacyTarget;
  23. buildArgumentsString = "ios-release";
  24. buildConfigurationList = CONFIG_LIST_ID /* Build configuration list for PBXLegacyTarget "DarkFi" */;
  25. buildPhases = (
  26. );
  27. buildToolPath = /usr/bin/make;
  28. buildWorkingDirectory = "$(PROJECT_DIR)";
  29. dependencies = (
  30. );
  31. name = "DarkFi (Make)";
  32. passBuildSettingsInEnvironment = 1;
  33. productName = DarkFi;
  34. };
  35. /* End PBXLegacyTarget section */
  36. /* Begin PBXProject section */
  37. PROJECT_ID /* Project object */ = {
  38. isa = PBXProject;
  39. attributes = {
  40. LastUpgradeCheck = 0720;
  41. ORGANIZATIONNAME = "DarkFi";
  42. };
  43. buildConfigurationList = PROJECT_CONFIG_LIST_ID /* Build configuration list for PBXProject "DarkFi" */;
  44. compatibilityVersion = "Xcode 3.2";
  45. developmentRegion = English;
  46. hasScannedForEncodings = 0;
  47. knownRegions = (
  48. en,
  49. );
  50. mainGroup = MAIN_GROUP_ID;
  51. projectDirPath = "";
  52. projectRoot = "";
  53. targets = (
  54. LEGACY_TARGET_ID /* DarkFi (Make) */,
  55. );
  56. };
  57. /* End PBXProject section */
  58. /* Begin XCBuildConfiguration section */
  59. DEBUG_CONFIG_ID /* Debug */ = {
  60. isa = XCBuildConfiguration;
  61. buildSettings = {
  62. ALWAYS_SEARCH_USER_PATHS = NO;
  63. COPY_PHASE_STRIP = NO;
  64. GCC_DYNAMIC_NO_PIC = NO;
  65. GCC_OPTIMIZATION_LEVEL = 0;
  66. GCC_PREPROCESSOR_DEFINITIONS = (
  67. "DEBUG=1",
  68. "$(inherited)",
  69. );
  70. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  71. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  72. OTHER_CFLAGS = "";
  73. };
  74. name = Debug;
  75. };
  76. RELEASE_CONFIG_ID /* Release */ = {
  77. isa = XCBuildConfiguration;
  78. buildSettings = {
  79. ALWAYS_SEARCH_USER_PATHS = NO;
  80. COPY_PHASE_STRIP = YES;
  81. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  82. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  83. OTHER_CFLAGS = "";
  84. };
  85. name = Release;
  86. };
  87. /* End XCBuildConfiguration section */
  88. /* Begin XCConfigurationList section */
  89. PROJECT_CONFIG_LIST_ID /* Build configuration list for PBXProject "DarkFi" */ = {
  90. isa = XCConfigurationList;
  91. buildConfigurations = (
  92. DEBUG_CONFIG_ID /* Debug */,
  93. RELEASE_CONFIG_ID /* Release */,
  94. );
  95. defaultConfigurationIsVisible = 0;
  96. defaultConfigurationName = Release;
  97. };
  98. CONFIG_LIST_ID /* Build configuration list for PBXLegacyTarget "DarkFi" */ = {
  99. isa = XCConfigurationList;
  100. buildConfigurations = (
  101. DEBUG_CONFIG_ID /* Debug */,
  102. RELEASE_CONFIG_ID /* Release */,
  103. );
  104. defaultConfigurationIsVisible = 0;
  105. defaultConfigurationName = Release;
  106. };
  107. /* End XCConfigurationList section */
  108. };
  109. rootObject = PROJECT_ID /* Project object */;
  110. }