project.pbxproj 21 KB

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