project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. EDB1C0A11653283D0041897E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0A01653283D0041897E /* Foundation.framework */; };
  10. EDB1C0B01653283D0041897E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0AF1653283D0041897E /* SenTestingKit.framework */; };
  11. EDB1C0B21653283D0041897E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0B11653283D0041897E /* UIKit.framework */; };
  12. EDB1C0B31653283D0041897E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C0A01653283D0041897E /* Foundation.framework */; };
  13. EDB1C0B61653283D0041897E /* libFImmutableSortedDictionary.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */; };
  14. EDB1C0BC1653283D0041897E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EDB1C0BA1653283D0041897E /* InfoPlist.strings */; };
  15. EDB1C0BF1653283D0041897E /* FImmutableSortedDictionaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */; };
  16. EDB1C0D21653286B0041897E /* FImmutableSortedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */; };
  17. EDB1C0D31653286B0041897E /* FImmutableSortedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */; };
  18. EDB1C0D41653286B0041897E /* FLLRBEmptyNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */; };
  19. EDB1C0D51653286B0041897E /* FLLRBEmptyNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */; };
  20. EDB1C0D61653286B0041897E /* FLLRBValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0D11653286B0041897E /* FLLRBValueNode.m */; };
  21. EDB1C0D71653286B0041897E /* FLLRBValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0D11653286B0041897E /* FLLRBValueNode.m */; };
  22. EDB1C0ED165331140041897E /* FImmutableSortedDictionaryEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXContainerItemProxy section */
  25. EDB1C0B41653283D0041897E /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = EDB1C0941653283D0041897E /* Project object */;
  28. proxyType = 1;
  29. remoteGlobalIDString = EDB1C09C1653283D0041897E;
  30. remoteInfo = FImmutableSortedDictionary;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXCopyFilesBuildPhase section */
  34. EDB1C09B1653283D0041897E /* CopyFiles */ = {
  35. isa = PBXCopyFilesBuildPhase;
  36. buildActionMask = 2147483647;
  37. dstPath = "include/${PRODUCT_NAME}";
  38. dstSubfolderSpec = 16;
  39. files = (
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXCopyFilesBuildPhase section */
  44. /* Begin PBXFileReference section */
  45. EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFImmutableSortedDictionary.a; sourceTree = BUILT_PRODUCTS_DIR; };
  46. EDB1C0A01653283D0041897E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  47. EDB1C0A41653283D0041897E /* FImmutableSortedDictionary-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FImmutableSortedDictionary-Prefix.pch"; sourceTree = "<group>"; };
  48. EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FImmutableSortedDictionaryTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
  49. EDB1C0AF1653283D0041897E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
  50. EDB1C0B11653283D0041897E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  51. EDB1C0B91653283D0041897E /* FImmutableSortedDictionaryTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FImmutableSortedDictionaryTests-Info.plist"; sourceTree = "<group>"; };
  52. EDB1C0BB1653283D0041897E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  53. EDB1C0BD1653283D0041897E /* FImmutableSortedDictionaryTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionaryTests.h; sourceTree = "<group>"; };
  54. EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionaryTests.m; sourceTree = "<group>"; };
  55. EDB1C0CB1653286B0041897E /* FImmutableSortedDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionary.h; sourceTree = "<group>"; };
  56. EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionary.m; sourceTree = "<group>"; };
  57. EDB1C0CD1653286B0041897E /* FLLRBNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBNode.h; sourceTree = "<group>"; };
  58. EDB1C0CE1653286B0041897E /* FLLRBEmptyNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBEmptyNode.h; sourceTree = "<group>"; };
  59. EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLLRBEmptyNode.m; sourceTree = "<group>"; };
  60. EDB1C0D01653286B0041897E /* FLLRBValueNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FLLRBValueNode.h; sourceTree = "<group>"; };
  61. EDB1C0D11653286B0041897E /* FLLRBValueNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLLRBValueNode.m; sourceTree = "<group>"; };
  62. EDB1C0EB165331140041897E /* FImmutableSortedDictionaryEnumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FImmutableSortedDictionaryEnumerator.h; sourceTree = "<group>"; };
  63. EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FImmutableSortedDictionaryEnumerator.m; sourceTree = "<group>"; };
  64. /* End PBXFileReference section */
  65. /* Begin PBXFrameworksBuildPhase section */
  66. EDB1C09A1653283D0041897E /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. EDB1C0A11653283D0041897E /* Foundation.framework in Frameworks */,
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. EDB1C0AA1653283D0041897E /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. EDB1C0B01653283D0041897E /* SenTestingKit.framework in Frameworks */,
  79. EDB1C0B21653283D0041897E /* UIKit.framework in Frameworks */,
  80. EDB1C0B31653283D0041897E /* Foundation.framework in Frameworks */,
  81. EDB1C0B61653283D0041897E /* libFImmutableSortedDictionary.a in Frameworks */,
  82. );
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. /* End PBXFrameworksBuildPhase section */
  86. /* Begin PBXGroup section */
  87. EDB1C0921653283D0041897E = {
  88. isa = PBXGroup;
  89. children = (
  90. EDB1C0A21653283D0041897E /* FImmutableSortedDictionary */,
  91. EDB1C0B71653283D0041897E /* FImmutableSortedDictionaryTests */,
  92. EDB1C09F1653283D0041897E /* Frameworks */,
  93. EDB1C09E1653283D0041897E /* Products */,
  94. );
  95. sourceTree = "<group>";
  96. };
  97. EDB1C09E1653283D0041897E /* Products */ = {
  98. isa = PBXGroup;
  99. children = (
  100. EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */,
  101. EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. EDB1C09F1653283D0041897E /* Frameworks */ = {
  107. isa = PBXGroup;
  108. children = (
  109. EDB1C0A01653283D0041897E /* Foundation.framework */,
  110. EDB1C0AF1653283D0041897E /* SenTestingKit.framework */,
  111. EDB1C0B11653283D0041897E /* UIKit.framework */,
  112. );
  113. name = Frameworks;
  114. sourceTree = "<group>";
  115. };
  116. EDB1C0A21653283D0041897E /* FImmutableSortedDictionary */ = {
  117. isa = PBXGroup;
  118. children = (
  119. EDB1C0CB1653286B0041897E /* FImmutableSortedDictionary.h */,
  120. EDB1C0CC1653286B0041897E /* FImmutableSortedDictionary.m */,
  121. EDB1C0CD1653286B0041897E /* FLLRBNode.h */,
  122. EDB1C0CE1653286B0041897E /* FLLRBEmptyNode.h */,
  123. EDB1C0CF1653286B0041897E /* FLLRBEmptyNode.m */,
  124. EDB1C0D01653286B0041897E /* FLLRBValueNode.h */,
  125. EDB1C0D11653286B0041897E /* FLLRBValueNode.m */,
  126. EDB1C0EB165331140041897E /* FImmutableSortedDictionaryEnumerator.h */,
  127. EDB1C0EC165331140041897E /* FImmutableSortedDictionaryEnumerator.m */,
  128. EDB1C0A31653283D0041897E /* Supporting Files */,
  129. );
  130. path = FImmutableSortedDictionary;
  131. sourceTree = "<group>";
  132. };
  133. EDB1C0A31653283D0041897E /* Supporting Files */ = {
  134. isa = PBXGroup;
  135. children = (
  136. EDB1C0A41653283D0041897E /* FImmutableSortedDictionary-Prefix.pch */,
  137. );
  138. name = "Supporting Files";
  139. sourceTree = "<group>";
  140. };
  141. EDB1C0B71653283D0041897E /* FImmutableSortedDictionaryTests */ = {
  142. isa = PBXGroup;
  143. children = (
  144. EDB1C0BD1653283D0041897E /* FImmutableSortedDictionaryTests.h */,
  145. EDB1C0BE1653283D0041897E /* FImmutableSortedDictionaryTests.m */,
  146. EDB1C0B81653283D0041897E /* Supporting Files */,
  147. );
  148. path = FImmutableSortedDictionaryTests;
  149. sourceTree = "<group>";
  150. };
  151. EDB1C0B81653283D0041897E /* Supporting Files */ = {
  152. isa = PBXGroup;
  153. children = (
  154. EDB1C0B91653283D0041897E /* FImmutableSortedDictionaryTests-Info.plist */,
  155. EDB1C0BA1653283D0041897E /* InfoPlist.strings */,
  156. );
  157. name = "Supporting Files";
  158. sourceTree = "<group>";
  159. };
  160. /* End PBXGroup section */
  161. /* Begin PBXNativeTarget section */
  162. EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = EDB1C0C21653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionary" */;
  165. buildPhases = (
  166. EDB1C0991653283D0041897E /* Sources */,
  167. EDB1C09A1653283D0041897E /* Frameworks */,
  168. EDB1C09B1653283D0041897E /* CopyFiles */,
  169. );
  170. buildRules = (
  171. );
  172. dependencies = (
  173. );
  174. name = FImmutableSortedDictionary;
  175. productName = FImmutableSortedDictionary;
  176. productReference = EDB1C09D1653283D0041897E /* libFImmutableSortedDictionary.a */;
  177. productType = "com.apple.product-type.library.static";
  178. };
  179. EDB1C0AD1653283D0041897E /* FImmutableSortedDictionaryTests */ = {
  180. isa = PBXNativeTarget;
  181. buildConfigurationList = EDB1C0C51653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionaryTests" */;
  182. buildPhases = (
  183. EDB1C0A91653283D0041897E /* Sources */,
  184. EDB1C0AA1653283D0041897E /* Frameworks */,
  185. EDB1C0AB1653283D0041897E /* Resources */,
  186. EDB1C0AC1653283D0041897E /* ShellScript */,
  187. );
  188. buildRules = (
  189. );
  190. dependencies = (
  191. EDB1C0B51653283D0041897E /* PBXTargetDependency */,
  192. );
  193. name = FImmutableSortedDictionaryTests;
  194. productName = FImmutableSortedDictionaryTests;
  195. productReference = EDB1C0AE1653283D0041897E /* FImmutableSortedDictionaryTests.octest */;
  196. productType = "com.apple.product-type.bundle";
  197. };
  198. /* End PBXNativeTarget section */
  199. /* Begin PBXProject section */
  200. EDB1C0941653283D0041897E /* Project object */ = {
  201. isa = PBXProject;
  202. attributes = {
  203. LastUpgradeCheck = 0450;
  204. ORGANIZATIONNAME = Firebase;
  205. };
  206. buildConfigurationList = EDB1C0971653283D0041897E /* Build configuration list for PBXProject "FImmutableSortedDictionary" */;
  207. compatibilityVersion = "Xcode 3.2";
  208. developmentRegion = English;
  209. hasScannedForEncodings = 0;
  210. knownRegions = (
  211. en,
  212. );
  213. mainGroup = EDB1C0921653283D0041897E;
  214. productRefGroup = EDB1C09E1653283D0041897E /* Products */;
  215. projectDirPath = "";
  216. projectRoot = "";
  217. targets = (
  218. EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */,
  219. EDB1C0AD1653283D0041897E /* FImmutableSortedDictionaryTests */,
  220. );
  221. };
  222. /* End PBXProject section */
  223. /* Begin PBXResourcesBuildPhase section */
  224. EDB1C0AB1653283D0041897E /* Resources */ = {
  225. isa = PBXResourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. EDB1C0BC1653283D0041897E /* InfoPlist.strings in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. /* End PBXResourcesBuildPhase section */
  233. /* Begin PBXShellScriptBuildPhase section */
  234. EDB1C0AC1653283D0041897E /* ShellScript */ = {
  235. isa = PBXShellScriptBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. );
  239. inputPaths = (
  240. );
  241. outputPaths = (
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. shellPath = /bin/sh;
  245. shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
  246. };
  247. /* End PBXShellScriptBuildPhase section */
  248. /* Begin PBXSourcesBuildPhase section */
  249. EDB1C0991653283D0041897E /* Sources */ = {
  250. isa = PBXSourcesBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. EDB1C0D21653286B0041897E /* FImmutableSortedDictionary.m in Sources */,
  254. EDB1C0D41653286B0041897E /* FLLRBEmptyNode.m in Sources */,
  255. EDB1C0D61653286B0041897E /* FLLRBValueNode.m in Sources */,
  256. EDB1C0ED165331140041897E /* FImmutableSortedDictionaryEnumerator.m in Sources */,
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. EDB1C0A91653283D0041897E /* Sources */ = {
  261. isa = PBXSourcesBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. EDB1C0BF1653283D0041897E /* FImmutableSortedDictionaryTests.m in Sources */,
  265. EDB1C0D31653286B0041897E /* FImmutableSortedDictionary.m in Sources */,
  266. EDB1C0D51653286B0041897E /* FLLRBEmptyNode.m in Sources */,
  267. EDB1C0D71653286B0041897E /* FLLRBValueNode.m in Sources */,
  268. );
  269. runOnlyForDeploymentPostprocessing = 0;
  270. };
  271. /* End PBXSourcesBuildPhase section */
  272. /* Begin PBXTargetDependency section */
  273. EDB1C0B51653283D0041897E /* PBXTargetDependency */ = {
  274. isa = PBXTargetDependency;
  275. target = EDB1C09C1653283D0041897E /* FImmutableSortedDictionary */;
  276. targetProxy = EDB1C0B41653283D0041897E /* PBXContainerItemProxy */;
  277. };
  278. /* End PBXTargetDependency section */
  279. /* Begin PBXVariantGroup section */
  280. EDB1C0BA1653283D0041897E /* InfoPlist.strings */ = {
  281. isa = PBXVariantGroup;
  282. children = (
  283. EDB1C0BB1653283D0041897E /* en */,
  284. );
  285. name = InfoPlist.strings;
  286. sourceTree = "<group>";
  287. };
  288. /* End PBXVariantGroup section */
  289. /* Begin XCBuildConfiguration section */
  290. EDB1C0C01653283D0041897E /* Debug */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ALWAYS_SEARCH_USER_PATHS = NO;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_WARN_EMPTY_BODY = YES;
  298. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  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_ABOUT_RETURN_TYPE = YES;
  309. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  310. GCC_WARN_UNUSED_VARIABLE = YES;
  311. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  312. ONLY_ACTIVE_ARCH = YES;
  313. SDKROOT = iphoneos;
  314. };
  315. name = Debug;
  316. };
  317. EDB1C0C11653283D0041897E /* Release */ = {
  318. isa = XCBuildConfiguration;
  319. buildSettings = {
  320. ALWAYS_SEARCH_USER_PATHS = NO;
  321. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  322. CLANG_CXX_LIBRARY = "libc++";
  323. CLANG_ENABLE_OBJC_ARC = YES;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  326. COPY_PHASE_STRIP = YES;
  327. GCC_C_LANGUAGE_STANDARD = gnu99;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  330. GCC_WARN_UNUSED_VARIABLE = YES;
  331. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  332. SDKROOT = iphoneos;
  333. VALIDATE_PRODUCT = YES;
  334. };
  335. name = Release;
  336. };
  337. EDB1C0C31653283D0041897E /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. DSTROOT = /tmp/FImmutableSortedDictionary.dst;
  341. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  342. GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
  343. OTHER_LDFLAGS = "-ObjC";
  344. PRODUCT_NAME = "$(TARGET_NAME)";
  345. SKIP_INSTALL = YES;
  346. };
  347. name = Debug;
  348. };
  349. EDB1C0C41653283D0041897E /* Release */ = {
  350. isa = XCBuildConfiguration;
  351. buildSettings = {
  352. DSTROOT = /tmp/FImmutableSortedDictionary.dst;
  353. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  354. GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
  355. OTHER_LDFLAGS = "-ObjC";
  356. PRODUCT_NAME = "$(TARGET_NAME)";
  357. SKIP_INSTALL = YES;
  358. };
  359. name = Release;
  360. };
  361. EDB1C0C61653283D0041897E /* Debug */ = {
  362. isa = XCBuildConfiguration;
  363. buildSettings = {
  364. FRAMEWORK_SEARCH_PATHS = (
  365. "\"$(SDKROOT)/Developer/Library/Frameworks\"",
  366. "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
  367. );
  368. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  369. GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
  370. INFOPLIST_FILE = "FImmutableSortedDictionaryTests/FImmutableSortedDictionaryTests-Info.plist";
  371. PRODUCT_NAME = "$(TARGET_NAME)";
  372. WRAPPER_EXTENSION = octest;
  373. };
  374. name = Debug;
  375. };
  376. EDB1C0C71653283D0041897E /* Release */ = {
  377. isa = XCBuildConfiguration;
  378. buildSettings = {
  379. FRAMEWORK_SEARCH_PATHS = (
  380. "\"$(SDKROOT)/Developer/Library/Frameworks\"",
  381. "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
  382. );
  383. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  384. GCC_PREFIX_HEADER = "FImmutableSortedDictionary/FImmutableSortedDictionary-Prefix.pch";
  385. INFOPLIST_FILE = "FImmutableSortedDictionaryTests/FImmutableSortedDictionaryTests-Info.plist";
  386. PRODUCT_NAME = "$(TARGET_NAME)";
  387. WRAPPER_EXTENSION = octest;
  388. };
  389. name = Release;
  390. };
  391. /* End XCBuildConfiguration section */
  392. /* Begin XCConfigurationList section */
  393. EDB1C0971653283D0041897E /* Build configuration list for PBXProject "FImmutableSortedDictionary" */ = {
  394. isa = XCConfigurationList;
  395. buildConfigurations = (
  396. EDB1C0C01653283D0041897E /* Debug */,
  397. EDB1C0C11653283D0041897E /* Release */,
  398. );
  399. defaultConfigurationIsVisible = 0;
  400. defaultConfigurationName = Release;
  401. };
  402. EDB1C0C21653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionary" */ = {
  403. isa = XCConfigurationList;
  404. buildConfigurations = (
  405. EDB1C0C31653283D0041897E /* Debug */,
  406. EDB1C0C41653283D0041897E /* Release */,
  407. );
  408. defaultConfigurationIsVisible = 0;
  409. defaultConfigurationName = Release;
  410. };
  411. EDB1C0C51653283D0041897E /* Build configuration list for PBXNativeTarget "FImmutableSortedDictionaryTests" */ = {
  412. isa = XCConfigurationList;
  413. buildConfigurations = (
  414. EDB1C0C61653283D0041897E /* Debug */,
  415. EDB1C0C71653283D0041897E /* Release */,
  416. );
  417. defaultConfigurationIsVisible = 0;
  418. defaultConfigurationName = Release;
  419. };
  420. /* End XCConfigurationList section */
  421. };
  422. rootObject = EDB1C0941653283D0041897E /* Project object */;
  423. }