project.pbxproj 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 45AE89E61B3A6564007B99D7 /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  10. 57FCDE3E1BA280DC00130C48 /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  11. 57FCDE3F1BA280DC00130C48 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  12. 57FCDE421BA280DC00130C48 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 57FCDE4D1BA280E000130C48 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  14. 57FCDE561BA2814300130C48 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57FCDE471BA280DC00130C48 /* Result.framework */; };
  15. D035799B1B2B788F005D26AE /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  16. D035799E1B2B788F005D26AE /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. D03579A91B2B78A1005D26AE /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  18. D03579B41B2B78C4005D26AE /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D03579A31B2B788F005D26AE /* Result.framework */; };
  19. D454805D1A9572F5009D7229 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. D45480681A9572F5009D7229 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D45480571A9572F5009D7229 /* Result.framework */; };
  21. D454806F1A9572F5009D7229 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  22. D45480881A957362009D7229 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D454807D1A957361009D7229 /* Result.framework */; };
  23. D45480971A957465009D7229 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  24. D45480981A957465009D7229 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  25. D45480991A9574B8009D7229 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  26. D454809A1A9574BB009D7229 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  27. E93621461B35596200948F2A /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  28. E93621471B35596200948F2A /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXContainerItemProxy section */
  31. 57FCDE571BA2814A00130C48 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 57FCDE3C1BA280DC00130C48;
  36. remoteInfo = "Result-tvOS";
  37. };
  38. D03579B21B2B78BB005D26AE /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  41. proxyType = 1;
  42. remoteGlobalIDString = D03579991B2B788F005D26AE;
  43. remoteInfo = "Result-watchOS";
  44. };
  45. D45480691A9572F5009D7229 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  48. proxyType = 1;
  49. remoteGlobalIDString = D45480561A9572F5009D7229;
  50. remoteInfo = Result;
  51. };
  52. D45480891A957362009D7229 /* PBXContainerItemProxy */ = {
  53. isa = PBXContainerItemProxy;
  54. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  55. proxyType = 1;
  56. remoteGlobalIDString = D454807C1A957361009D7229;
  57. remoteInfo = "Result-iOS";
  58. };
  59. /* End PBXContainerItemProxy section */
  60. /* Begin PBXFileReference section */
  61. 57FCDE471BA280DC00130C48 /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  62. 57FCDE541BA280E000130C48 /* Result-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. D03579A31B2B788F005D26AE /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  64. D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-watchOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  65. D45480571A9572F5009D7229 /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  66. D454805B1A9572F5009D7229 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  67. D454805C1A9572F5009D7229 /* Result.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Result.h; sourceTree = "<group>"; };
  68. D45480671A9572F5009D7229 /* Result-MacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-MacTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  69. D454806D1A9572F5009D7229 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  70. D454806E1A9572F5009D7229 /* ResultTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultTests.swift; sourceTree = "<group>"; };
  71. D454807D1A957361009D7229 /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  72. D45480871A957362009D7229 /* Result-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  73. D45480961A957465009D7229 /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
  74. E93621451B35596200948F2A /* ResultType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultType.swift; sourceTree = "<group>"; };
  75. /* End PBXFileReference section */
  76. /* Begin PBXFrameworksBuildPhase section */
  77. 57FCDE401BA280DC00130C48 /* Frameworks */ = {
  78. isa = PBXFrameworksBuildPhase;
  79. buildActionMask = 2147483647;
  80. files = (
  81. );
  82. runOnlyForDeploymentPostprocessing = 0;
  83. };
  84. 57FCDE4E1BA280E000130C48 /* Frameworks */ = {
  85. isa = PBXFrameworksBuildPhase;
  86. buildActionMask = 2147483647;
  87. files = (
  88. 57FCDE561BA2814300130C48 /* Result.framework in Frameworks */,
  89. );
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. D035799C1B2B788F005D26AE /* Frameworks */ = {
  93. isa = PBXFrameworksBuildPhase;
  94. buildActionMask = 2147483647;
  95. files = (
  96. );
  97. runOnlyForDeploymentPostprocessing = 0;
  98. };
  99. D03579AA1B2B78A1005D26AE /* Frameworks */ = {
  100. isa = PBXFrameworksBuildPhase;
  101. buildActionMask = 2147483647;
  102. files = (
  103. D03579B41B2B78C4005D26AE /* Result.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. D45480531A9572F5009D7229 /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. D45480641A9572F5009D7229 /* Frameworks */ = {
  115. isa = PBXFrameworksBuildPhase;
  116. buildActionMask = 2147483647;
  117. files = (
  118. D45480681A9572F5009D7229 /* Result.framework in Frameworks */,
  119. );
  120. runOnlyForDeploymentPostprocessing = 0;
  121. };
  122. D45480791A957361009D7229 /* Frameworks */ = {
  123. isa = PBXFrameworksBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. runOnlyForDeploymentPostprocessing = 0;
  128. };
  129. D45480841A957362009D7229 /* Frameworks */ = {
  130. isa = PBXFrameworksBuildPhase;
  131. buildActionMask = 2147483647;
  132. files = (
  133. D45480881A957362009D7229 /* Result.framework in Frameworks */,
  134. );
  135. runOnlyForDeploymentPostprocessing = 0;
  136. };
  137. /* End PBXFrameworksBuildPhase section */
  138. /* Begin PBXGroup section */
  139. D454804D1A9572F5009D7229 = {
  140. isa = PBXGroup;
  141. children = (
  142. D45480591A9572F5009D7229 /* Result */,
  143. D454806B1A9572F5009D7229 /* ResultTests */,
  144. D45480581A9572F5009D7229 /* Products */,
  145. );
  146. sourceTree = "<group>";
  147. usesTabs = 1;
  148. };
  149. D45480581A9572F5009D7229 /* Products */ = {
  150. isa = PBXGroup;
  151. children = (
  152. D45480571A9572F5009D7229 /* Result.framework */,
  153. D45480671A9572F5009D7229 /* Result-MacTests.xctest */,
  154. D454807D1A957361009D7229 /* Result.framework */,
  155. D45480871A957362009D7229 /* Result-iOSTests.xctest */,
  156. D03579A31B2B788F005D26AE /* Result.framework */,
  157. D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */,
  158. 57FCDE471BA280DC00130C48 /* Result.framework */,
  159. 57FCDE541BA280E000130C48 /* Result-tvOSTests.xctest */,
  160. );
  161. name = Products;
  162. sourceTree = "<group>";
  163. };
  164. D45480591A9572F5009D7229 /* Result */ = {
  165. isa = PBXGroup;
  166. children = (
  167. D454805C1A9572F5009D7229 /* Result.h */,
  168. D45480961A957465009D7229 /* Result.swift */,
  169. E93621451B35596200948F2A /* ResultType.swift */,
  170. D454805A1A9572F5009D7229 /* Supporting Files */,
  171. );
  172. path = Result;
  173. sourceTree = "<group>";
  174. };
  175. D454805A1A9572F5009D7229 /* Supporting Files */ = {
  176. isa = PBXGroup;
  177. children = (
  178. D454805B1A9572F5009D7229 /* Info.plist */,
  179. );
  180. name = "Supporting Files";
  181. sourceTree = "<group>";
  182. };
  183. D454806B1A9572F5009D7229 /* ResultTests */ = {
  184. isa = PBXGroup;
  185. children = (
  186. D454806E1A9572F5009D7229 /* ResultTests.swift */,
  187. D454806C1A9572F5009D7229 /* Supporting Files */,
  188. );
  189. name = ResultTests;
  190. path = Tests/Result;
  191. sourceTree = "<group>";
  192. };
  193. D454806C1A9572F5009D7229 /* Supporting Files */ = {
  194. isa = PBXGroup;
  195. children = (
  196. D454806D1A9572F5009D7229 /* Info.plist */,
  197. );
  198. name = "Supporting Files";
  199. sourceTree = "<group>";
  200. };
  201. /* End PBXGroup section */
  202. /* Begin PBXHeadersBuildPhase section */
  203. 57FCDE411BA280DC00130C48 /* Headers */ = {
  204. isa = PBXHeadersBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. 57FCDE421BA280DC00130C48 /* Result.h in Headers */,
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. };
  211. D035799D1B2B788F005D26AE /* Headers */ = {
  212. isa = PBXHeadersBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. D035799E1B2B788F005D26AE /* Result.h in Headers */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. D45480541A9572F5009D7229 /* Headers */ = {
  220. isa = PBXHeadersBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. D454805D1A9572F5009D7229 /* Result.h in Headers */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. D454807A1A957361009D7229 /* Headers */ = {
  228. isa = PBXHeadersBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. D454809A1A9574BB009D7229 /* Result.h in Headers */,
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXHeadersBuildPhase section */
  236. /* Begin PBXNativeTarget section */
  237. 57FCDE3C1BA280DC00130C48 /* Result-tvOS */ = {
  238. isa = PBXNativeTarget;
  239. buildConfigurationList = 57FCDE441BA280DC00130C48 /* Build configuration list for PBXNativeTarget "Result-tvOS" */;
  240. buildPhases = (
  241. 57FCDE3D1BA280DC00130C48 /* Sources */,
  242. 57FCDE401BA280DC00130C48 /* Frameworks */,
  243. 57FCDE411BA280DC00130C48 /* Headers */,
  244. 57FCDE431BA280DC00130C48 /* Resources */,
  245. );
  246. buildRules = (
  247. );
  248. dependencies = (
  249. );
  250. name = "Result-tvOS";
  251. productName = "Result-iOS";
  252. productReference = 57FCDE471BA280DC00130C48 /* Result.framework */;
  253. productType = "com.apple.product-type.framework";
  254. };
  255. 57FCDE491BA280E000130C48 /* Result-tvOSTests */ = {
  256. isa = PBXNativeTarget;
  257. buildConfigurationList = 57FCDE511BA280E000130C48 /* Build configuration list for PBXNativeTarget "Result-tvOSTests" */;
  258. buildPhases = (
  259. 57FCDE4C1BA280E000130C48 /* Sources */,
  260. 57FCDE4E1BA280E000130C48 /* Frameworks */,
  261. 57FCDE501BA280E000130C48 /* Resources */,
  262. );
  263. buildRules = (
  264. );
  265. dependencies = (
  266. 57FCDE581BA2814A00130C48 /* PBXTargetDependency */,
  267. );
  268. name = "Result-tvOSTests";
  269. productName = "Result-iOSTests";
  270. productReference = 57FCDE541BA280E000130C48 /* Result-tvOSTests.xctest */;
  271. productType = "com.apple.product-type.bundle.unit-test";
  272. };
  273. D03579991B2B788F005D26AE /* Result-watchOS */ = {
  274. isa = PBXNativeTarget;
  275. buildConfigurationList = D03579A01B2B788F005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOS" */;
  276. buildPhases = (
  277. D035799A1B2B788F005D26AE /* Sources */,
  278. D035799C1B2B788F005D26AE /* Frameworks */,
  279. D035799D1B2B788F005D26AE /* Headers */,
  280. D035799F1B2B788F005D26AE /* Resources */,
  281. );
  282. buildRules = (
  283. );
  284. dependencies = (
  285. );
  286. name = "Result-watchOS";
  287. productName = Result;
  288. productReference = D03579A31B2B788F005D26AE /* Result.framework */;
  289. productType = "com.apple.product-type.framework";
  290. };
  291. D03579A51B2B78A1005D26AE /* Result-watchOSTests */ = {
  292. isa = PBXNativeTarget;
  293. buildConfigurationList = D03579AD1B2B78A1005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOSTests" */;
  294. buildPhases = (
  295. D03579A81B2B78A1005D26AE /* Sources */,
  296. D03579AA1B2B78A1005D26AE /* Frameworks */,
  297. D03579AC1B2B78A1005D26AE /* Resources */,
  298. );
  299. buildRules = (
  300. );
  301. dependencies = (
  302. D03579B31B2B78BB005D26AE /* PBXTargetDependency */,
  303. );
  304. name = "Result-watchOSTests";
  305. productName = ResultTests;
  306. productReference = D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */;
  307. productType = "com.apple.product-type.bundle.unit-test";
  308. };
  309. D45480561A9572F5009D7229 /* Result-Mac */ = {
  310. isa = PBXNativeTarget;
  311. buildConfigurationList = D45480721A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-Mac" */;
  312. buildPhases = (
  313. D45480521A9572F5009D7229 /* Sources */,
  314. D45480531A9572F5009D7229 /* Frameworks */,
  315. D45480541A9572F5009D7229 /* Headers */,
  316. D45480551A9572F5009D7229 /* Resources */,
  317. );
  318. buildRules = (
  319. );
  320. dependencies = (
  321. );
  322. name = "Result-Mac";
  323. productName = Result;
  324. productReference = D45480571A9572F5009D7229 /* Result.framework */;
  325. productType = "com.apple.product-type.framework";
  326. };
  327. D45480661A9572F5009D7229 /* Result-MacTests */ = {
  328. isa = PBXNativeTarget;
  329. buildConfigurationList = D45480751A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-MacTests" */;
  330. buildPhases = (
  331. D45480631A9572F5009D7229 /* Sources */,
  332. D45480641A9572F5009D7229 /* Frameworks */,
  333. D45480651A9572F5009D7229 /* Resources */,
  334. );
  335. buildRules = (
  336. );
  337. dependencies = (
  338. D454806A1A9572F5009D7229 /* PBXTargetDependency */,
  339. );
  340. name = "Result-MacTests";
  341. productName = ResultTests;
  342. productReference = D45480671A9572F5009D7229 /* Result-MacTests.xctest */;
  343. productType = "com.apple.product-type.bundle.unit-test";
  344. };
  345. D454807C1A957361009D7229 /* Result-iOS */ = {
  346. isa = PBXNativeTarget;
  347. buildConfigurationList = D45480941A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOS" */;
  348. buildPhases = (
  349. D45480781A957361009D7229 /* Sources */,
  350. D45480791A957361009D7229 /* Frameworks */,
  351. D454807A1A957361009D7229 /* Headers */,
  352. D454807B1A957361009D7229 /* Resources */,
  353. );
  354. buildRules = (
  355. );
  356. dependencies = (
  357. );
  358. name = "Result-iOS";
  359. productName = "Result-iOS";
  360. productReference = D454807D1A957361009D7229 /* Result.framework */;
  361. productType = "com.apple.product-type.framework";
  362. };
  363. D45480861A957362009D7229 /* Result-iOSTests */ = {
  364. isa = PBXNativeTarget;
  365. buildConfigurationList = D45480951A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOSTests" */;
  366. buildPhases = (
  367. D45480831A957362009D7229 /* Sources */,
  368. D45480841A957362009D7229 /* Frameworks */,
  369. D45480851A957362009D7229 /* Resources */,
  370. );
  371. buildRules = (
  372. );
  373. dependencies = (
  374. D454808A1A957362009D7229 /* PBXTargetDependency */,
  375. );
  376. name = "Result-iOSTests";
  377. productName = "Result-iOSTests";
  378. productReference = D45480871A957362009D7229 /* Result-iOSTests.xctest */;
  379. productType = "com.apple.product-type.bundle.unit-test";
  380. };
  381. /* End PBXNativeTarget section */
  382. /* Begin PBXProject section */
  383. D454804E1A9572F5009D7229 /* Project object */ = {
  384. isa = PBXProject;
  385. attributes = {
  386. LastSwiftUpdateCheck = 0700;
  387. LastUpgradeCheck = 0800;
  388. ORGANIZATIONNAME = "Rob Rix";
  389. TargetAttributes = {
  390. 57FCDE3C1BA280DC00130C48 = {
  391. LastSwiftMigration = 0800;
  392. };
  393. 57FCDE491BA280E000130C48 = {
  394. LastSwiftMigration = 0800;
  395. };
  396. D03579991B2B788F005D26AE = {
  397. LastSwiftMigration = 0800;
  398. };
  399. D03579A51B2B78A1005D26AE = {
  400. LastSwiftMigration = 0800;
  401. };
  402. D45480561A9572F5009D7229 = {
  403. CreatedOnToolsVersion = 6.3;
  404. LastSwiftMigration = 0800;
  405. };
  406. D45480661A9572F5009D7229 = {
  407. CreatedOnToolsVersion = 6.3;
  408. LastSwiftMigration = 0800;
  409. };
  410. D454807C1A957361009D7229 = {
  411. CreatedOnToolsVersion = 6.3;
  412. LastSwiftMigration = 0800;
  413. };
  414. D45480861A957362009D7229 = {
  415. CreatedOnToolsVersion = 6.3;
  416. LastSwiftMigration = 0800;
  417. };
  418. };
  419. };
  420. buildConfigurationList = D45480511A9572F5009D7229 /* Build configuration list for PBXProject "Result" */;
  421. compatibilityVersion = "Xcode 3.2";
  422. developmentRegion = English;
  423. hasScannedForEncodings = 0;
  424. knownRegions = (
  425. en,
  426. );
  427. mainGroup = D454804D1A9572F5009D7229;
  428. productRefGroup = D45480581A9572F5009D7229 /* Products */;
  429. projectDirPath = "";
  430. projectRoot = "";
  431. targets = (
  432. D45480561A9572F5009D7229 /* Result-Mac */,
  433. D45480661A9572F5009D7229 /* Result-MacTests */,
  434. D454807C1A957361009D7229 /* Result-iOS */,
  435. D45480861A957362009D7229 /* Result-iOSTests */,
  436. 57FCDE3C1BA280DC00130C48 /* Result-tvOS */,
  437. 57FCDE491BA280E000130C48 /* Result-tvOSTests */,
  438. D03579991B2B788F005D26AE /* Result-watchOS */,
  439. D03579A51B2B78A1005D26AE /* Result-watchOSTests */,
  440. );
  441. };
  442. /* End PBXProject section */
  443. /* Begin PBXResourcesBuildPhase section */
  444. 57FCDE431BA280DC00130C48 /* Resources */ = {
  445. isa = PBXResourcesBuildPhase;
  446. buildActionMask = 2147483647;
  447. files = (
  448. );
  449. runOnlyForDeploymentPostprocessing = 0;
  450. };
  451. 57FCDE501BA280E000130C48 /* Resources */ = {
  452. isa = PBXResourcesBuildPhase;
  453. buildActionMask = 2147483647;
  454. files = (
  455. );
  456. runOnlyForDeploymentPostprocessing = 0;
  457. };
  458. D035799F1B2B788F005D26AE /* Resources */ = {
  459. isa = PBXResourcesBuildPhase;
  460. buildActionMask = 2147483647;
  461. files = (
  462. );
  463. runOnlyForDeploymentPostprocessing = 0;
  464. };
  465. D03579AC1B2B78A1005D26AE /* Resources */ = {
  466. isa = PBXResourcesBuildPhase;
  467. buildActionMask = 2147483647;
  468. files = (
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. D45480551A9572F5009D7229 /* Resources */ = {
  473. isa = PBXResourcesBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. );
  477. runOnlyForDeploymentPostprocessing = 0;
  478. };
  479. D45480651A9572F5009D7229 /* Resources */ = {
  480. isa = PBXResourcesBuildPhase;
  481. buildActionMask = 2147483647;
  482. files = (
  483. );
  484. runOnlyForDeploymentPostprocessing = 0;
  485. };
  486. D454807B1A957361009D7229 /* Resources */ = {
  487. isa = PBXResourcesBuildPhase;
  488. buildActionMask = 2147483647;
  489. files = (
  490. );
  491. runOnlyForDeploymentPostprocessing = 0;
  492. };
  493. D45480851A957362009D7229 /* Resources */ = {
  494. isa = PBXResourcesBuildPhase;
  495. buildActionMask = 2147483647;
  496. files = (
  497. );
  498. runOnlyForDeploymentPostprocessing = 0;
  499. };
  500. /* End PBXResourcesBuildPhase section */
  501. /* Begin PBXSourcesBuildPhase section */
  502. 57FCDE3D1BA280DC00130C48 /* Sources */ = {
  503. isa = PBXSourcesBuildPhase;
  504. buildActionMask = 2147483647;
  505. files = (
  506. 57FCDE3E1BA280DC00130C48 /* ResultType.swift in Sources */,
  507. 57FCDE3F1BA280DC00130C48 /* Result.swift in Sources */,
  508. );
  509. runOnlyForDeploymentPostprocessing = 0;
  510. };
  511. 57FCDE4C1BA280E000130C48 /* Sources */ = {
  512. isa = PBXSourcesBuildPhase;
  513. buildActionMask = 2147483647;
  514. files = (
  515. 57FCDE4D1BA280E000130C48 /* ResultTests.swift in Sources */,
  516. );
  517. runOnlyForDeploymentPostprocessing = 0;
  518. };
  519. D035799A1B2B788F005D26AE /* Sources */ = {
  520. isa = PBXSourcesBuildPhase;
  521. buildActionMask = 2147483647;
  522. files = (
  523. 45AE89E61B3A6564007B99D7 /* ResultType.swift in Sources */,
  524. D035799B1B2B788F005D26AE /* Result.swift in Sources */,
  525. );
  526. runOnlyForDeploymentPostprocessing = 0;
  527. };
  528. D03579A81B2B78A1005D26AE /* Sources */ = {
  529. isa = PBXSourcesBuildPhase;
  530. buildActionMask = 2147483647;
  531. files = (
  532. D03579A91B2B78A1005D26AE /* ResultTests.swift in Sources */,
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. };
  536. D45480521A9572F5009D7229 /* Sources */ = {
  537. isa = PBXSourcesBuildPhase;
  538. buildActionMask = 2147483647;
  539. files = (
  540. E93621461B35596200948F2A /* ResultType.swift in Sources */,
  541. D45480971A957465009D7229 /* Result.swift in Sources */,
  542. );
  543. runOnlyForDeploymentPostprocessing = 0;
  544. };
  545. D45480631A9572F5009D7229 /* Sources */ = {
  546. isa = PBXSourcesBuildPhase;
  547. buildActionMask = 2147483647;
  548. files = (
  549. D454806F1A9572F5009D7229 /* ResultTests.swift in Sources */,
  550. );
  551. runOnlyForDeploymentPostprocessing = 0;
  552. };
  553. D45480781A957361009D7229 /* Sources */ = {
  554. isa = PBXSourcesBuildPhase;
  555. buildActionMask = 2147483647;
  556. files = (
  557. E93621471B35596200948F2A /* ResultType.swift in Sources */,
  558. D45480981A957465009D7229 /* Result.swift in Sources */,
  559. );
  560. runOnlyForDeploymentPostprocessing = 0;
  561. };
  562. D45480831A957362009D7229 /* Sources */ = {
  563. isa = PBXSourcesBuildPhase;
  564. buildActionMask = 2147483647;
  565. files = (
  566. D45480991A9574B8009D7229 /* ResultTests.swift in Sources */,
  567. );
  568. runOnlyForDeploymentPostprocessing = 0;
  569. };
  570. /* End PBXSourcesBuildPhase section */
  571. /* Begin PBXTargetDependency section */
  572. 57FCDE581BA2814A00130C48 /* PBXTargetDependency */ = {
  573. isa = PBXTargetDependency;
  574. target = 57FCDE3C1BA280DC00130C48 /* Result-tvOS */;
  575. targetProxy = 57FCDE571BA2814A00130C48 /* PBXContainerItemProxy */;
  576. };
  577. D03579B31B2B78BB005D26AE /* PBXTargetDependency */ = {
  578. isa = PBXTargetDependency;
  579. target = D03579991B2B788F005D26AE /* Result-watchOS */;
  580. targetProxy = D03579B21B2B78BB005D26AE /* PBXContainerItemProxy */;
  581. };
  582. D454806A1A9572F5009D7229 /* PBXTargetDependency */ = {
  583. isa = PBXTargetDependency;
  584. target = D45480561A9572F5009D7229 /* Result-Mac */;
  585. targetProxy = D45480691A9572F5009D7229 /* PBXContainerItemProxy */;
  586. };
  587. D454808A1A957362009D7229 /* PBXTargetDependency */ = {
  588. isa = PBXTargetDependency;
  589. target = D454807C1A957361009D7229 /* Result-iOS */;
  590. targetProxy = D45480891A957362009D7229 /* PBXContainerItemProxy */;
  591. };
  592. /* End PBXTargetDependency section */
  593. /* Begin XCBuildConfiguration section */
  594. 57FCDE451BA280DC00130C48 /* Debug */ = {
  595. isa = XCBuildConfiguration;
  596. buildSettings = {
  597. BITCODE_GENERATION_MODE = bitcode;
  598. CLANG_ENABLE_MODULES = YES;
  599. DEFINES_MODULE = YES;
  600. DYLIB_COMPATIBILITY_VERSION = 1;
  601. DYLIB_CURRENT_VERSION = 1;
  602. DYLIB_INSTALL_NAME_BASE = "@rpath";
  603. GCC_PREPROCESSOR_DEFINITIONS = (
  604. "DEBUG=1",
  605. "$(inherited)",
  606. );
  607. INFOPLIST_FILE = Result/Info.plist;
  608. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  609. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  610. PRODUCT_NAME = Result;
  611. SDKROOT = appletvos;
  612. SKIP_INSTALL = YES;
  613. TARGETED_DEVICE_FAMILY = 3;
  614. };
  615. name = Debug;
  616. };
  617. 57FCDE461BA280DC00130C48 /* Release */ = {
  618. isa = XCBuildConfiguration;
  619. buildSettings = {
  620. BITCODE_GENERATION_MODE = bitcode;
  621. CLANG_ENABLE_MODULES = YES;
  622. COPY_PHASE_STRIP = NO;
  623. DEFINES_MODULE = YES;
  624. DYLIB_COMPATIBILITY_VERSION = 1;
  625. DYLIB_CURRENT_VERSION = 1;
  626. DYLIB_INSTALL_NAME_BASE = "@rpath";
  627. INFOPLIST_FILE = Result/Info.plist;
  628. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  629. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  630. PRODUCT_NAME = Result;
  631. SDKROOT = appletvos;
  632. SKIP_INSTALL = YES;
  633. TARGETED_DEVICE_FAMILY = 3;
  634. VALIDATE_PRODUCT = YES;
  635. };
  636. name = Release;
  637. };
  638. 57FCDE521BA280E000130C48 /* Debug */ = {
  639. isa = XCBuildConfiguration;
  640. buildSettings = {
  641. APPLICATION_EXTENSION_API_ONLY = NO;
  642. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  643. GCC_PREPROCESSOR_DEFINITIONS = (
  644. "DEBUG=1",
  645. "$(inherited)",
  646. );
  647. INFOPLIST_FILE = Tests/Result/Info.plist;
  648. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  649. PRODUCT_NAME = "$(TARGET_NAME)";
  650. SDKROOT = appletvos;
  651. };
  652. name = Debug;
  653. };
  654. 57FCDE531BA280E000130C48 /* Release */ = {
  655. isa = XCBuildConfiguration;
  656. buildSettings = {
  657. APPLICATION_EXTENSION_API_ONLY = NO;
  658. COPY_PHASE_STRIP = NO;
  659. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  660. INFOPLIST_FILE = Tests/Result/Info.plist;
  661. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  662. PRODUCT_NAME = "$(TARGET_NAME)";
  663. SDKROOT = appletvos;
  664. VALIDATE_PRODUCT = YES;
  665. };
  666. name = Release;
  667. };
  668. D03579A11B2B788F005D26AE /* Debug */ = {
  669. isa = XCBuildConfiguration;
  670. buildSettings = {
  671. BITCODE_GENERATION_MODE = bitcode;
  672. CLANG_ENABLE_MODULES = YES;
  673. COMBINE_HIDPI_IMAGES = YES;
  674. DEFINES_MODULE = YES;
  675. DYLIB_COMPATIBILITY_VERSION = 1;
  676. DYLIB_CURRENT_VERSION = 1;
  677. DYLIB_INSTALL_NAME_BASE = "@rpath";
  678. FRAMEWORK_VERSION = A;
  679. INFOPLIST_FILE = Result/Info.plist;
  680. INSTALL_PATH = "@rpath";
  681. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  682. PRODUCT_NAME = Result;
  683. SDKROOT = watchos;
  684. SKIP_INSTALL = YES;
  685. };
  686. name = Debug;
  687. };
  688. D03579A21B2B788F005D26AE /* Release */ = {
  689. isa = XCBuildConfiguration;
  690. buildSettings = {
  691. BITCODE_GENERATION_MODE = bitcode;
  692. CLANG_ENABLE_MODULES = YES;
  693. COMBINE_HIDPI_IMAGES = YES;
  694. DEFINES_MODULE = YES;
  695. DYLIB_COMPATIBILITY_VERSION = 1;
  696. DYLIB_CURRENT_VERSION = 1;
  697. DYLIB_INSTALL_NAME_BASE = "@rpath";
  698. FRAMEWORK_VERSION = A;
  699. INFOPLIST_FILE = Result/Info.plist;
  700. INSTALL_PATH = "@rpath";
  701. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  702. PRODUCT_NAME = Result;
  703. SDKROOT = watchos;
  704. SKIP_INSTALL = YES;
  705. };
  706. name = Release;
  707. };
  708. D03579AE1B2B78A1005D26AE /* Debug */ = {
  709. isa = XCBuildConfiguration;
  710. buildSettings = {
  711. APPLICATION_EXTENSION_API_ONLY = NO;
  712. COMBINE_HIDPI_IMAGES = YES;
  713. FRAMEWORK_SEARCH_PATHS = (
  714. "$(DEVELOPER_FRAMEWORKS_DIR)",
  715. "$(inherited)",
  716. );
  717. GCC_PREPROCESSOR_DEFINITIONS = (
  718. "DEBUG=1",
  719. "$(inherited)",
  720. );
  721. INFOPLIST_FILE = Tests/Result/Info.plist;
  722. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  723. PRODUCT_NAME = "$(TARGET_NAME)";
  724. SDKROOT = watchos;
  725. };
  726. name = Debug;
  727. };
  728. D03579AF1B2B78A1005D26AE /* Release */ = {
  729. isa = XCBuildConfiguration;
  730. buildSettings = {
  731. APPLICATION_EXTENSION_API_ONLY = NO;
  732. COMBINE_HIDPI_IMAGES = YES;
  733. COPY_PHASE_STRIP = NO;
  734. FRAMEWORK_SEARCH_PATHS = (
  735. "$(DEVELOPER_FRAMEWORKS_DIR)",
  736. "$(inherited)",
  737. );
  738. INFOPLIST_FILE = Tests/Result/Info.plist;
  739. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  740. PRODUCT_NAME = "$(TARGET_NAME)";
  741. SDKROOT = watchos;
  742. };
  743. name = Release;
  744. };
  745. D45480701A9572F5009D7229 /* Debug */ = {
  746. isa = XCBuildConfiguration;
  747. buildSettings = {
  748. ALWAYS_SEARCH_USER_PATHS = NO;
  749. APPLICATION_EXTENSION_API_ONLY = YES;
  750. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  751. CLANG_CXX_LIBRARY = "libc++";
  752. CLANG_ENABLE_MODULES = YES;
  753. CLANG_ENABLE_OBJC_ARC = YES;
  754. CLANG_WARN_BOOL_CONVERSION = YES;
  755. CLANG_WARN_CONSTANT_CONVERSION = YES;
  756. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  757. CLANG_WARN_EMPTY_BODY = YES;
  758. CLANG_WARN_ENUM_CONVERSION = YES;
  759. CLANG_WARN_INT_CONVERSION = YES;
  760. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  761. CLANG_WARN_UNREACHABLE_CODE = YES;
  762. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  763. CODE_SIGNING_REQUIRED = NO;
  764. CODE_SIGN_IDENTITY = "";
  765. COPY_PHASE_STRIP = NO;
  766. CURRENT_PROJECT_VERSION = 1;
  767. DEBUG_INFORMATION_FORMAT = dwarf;
  768. ENABLE_STRICT_OBJC_MSGSEND = YES;
  769. ENABLE_TESTABILITY = YES;
  770. GCC_C_LANGUAGE_STANDARD = gnu99;
  771. GCC_DYNAMIC_NO_PIC = NO;
  772. GCC_OPTIMIZATION_LEVEL = 0;
  773. GCC_PREPROCESSOR_DEFINITIONS = (
  774. "DEBUG=1",
  775. "$(inherited)",
  776. );
  777. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  778. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  779. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  780. GCC_WARN_UNDECLARED_SELECTOR = YES;
  781. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  782. GCC_WARN_UNUSED_FUNCTION = YES;
  783. GCC_WARN_UNUSED_VARIABLE = YES;
  784. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  785. MACOSX_DEPLOYMENT_TARGET = 10.9;
  786. MTL_ENABLE_DEBUG_INFO = YES;
  787. ONLY_ACTIVE_ARCH = YES;
  788. PRODUCT_BUNDLE_IDENTIFIER = "com.antitypical.$(PRODUCT_NAME:rfc1034identifier)";
  789. SDKROOT = macosx;
  790. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  791. SWIFT_VERSION = 2.3;
  792. TVOS_DEPLOYMENT_TARGET = 9.0;
  793. VERSIONING_SYSTEM = "apple-generic";
  794. VERSION_INFO_PREFIX = "";
  795. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  796. };
  797. name = Debug;
  798. };
  799. D45480711A9572F5009D7229 /* Release */ = {
  800. isa = XCBuildConfiguration;
  801. buildSettings = {
  802. ALWAYS_SEARCH_USER_PATHS = NO;
  803. APPLICATION_EXTENSION_API_ONLY = YES;
  804. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  805. CLANG_CXX_LIBRARY = "libc++";
  806. CLANG_ENABLE_MODULES = YES;
  807. CLANG_ENABLE_OBJC_ARC = YES;
  808. CLANG_WARN_BOOL_CONVERSION = YES;
  809. CLANG_WARN_CONSTANT_CONVERSION = YES;
  810. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  811. CLANG_WARN_EMPTY_BODY = YES;
  812. CLANG_WARN_ENUM_CONVERSION = YES;
  813. CLANG_WARN_INT_CONVERSION = YES;
  814. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  815. CLANG_WARN_UNREACHABLE_CODE = YES;
  816. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  817. CODE_SIGNING_REQUIRED = NO;
  818. CODE_SIGN_IDENTITY = "";
  819. COPY_PHASE_STRIP = YES;
  820. CURRENT_PROJECT_VERSION = 1;
  821. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  822. ENABLE_NS_ASSERTIONS = NO;
  823. ENABLE_STRICT_OBJC_MSGSEND = YES;
  824. GCC_C_LANGUAGE_STANDARD = gnu99;
  825. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  826. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  827. GCC_WARN_UNDECLARED_SELECTOR = YES;
  828. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  829. GCC_WARN_UNUSED_FUNCTION = YES;
  830. GCC_WARN_UNUSED_VARIABLE = YES;
  831. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  832. MACOSX_DEPLOYMENT_TARGET = 10.9;
  833. MTL_ENABLE_DEBUG_INFO = NO;
  834. PRODUCT_BUNDLE_IDENTIFIER = "com.antitypical.$(PRODUCT_NAME:rfc1034identifier)";
  835. SDKROOT = macosx;
  836. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  837. SWIFT_VERSION = 2.3;
  838. TVOS_DEPLOYMENT_TARGET = 9.0;
  839. VERSIONING_SYSTEM = "apple-generic";
  840. VERSION_INFO_PREFIX = "";
  841. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  842. };
  843. name = Release;
  844. };
  845. D45480731A9572F5009D7229 /* Debug */ = {
  846. isa = XCBuildConfiguration;
  847. buildSettings = {
  848. CLANG_ENABLE_MODULES = YES;
  849. COMBINE_HIDPI_IMAGES = YES;
  850. DEFINES_MODULE = YES;
  851. DYLIB_COMPATIBILITY_VERSION = 1;
  852. DYLIB_CURRENT_VERSION = 1;
  853. DYLIB_INSTALL_NAME_BASE = "@rpath";
  854. FRAMEWORK_VERSION = A;
  855. INFOPLIST_FILE = Result/Info.plist;
  856. INSTALL_PATH = "@rpath";
  857. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  858. PRODUCT_NAME = Result;
  859. SKIP_INSTALL = YES;
  860. VALID_ARCHS = x86_64;
  861. };
  862. name = Debug;
  863. };
  864. D45480741A9572F5009D7229 /* Release */ = {
  865. isa = XCBuildConfiguration;
  866. buildSettings = {
  867. CLANG_ENABLE_MODULES = YES;
  868. COMBINE_HIDPI_IMAGES = YES;
  869. DEFINES_MODULE = YES;
  870. DYLIB_COMPATIBILITY_VERSION = 1;
  871. DYLIB_CURRENT_VERSION = 1;
  872. DYLIB_INSTALL_NAME_BASE = "@rpath";
  873. FRAMEWORK_VERSION = A;
  874. INFOPLIST_FILE = Result/Info.plist;
  875. INSTALL_PATH = "@rpath";
  876. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  877. PRODUCT_NAME = Result;
  878. SKIP_INSTALL = YES;
  879. VALID_ARCHS = x86_64;
  880. };
  881. name = Release;
  882. };
  883. D45480761A9572F5009D7229 /* Debug */ = {
  884. isa = XCBuildConfiguration;
  885. buildSettings = {
  886. APPLICATION_EXTENSION_API_ONLY = NO;
  887. COMBINE_HIDPI_IMAGES = YES;
  888. FRAMEWORK_SEARCH_PATHS = (
  889. "$(DEVELOPER_FRAMEWORKS_DIR)",
  890. "$(inherited)",
  891. );
  892. GCC_PREPROCESSOR_DEFINITIONS = (
  893. "DEBUG=1",
  894. "$(inherited)",
  895. );
  896. INFOPLIST_FILE = Tests/Result/Info.plist;
  897. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  898. PRODUCT_NAME = "$(TARGET_NAME)";
  899. };
  900. name = Debug;
  901. };
  902. D45480771A9572F5009D7229 /* Release */ = {
  903. isa = XCBuildConfiguration;
  904. buildSettings = {
  905. APPLICATION_EXTENSION_API_ONLY = NO;
  906. COMBINE_HIDPI_IMAGES = YES;
  907. COPY_PHASE_STRIP = NO;
  908. FRAMEWORK_SEARCH_PATHS = (
  909. "$(DEVELOPER_FRAMEWORKS_DIR)",
  910. "$(inherited)",
  911. );
  912. INFOPLIST_FILE = Tests/Result/Info.plist;
  913. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  914. PRODUCT_NAME = "$(TARGET_NAME)";
  915. };
  916. name = Release;
  917. };
  918. D45480901A957362009D7229 /* Debug */ = {
  919. isa = XCBuildConfiguration;
  920. buildSettings = {
  921. BITCODE_GENERATION_MODE = bitcode;
  922. CLANG_ENABLE_MODULES = YES;
  923. DEFINES_MODULE = YES;
  924. DYLIB_COMPATIBILITY_VERSION = 1;
  925. DYLIB_CURRENT_VERSION = 1;
  926. DYLIB_INSTALL_NAME_BASE = "@rpath";
  927. ENABLE_BITCODE = YES;
  928. GCC_PREPROCESSOR_DEFINITIONS = (
  929. "DEBUG=1",
  930. "$(inherited)",
  931. );
  932. INFOPLIST_FILE = Result/Info.plist;
  933. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  934. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  935. PRODUCT_NAME = Result;
  936. SDKROOT = iphoneos;
  937. SKIP_INSTALL = YES;
  938. TARGETED_DEVICE_FAMILY = "1,2";
  939. };
  940. name = Debug;
  941. };
  942. D45480911A957362009D7229 /* Release */ = {
  943. isa = XCBuildConfiguration;
  944. buildSettings = {
  945. BITCODE_GENERATION_MODE = bitcode;
  946. CLANG_ENABLE_MODULES = YES;
  947. COPY_PHASE_STRIP = NO;
  948. DEFINES_MODULE = YES;
  949. DYLIB_COMPATIBILITY_VERSION = 1;
  950. DYLIB_CURRENT_VERSION = 1;
  951. DYLIB_INSTALL_NAME_BASE = "@rpath";
  952. ENABLE_BITCODE = YES;
  953. INFOPLIST_FILE = Result/Info.plist;
  954. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  955. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  956. PRODUCT_NAME = Result;
  957. SDKROOT = iphoneos;
  958. SKIP_INSTALL = YES;
  959. TARGETED_DEVICE_FAMILY = "1,2";
  960. VALIDATE_PRODUCT = YES;
  961. };
  962. name = Release;
  963. };
  964. D45480921A957362009D7229 /* Debug */ = {
  965. isa = XCBuildConfiguration;
  966. buildSettings = {
  967. APPLICATION_EXTENSION_API_ONLY = NO;
  968. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  969. GCC_PREPROCESSOR_DEFINITIONS = (
  970. "DEBUG=1",
  971. "$(inherited)",
  972. );
  973. INFOPLIST_FILE = Tests/Result/Info.plist;
  974. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  975. PRODUCT_NAME = "$(TARGET_NAME)";
  976. SDKROOT = iphoneos;
  977. };
  978. name = Debug;
  979. };
  980. D45480931A957362009D7229 /* Release */ = {
  981. isa = XCBuildConfiguration;
  982. buildSettings = {
  983. APPLICATION_EXTENSION_API_ONLY = NO;
  984. COPY_PHASE_STRIP = NO;
  985. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  986. INFOPLIST_FILE = Tests/Result/Info.plist;
  987. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  988. PRODUCT_NAME = "$(TARGET_NAME)";
  989. SDKROOT = iphoneos;
  990. VALIDATE_PRODUCT = YES;
  991. };
  992. name = Release;
  993. };
  994. /* End XCBuildConfiguration section */
  995. /* Begin XCConfigurationList section */
  996. 57FCDE441BA280DC00130C48 /* Build configuration list for PBXNativeTarget "Result-tvOS" */ = {
  997. isa = XCConfigurationList;
  998. buildConfigurations = (
  999. 57FCDE451BA280DC00130C48 /* Debug */,
  1000. 57FCDE461BA280DC00130C48 /* Release */,
  1001. );
  1002. defaultConfigurationIsVisible = 0;
  1003. defaultConfigurationName = Release;
  1004. };
  1005. 57FCDE511BA280E000130C48 /* Build configuration list for PBXNativeTarget "Result-tvOSTests" */ = {
  1006. isa = XCConfigurationList;
  1007. buildConfigurations = (
  1008. 57FCDE521BA280E000130C48 /* Debug */,
  1009. 57FCDE531BA280E000130C48 /* Release */,
  1010. );
  1011. defaultConfigurationIsVisible = 0;
  1012. defaultConfigurationName = Release;
  1013. };
  1014. D03579A01B2B788F005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOS" */ = {
  1015. isa = XCConfigurationList;
  1016. buildConfigurations = (
  1017. D03579A11B2B788F005D26AE /* Debug */,
  1018. D03579A21B2B788F005D26AE /* Release */,
  1019. );
  1020. defaultConfigurationIsVisible = 0;
  1021. defaultConfigurationName = Release;
  1022. };
  1023. D03579AD1B2B78A1005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOSTests" */ = {
  1024. isa = XCConfigurationList;
  1025. buildConfigurations = (
  1026. D03579AE1B2B78A1005D26AE /* Debug */,
  1027. D03579AF1B2B78A1005D26AE /* Release */,
  1028. );
  1029. defaultConfigurationIsVisible = 0;
  1030. defaultConfigurationName = Release;
  1031. };
  1032. D45480511A9572F5009D7229 /* Build configuration list for PBXProject "Result" */ = {
  1033. isa = XCConfigurationList;
  1034. buildConfigurations = (
  1035. D45480701A9572F5009D7229 /* Debug */,
  1036. D45480711A9572F5009D7229 /* Release */,
  1037. );
  1038. defaultConfigurationIsVisible = 0;
  1039. defaultConfigurationName = Release;
  1040. };
  1041. D45480721A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-Mac" */ = {
  1042. isa = XCConfigurationList;
  1043. buildConfigurations = (
  1044. D45480731A9572F5009D7229 /* Debug */,
  1045. D45480741A9572F5009D7229 /* Release */,
  1046. );
  1047. defaultConfigurationIsVisible = 0;
  1048. defaultConfigurationName = Release;
  1049. };
  1050. D45480751A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-MacTests" */ = {
  1051. isa = XCConfigurationList;
  1052. buildConfigurations = (
  1053. D45480761A9572F5009D7229 /* Debug */,
  1054. D45480771A9572F5009D7229 /* Release */,
  1055. );
  1056. defaultConfigurationIsVisible = 0;
  1057. defaultConfigurationName = Release;
  1058. };
  1059. D45480941A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOS" */ = {
  1060. isa = XCConfigurationList;
  1061. buildConfigurations = (
  1062. D45480901A957362009D7229 /* Debug */,
  1063. D45480911A957362009D7229 /* Release */,
  1064. );
  1065. defaultConfigurationIsVisible = 0;
  1066. defaultConfigurationName = Release;
  1067. };
  1068. D45480951A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOSTests" */ = {
  1069. isa = XCConfigurationList;
  1070. buildConfigurations = (
  1071. D45480921A957362009D7229 /* Debug */,
  1072. D45480931A957362009D7229 /* Release */,
  1073. );
  1074. defaultConfigurationIsVisible = 0;
  1075. defaultConfigurationName = Release;
  1076. };
  1077. /* End XCConfigurationList section */
  1078. };
  1079. rootObject = D454804E1A9572F5009D7229 /* Project object */;
  1080. }