project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 84405DDC189226CD007FACBA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDB189226CD007FACBA /* Foundation.framework */; };
  10. 84405DDE189226CD007FACBA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDD189226CD007FACBA /* CoreGraphics.framework */; };
  11. 84405DE0189226CD007FACBA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDF189226CD007FACBA /* UIKit.framework */; };
  12. 84405DE6189226CD007FACBA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84405DE4189226CD007FACBA /* InfoPlist.strings */; };
  13. 84405DE8189226CD007FACBA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405DE7189226CD007FACBA /* main.m */; };
  14. 84405DEC189226CD007FACBA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405DEB189226CD007FACBA /* AppDelegate.m */; };
  15. 84405DEE189226CD007FACBA /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84405DED189226CD007FACBA /* Images.xcassets */; };
  16. 84405DF5189226CE007FACBA /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DF4189226CE007FACBA /* XCTest.framework */; };
  17. 84405DF6189226CE007FACBA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDB189226CD007FACBA /* Foundation.framework */; };
  18. 84405DF7189226CE007FACBA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDF189226CD007FACBA /* UIKit.framework */; };
  19. 84405DFF189226CE007FACBA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84405DFD189226CE007FACBA /* InfoPlist.strings */; };
  20. 84405E01189226CE007FACBA /* sampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405E00189226CE007FACBA /* sampleTests.m */; };
  21. DCA169951C2C9D16003FAB11 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCA169941C2C9D16003FAB11 /* CFNetwork.framework */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 84405DF8189226CE007FACBA /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 84405DD0189226CD007FACBA /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = 84405DD7189226CD007FACBA;
  29. remoteInfo = sample;
  30. };
  31. /* End PBXContainerItemProxy section */
  32. /* Begin PBXFileReference section */
  33. 8427847118979C96000BC335 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
  34. 84405DD8189226CD007FACBA /* sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  35. 84405DDB189226CD007FACBA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  36. 84405DDD189226CD007FACBA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  37. 84405DDF189226CD007FACBA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  38. 84405DE3189226CD007FACBA /* sample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sample-Info.plist"; sourceTree = "<group>"; };
  39. 84405DE5189226CD007FACBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  40. 84405DE7189226CD007FACBA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  41. 84405DE9189226CD007FACBA /* sample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "sample-Prefix.pch"; sourceTree = "<group>"; };
  42. 84405DEA189226CD007FACBA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  43. 84405DEB189226CD007FACBA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  44. 84405DED189226CD007FACBA /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  45. 84405DF3189226CE007FACBA /* sampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  46. 84405DF4189226CE007FACBA /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  47. 84405DFC189226CE007FACBA /* sampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sampleTests-Info.plist"; sourceTree = "<group>"; };
  48. 84405DFE189226CE007FACBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  49. 84405E00189226CE007FACBA /* sampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sampleTests.m; sourceTree = "<group>"; };
  50. DCA169941C2C9D16003FAB11 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  51. /* End PBXFileReference section */
  52. /* Begin PBXFrameworksBuildPhase section */
  53. 84405DD5189226CD007FACBA /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. DCA169951C2C9D16003FAB11 /* CFNetwork.framework in Frameworks */,
  58. 84405DDE189226CD007FACBA /* CoreGraphics.framework in Frameworks */,
  59. 84405DE0189226CD007FACBA /* UIKit.framework in Frameworks */,
  60. 84405DDC189226CD007FACBA /* Foundation.framework in Frameworks */,
  61. );
  62. runOnlyForDeploymentPostprocessing = 0;
  63. };
  64. 84405DF0189226CE007FACBA /* Frameworks */ = {
  65. isa = PBXFrameworksBuildPhase;
  66. buildActionMask = 2147483647;
  67. files = (
  68. 84405DF5189226CE007FACBA /* XCTest.framework in Frameworks */,
  69. 84405DF7189226CE007FACBA /* UIKit.framework in Frameworks */,
  70. 84405DF6189226CE007FACBA /* Foundation.framework in Frameworks */,
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXFrameworksBuildPhase section */
  75. /* Begin PBXGroup section */
  76. 84405DCF189226CD007FACBA = {
  77. isa = PBXGroup;
  78. children = (
  79. 84405DE1189226CD007FACBA /* sample */,
  80. 84405DFA189226CE007FACBA /* sampleTests */,
  81. 84405DDA189226CD007FACBA /* Frameworks */,
  82. 84405DD9189226CD007FACBA /* Products */,
  83. );
  84. sourceTree = "<group>";
  85. };
  86. 84405DD9189226CD007FACBA /* Products */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 84405DD8189226CD007FACBA /* sample.app */,
  90. 84405DF3189226CE007FACBA /* sampleTests.xctest */,
  91. );
  92. name = Products;
  93. sourceTree = "<group>";
  94. };
  95. 84405DDA189226CD007FACBA /* Frameworks */ = {
  96. isa = PBXGroup;
  97. children = (
  98. DCA169941C2C9D16003FAB11 /* CFNetwork.framework */,
  99. 84405DDB189226CD007FACBA /* Foundation.framework */,
  100. 84405DDD189226CD007FACBA /* CoreGraphics.framework */,
  101. 84405DDF189226CD007FACBA /* UIKit.framework */,
  102. 84405DF4189226CE007FACBA /* XCTest.framework */,
  103. );
  104. name = Frameworks;
  105. sourceTree = "<group>";
  106. };
  107. 84405DE1189226CD007FACBA /* sample */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 84405DEA189226CD007FACBA /* AppDelegate.h */,
  111. 84405DEB189226CD007FACBA /* AppDelegate.m */,
  112. 84405DED189226CD007FACBA /* Images.xcassets */,
  113. 84405DE2189226CD007FACBA /* Supporting Files */,
  114. );
  115. path = sample;
  116. sourceTree = "<group>";
  117. };
  118. 84405DE2189226CD007FACBA /* Supporting Files */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 8427847118979C96000BC335 /* Config.xcconfig */,
  122. 84405DE3189226CD007FACBA /* sample-Info.plist */,
  123. 84405DE4189226CD007FACBA /* InfoPlist.strings */,
  124. 84405DE7189226CD007FACBA /* main.m */,
  125. 84405DE9189226CD007FACBA /* sample-Prefix.pch */,
  126. );
  127. name = "Supporting Files";
  128. sourceTree = "<group>";
  129. };
  130. 84405DFA189226CE007FACBA /* sampleTests */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 84405E00189226CE007FACBA /* sampleTests.m */,
  134. 84405DFB189226CE007FACBA /* Supporting Files */,
  135. );
  136. path = sampleTests;
  137. sourceTree = "<group>";
  138. };
  139. 84405DFB189226CE007FACBA /* Supporting Files */ = {
  140. isa = PBXGroup;
  141. children = (
  142. 84405DFC189226CE007FACBA /* sampleTests-Info.plist */,
  143. 84405DFD189226CE007FACBA /* InfoPlist.strings */,
  144. );
  145. name = "Supporting Files";
  146. sourceTree = "<group>";
  147. };
  148. /* End PBXGroup section */
  149. /* Begin PBXNativeTarget section */
  150. 84405DD7189226CD007FACBA /* sample */ = {
  151. isa = PBXNativeTarget;
  152. buildConfigurationList = 84405E04189226CE007FACBA /* Build configuration list for PBXNativeTarget "sample" */;
  153. buildPhases = (
  154. 84405DD4189226CD007FACBA /* Sources */,
  155. 84405DD5189226CD007FACBA /* Frameworks */,
  156. 84405DD6189226CD007FACBA /* Resources */,
  157. );
  158. buildRules = (
  159. );
  160. dependencies = (
  161. );
  162. name = sample;
  163. productName = sample;
  164. productReference = 84405DD8189226CD007FACBA /* sample.app */;
  165. productType = "com.apple.product-type.application";
  166. };
  167. 84405DF2189226CE007FACBA /* sampleTests */ = {
  168. isa = PBXNativeTarget;
  169. buildConfigurationList = 84405E07189226CE007FACBA /* Build configuration list for PBXNativeTarget "sampleTests" */;
  170. buildPhases = (
  171. 84405DEF189226CE007FACBA /* Sources */,
  172. 84405DF0189226CE007FACBA /* Frameworks */,
  173. 84405DF1189226CE007FACBA /* Resources */,
  174. );
  175. buildRules = (
  176. );
  177. dependencies = (
  178. 84405DF9189226CE007FACBA /* PBXTargetDependency */,
  179. );
  180. name = sampleTests;
  181. productName = sampleTests;
  182. productReference = 84405DF3189226CE007FACBA /* sampleTests.xctest */;
  183. productType = "com.apple.product-type.bundle.unit-test";
  184. };
  185. /* End PBXNativeTarget section */
  186. /* Begin PBXProject section */
  187. 84405DD0189226CD007FACBA /* Project object */ = {
  188. isa = PBXProject;
  189. attributes = {
  190. LastUpgradeCheck = 0510;
  191. ORGANIZATIONNAME = "clojure-objc";
  192. TargetAttributes = {
  193. 84405DD7189226CD007FACBA = {
  194. DevelopmentTeam = LHP68VSNAM;
  195. };
  196. 84405DF2189226CE007FACBA = {
  197. TestTargetID = 84405DD7189226CD007FACBA;
  198. };
  199. };
  200. };
  201. buildConfigurationList = 84405DD3189226CD007FACBA /* Build configuration list for PBXProject "sample" */;
  202. compatibilityVersion = "Xcode 3.2";
  203. developmentRegion = English;
  204. hasScannedForEncodings = 0;
  205. knownRegions = (
  206. en,
  207. );
  208. mainGroup = 84405DCF189226CD007FACBA;
  209. productRefGroup = 84405DD9189226CD007FACBA /* Products */;
  210. projectDirPath = "";
  211. projectRoot = "";
  212. targets = (
  213. 84405DD7189226CD007FACBA /* sample */,
  214. 84405DF2189226CE007FACBA /* sampleTests */,
  215. );
  216. };
  217. /* End PBXProject section */
  218. /* Begin PBXResourcesBuildPhase section */
  219. 84405DD6189226CD007FACBA /* Resources */ = {
  220. isa = PBXResourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 84405DE6189226CD007FACBA /* InfoPlist.strings in Resources */,
  224. 84405DEE189226CD007FACBA /* Images.xcassets in Resources */,
  225. );
  226. runOnlyForDeploymentPostprocessing = 0;
  227. };
  228. 84405DF1189226CE007FACBA /* Resources */ = {
  229. isa = PBXResourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. 84405DFF189226CE007FACBA /* InfoPlist.strings in Resources */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. /* End PBXResourcesBuildPhase section */
  237. /* Begin PBXSourcesBuildPhase section */
  238. 84405DD4189226CD007FACBA /* Sources */ = {
  239. isa = PBXSourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. 84405DEC189226CD007FACBA /* AppDelegate.m in Sources */,
  243. 84405DE8189226CD007FACBA /* main.m in Sources */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. 84405DEF189226CE007FACBA /* Sources */ = {
  248. isa = PBXSourcesBuildPhase;
  249. buildActionMask = 2147483647;
  250. files = (
  251. 84405E01189226CE007FACBA /* sampleTests.m in Sources */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXSourcesBuildPhase section */
  256. /* Begin PBXTargetDependency section */
  257. 84405DF9189226CE007FACBA /* PBXTargetDependency */ = {
  258. isa = PBXTargetDependency;
  259. target = 84405DD7189226CD007FACBA /* sample */;
  260. targetProxy = 84405DF8189226CE007FACBA /* PBXContainerItemProxy */;
  261. };
  262. /* End PBXTargetDependency section */
  263. /* Begin PBXVariantGroup section */
  264. 84405DE4189226CD007FACBA /* InfoPlist.strings */ = {
  265. isa = PBXVariantGroup;
  266. children = (
  267. 84405DE5189226CD007FACBA /* en */,
  268. );
  269. name = InfoPlist.strings;
  270. sourceTree = "<group>";
  271. };
  272. 84405DFD189226CE007FACBA /* InfoPlist.strings */ = {
  273. isa = PBXVariantGroup;
  274. children = (
  275. 84405DFE189226CE007FACBA /* en */,
  276. );
  277. name = InfoPlist.strings;
  278. sourceTree = "<group>";
  279. };
  280. /* End PBXVariantGroup section */
  281. /* Begin XCBuildConfiguration section */
  282. 84405E02189226CE007FACBA /* Debug */ = {
  283. isa = XCBuildConfiguration;
  284. buildSettings = {
  285. ALWAYS_SEARCH_USER_PATHS = NO;
  286. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  287. CLANG_CXX_LIBRARY = "libc++";
  288. CLANG_ENABLE_MODULES = YES;
  289. CLANG_ENABLE_OBJC_ARC = YES;
  290. CLANG_WARN_BOOL_CONVERSION = YES;
  291. CLANG_WARN_CONSTANT_CONVERSION = YES;
  292. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  293. CLANG_WARN_EMPTY_BODY = YES;
  294. CLANG_WARN_ENUM_CONVERSION = YES;
  295. CLANG_WARN_INT_CONVERSION = YES;
  296. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  297. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  298. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  299. COPY_PHASE_STRIP = NO;
  300. GCC_C_LANGUAGE_STANDARD = gnu99;
  301. GCC_DYNAMIC_NO_PIC = NO;
  302. GCC_OPTIMIZATION_LEVEL = 0;
  303. GCC_PREPROCESSOR_DEFINITIONS = (
  304. "DEBUG=1",
  305. "$(inherited)",
  306. );
  307. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  308. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  309. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  310. GCC_WARN_UNDECLARED_SELECTOR = YES;
  311. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  312. GCC_WARN_UNUSED_FUNCTION = YES;
  313. GCC_WARN_UNUSED_VARIABLE = YES;
  314. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  315. ONLY_ACTIVE_ARCH = YES;
  316. SDKROOT = iphoneos;
  317. };
  318. name = Debug;
  319. };
  320. 84405E03189226CE007FACBA /* Release */ = {
  321. isa = XCBuildConfiguration;
  322. buildSettings = {
  323. ALWAYS_SEARCH_USER_PATHS = NO;
  324. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  325. CLANG_CXX_LIBRARY = "libc++";
  326. CLANG_ENABLE_MODULES = YES;
  327. CLANG_ENABLE_OBJC_ARC = YES;
  328. CLANG_WARN_BOOL_CONVERSION = YES;
  329. CLANG_WARN_CONSTANT_CONVERSION = YES;
  330. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  331. CLANG_WARN_EMPTY_BODY = YES;
  332. CLANG_WARN_ENUM_CONVERSION = YES;
  333. CLANG_WARN_INT_CONVERSION = YES;
  334. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  335. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  336. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  337. COPY_PHASE_STRIP = YES;
  338. ENABLE_NS_ASSERTIONS = NO;
  339. GCC_C_LANGUAGE_STANDARD = gnu99;
  340. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  341. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  342. GCC_WARN_UNDECLARED_SELECTOR = YES;
  343. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  344. GCC_WARN_UNUSED_FUNCTION = YES;
  345. GCC_WARN_UNUSED_VARIABLE = YES;
  346. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  347. SDKROOT = iphoneos;
  348. VALIDATE_PRODUCT = YES;
  349. };
  350. name = Release;
  351. };
  352. 84405E05189226CE007FACBA /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. baseConfigurationReference = 8427847118979C96000BC335 /* Config.xcconfig */;
  355. buildSettings = {
  356. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  357. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  358. CLANG_ENABLE_OBJC_ARC = NO;
  359. CODE_SIGN_IDENTITY = "iPhone Developer";
  360. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  361. DEBUG_INFORMATION_FORMAT = dwarf;
  362. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  363. GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
  364. GCC_WARN_UNUSED_FUNCTION = NO;
  365. GCC_WARN_UNUSED_VALUE = NO;
  366. GCC_WARN_UNUSED_VARIABLE = NO;
  367. HEADER_SEARCH_PATHS = (
  368. "$(CLOJUREOBJC)/include",
  369. "$(SRCROOT)/../../target/include",
  370. "$(inherited)",
  371. );
  372. INFOPLIST_FILE = "sample/sample-Info.plist";
  373. LIBRARY_SEARCH_PATHS = (
  374. "$(CLOJUREOBJC)",
  375. "$(SRCROOT)/../../target",
  376. );
  377. ONLY_ACTIVE_ARCH = NO;
  378. OTHER_CFLAGS = "-Wno-unsequenced";
  379. OTHER_LDFLAGS = (
  380. "-lz",
  381. "-ljre_emul",
  382. "-lffi",
  383. "-ObjC",
  384. "-lclojure-objc",
  385. "-lpubsub-clojure-demo",
  386. "-licucore",
  387. );
  388. PRODUCT_NAME = "$(TARGET_NAME)";
  389. PROVISIONING_PROFILE = "";
  390. VALID_ARCHS = "armv7 armv7s";
  391. WRAPPER_EXTENSION = app;
  392. };
  393. name = Debug;
  394. };
  395. 84405E06189226CE007FACBA /* Release */ = {
  396. isa = XCBuildConfiguration;
  397. baseConfigurationReference = 8427847118979C96000BC335 /* Config.xcconfig */;
  398. buildSettings = {
  399. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  400. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  401. CLANG_ENABLE_OBJC_ARC = NO;
  402. CODE_SIGN_IDENTITY = "iPhone Developer";
  403. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  404. DEBUG_INFORMATION_FORMAT = dwarf;
  405. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  406. GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
  407. GCC_WARN_UNUSED_FUNCTION = NO;
  408. GCC_WARN_UNUSED_VALUE = NO;
  409. GCC_WARN_UNUSED_VARIABLE = NO;
  410. HEADER_SEARCH_PATHS = (
  411. "$(CLOJUREOBJC)/include",
  412. "$(SRCROOT)/../../target/include",
  413. "$(inherited)",
  414. );
  415. INFOPLIST_FILE = "sample/sample-Info.plist";
  416. LIBRARY_SEARCH_PATHS = (
  417. "$(CLOJUREOBJC)",
  418. "$(SRCROOT)/../../target",
  419. );
  420. OTHER_CFLAGS = "-Wno-unsequenced";
  421. OTHER_LDFLAGS = (
  422. "-lz",
  423. "-ljre_emul",
  424. "-lffi",
  425. "-ObjC",
  426. "-lclojure-objc",
  427. "-lpubsub-clojure-demo",
  428. "-licucore",
  429. );
  430. PRODUCT_NAME = "$(TARGET_NAME)";
  431. PROVISIONING_PROFILE = "";
  432. VALID_ARCHS = "armv7 armv7s";
  433. WRAPPER_EXTENSION = app;
  434. };
  435. name = Release;
  436. };
  437. 84405E08189226CE007FACBA /* Debug */ = {
  438. isa = XCBuildConfiguration;
  439. buildSettings = {
  440. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sample.app/sample";
  441. FRAMEWORK_SEARCH_PATHS = (
  442. "$(SDKROOT)/Developer/Library/Frameworks",
  443. "$(inherited)",
  444. "$(DEVELOPER_FRAMEWORKS_DIR)",
  445. );
  446. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  447. GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
  448. GCC_PREPROCESSOR_DEFINITIONS = (
  449. "DEBUG=1",
  450. "$(inherited)",
  451. );
  452. INFOPLIST_FILE = "sampleTests/sampleTests-Info.plist";
  453. PRODUCT_NAME = "$(TARGET_NAME)";
  454. TEST_HOST = "$(BUNDLE_LOADER)";
  455. WRAPPER_EXTENSION = xctest;
  456. };
  457. name = Debug;
  458. };
  459. 84405E09189226CE007FACBA /* Release */ = {
  460. isa = XCBuildConfiguration;
  461. buildSettings = {
  462. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sample.app/sample";
  463. FRAMEWORK_SEARCH_PATHS = (
  464. "$(SDKROOT)/Developer/Library/Frameworks",
  465. "$(inherited)",
  466. "$(DEVELOPER_FRAMEWORKS_DIR)",
  467. );
  468. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  469. GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
  470. INFOPLIST_FILE = "sampleTests/sampleTests-Info.plist";
  471. PRODUCT_NAME = "$(TARGET_NAME)";
  472. TEST_HOST = "$(BUNDLE_LOADER)";
  473. WRAPPER_EXTENSION = xctest;
  474. };
  475. name = Release;
  476. };
  477. /* End XCBuildConfiguration section */
  478. /* Begin XCConfigurationList section */
  479. 84405DD3189226CD007FACBA /* Build configuration list for PBXProject "sample" */ = {
  480. isa = XCConfigurationList;
  481. buildConfigurations = (
  482. 84405E02189226CE007FACBA /* Debug */,
  483. 84405E03189226CE007FACBA /* Release */,
  484. );
  485. defaultConfigurationIsVisible = 0;
  486. defaultConfigurationName = Release;
  487. };
  488. 84405E04189226CE007FACBA /* Build configuration list for PBXNativeTarget "sample" */ = {
  489. isa = XCConfigurationList;
  490. buildConfigurations = (
  491. 84405E05189226CE007FACBA /* Debug */,
  492. 84405E06189226CE007FACBA /* Release */,
  493. );
  494. defaultConfigurationIsVisible = 0;
  495. defaultConfigurationName = Release;
  496. };
  497. 84405E07189226CE007FACBA /* Build configuration list for PBXNativeTarget "sampleTests" */ = {
  498. isa = XCConfigurationList;
  499. buildConfigurations = (
  500. 84405E08189226CE007FACBA /* Debug */,
  501. 84405E09189226CE007FACBA /* Release */,
  502. );
  503. defaultConfigurationIsVisible = 0;
  504. defaultConfigurationName = Release;
  505. };
  506. /* End XCConfigurationList section */
  507. };
  508. rootObject = 84405DD0189226CD007FACBA /* Project object */;
  509. }