project.pbxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  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. D035799B1B2B788F005D26AE /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  11. D035799E1B2B788F005D26AE /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. D03579A91B2B78A1005D26AE /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  13. D03579B41B2B78C4005D26AE /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D03579A31B2B788F005D26AE /* Result.framework */; };
  14. D454805D1A9572F5009D7229 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. D45480681A9572F5009D7229 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D45480571A9572F5009D7229 /* Result.framework */; };
  16. D454806F1A9572F5009D7229 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  17. D45480881A957362009D7229 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D454807D1A957361009D7229 /* Result.framework */; };
  18. D45480971A957465009D7229 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  19. D45480981A957465009D7229 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45480961A957465009D7229 /* Result.swift */; };
  20. D45480991A9574B8009D7229 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D454806E1A9572F5009D7229 /* ResultTests.swift */; };
  21. D454809A1A9574BB009D7229 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D454805C1A9572F5009D7229 /* Result.h */; settings = {ATTRIBUTES = (Public, ); }; };
  22. E93621461B35596200948F2A /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  23. E93621471B35596200948F2A /* ResultType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93621451B35596200948F2A /* ResultType.swift */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXContainerItemProxy section */
  26. D03579B21B2B78BB005D26AE /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = D03579991B2B788F005D26AE;
  31. remoteInfo = "Result-watchOS";
  32. };
  33. D45480691A9572F5009D7229 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = D45480561A9572F5009D7229;
  38. remoteInfo = Result;
  39. };
  40. D45480891A957362009D7229 /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = D454804E1A9572F5009D7229 /* Project object */;
  43. proxyType = 1;
  44. remoteGlobalIDString = D454807C1A957361009D7229;
  45. remoteInfo = "Result-iOS";
  46. };
  47. /* End PBXContainerItemProxy section */
  48. /* Begin PBXFileReference section */
  49. D03579A31B2B788F005D26AE /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  50. D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-watchOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  51. D45480571A9572F5009D7229 /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  52. D454805B1A9572F5009D7229 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  53. D454805C1A9572F5009D7229 /* Result.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Result.h; sourceTree = "<group>"; };
  54. D45480671A9572F5009D7229 /* Result-MacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-MacTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  55. D454806D1A9572F5009D7229 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. D454806E1A9572F5009D7229 /* ResultTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultTests.swift; sourceTree = "<group>"; };
  57. D454807D1A957361009D7229 /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  58. D45480871A957362009D7229 /* Result-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Result-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  59. D45480961A957465009D7229 /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
  60. E93621451B35596200948F2A /* ResultType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultType.swift; sourceTree = "<group>"; };
  61. /* End PBXFileReference section */
  62. /* Begin PBXFrameworksBuildPhase section */
  63. D035799C1B2B788F005D26AE /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. D03579AA1B2B78A1005D26AE /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. D03579B41B2B78C4005D26AE /* Result.framework in Frameworks */,
  75. );
  76. runOnlyForDeploymentPostprocessing = 0;
  77. };
  78. D45480531A9572F5009D7229 /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. );
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. D45480641A9572F5009D7229 /* Frameworks */ = {
  86. isa = PBXFrameworksBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. D45480681A9572F5009D7229 /* Result.framework in Frameworks */,
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. D45480791A957361009D7229 /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. D45480841A957362009D7229 /* Frameworks */ = {
  101. isa = PBXFrameworksBuildPhase;
  102. buildActionMask = 2147483647;
  103. files = (
  104. D45480881A957362009D7229 /* Result.framework in Frameworks */,
  105. );
  106. runOnlyForDeploymentPostprocessing = 0;
  107. };
  108. /* End PBXFrameworksBuildPhase section */
  109. /* Begin PBXGroup section */
  110. D454804D1A9572F5009D7229 = {
  111. isa = PBXGroup;
  112. children = (
  113. D45480591A9572F5009D7229 /* Result */,
  114. D454806B1A9572F5009D7229 /* ResultTests */,
  115. D45480581A9572F5009D7229 /* Products */,
  116. );
  117. sourceTree = "<group>";
  118. usesTabs = 1;
  119. };
  120. D45480581A9572F5009D7229 /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. D45480571A9572F5009D7229 /* Result.framework */,
  124. D45480671A9572F5009D7229 /* Result-MacTests.xctest */,
  125. D454807D1A957361009D7229 /* Result.framework */,
  126. D45480871A957362009D7229 /* Result-iOSTests.xctest */,
  127. D03579A31B2B788F005D26AE /* Result.framework */,
  128. D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */,
  129. );
  130. name = Products;
  131. sourceTree = "<group>";
  132. };
  133. D45480591A9572F5009D7229 /* Result */ = {
  134. isa = PBXGroup;
  135. children = (
  136. D454805C1A9572F5009D7229 /* Result.h */,
  137. D45480961A957465009D7229 /* Result.swift */,
  138. E93621451B35596200948F2A /* ResultType.swift */,
  139. D454805A1A9572F5009D7229 /* Supporting Files */,
  140. );
  141. path = Result;
  142. sourceTree = "<group>";
  143. };
  144. D454805A1A9572F5009D7229 /* Supporting Files */ = {
  145. isa = PBXGroup;
  146. children = (
  147. D454805B1A9572F5009D7229 /* Info.plist */,
  148. );
  149. name = "Supporting Files";
  150. sourceTree = "<group>";
  151. };
  152. D454806B1A9572F5009D7229 /* ResultTests */ = {
  153. isa = PBXGroup;
  154. children = (
  155. D454806E1A9572F5009D7229 /* ResultTests.swift */,
  156. D454806C1A9572F5009D7229 /* Supporting Files */,
  157. );
  158. path = ResultTests;
  159. sourceTree = "<group>";
  160. };
  161. D454806C1A9572F5009D7229 /* Supporting Files */ = {
  162. isa = PBXGroup;
  163. children = (
  164. D454806D1A9572F5009D7229 /* Info.plist */,
  165. );
  166. name = "Supporting Files";
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXGroup section */
  170. /* Begin PBXHeadersBuildPhase section */
  171. D035799D1B2B788F005D26AE /* Headers */ = {
  172. isa = PBXHeadersBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. D035799E1B2B788F005D26AE /* Result.h in Headers */,
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. D45480541A9572F5009D7229 /* Headers */ = {
  180. isa = PBXHeadersBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. D454805D1A9572F5009D7229 /* Result.h in Headers */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. D454807A1A957361009D7229 /* Headers */ = {
  188. isa = PBXHeadersBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. D454809A1A9574BB009D7229 /* Result.h in Headers */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXHeadersBuildPhase section */
  196. /* Begin PBXNativeTarget section */
  197. D03579991B2B788F005D26AE /* Result-watchOS */ = {
  198. isa = PBXNativeTarget;
  199. buildConfigurationList = D03579A01B2B788F005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOS" */;
  200. buildPhases = (
  201. D035799A1B2B788F005D26AE /* Sources */,
  202. D035799C1B2B788F005D26AE /* Frameworks */,
  203. D035799D1B2B788F005D26AE /* Headers */,
  204. D035799F1B2B788F005D26AE /* Resources */,
  205. );
  206. buildRules = (
  207. );
  208. dependencies = (
  209. );
  210. name = "Result-watchOS";
  211. productName = Result;
  212. productReference = D03579A31B2B788F005D26AE /* Result.framework */;
  213. productType = "com.apple.product-type.framework";
  214. };
  215. D03579A51B2B78A1005D26AE /* Result-watchOSTests */ = {
  216. isa = PBXNativeTarget;
  217. buildConfigurationList = D03579AD1B2B78A1005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOSTests" */;
  218. buildPhases = (
  219. D03579A81B2B78A1005D26AE /* Sources */,
  220. D03579AA1B2B78A1005D26AE /* Frameworks */,
  221. D03579AC1B2B78A1005D26AE /* Resources */,
  222. );
  223. buildRules = (
  224. );
  225. dependencies = (
  226. D03579B31B2B78BB005D26AE /* PBXTargetDependency */,
  227. );
  228. name = "Result-watchOSTests";
  229. productName = ResultTests;
  230. productReference = D03579B01B2B78A1005D26AE /* Result-watchOSTests.xctest */;
  231. productType = "com.apple.product-type.bundle.unit-test";
  232. };
  233. D45480561A9572F5009D7229 /* Result-Mac */ = {
  234. isa = PBXNativeTarget;
  235. buildConfigurationList = D45480721A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-Mac" */;
  236. buildPhases = (
  237. D45480521A9572F5009D7229 /* Sources */,
  238. D45480531A9572F5009D7229 /* Frameworks */,
  239. D45480541A9572F5009D7229 /* Headers */,
  240. D45480551A9572F5009D7229 /* Resources */,
  241. );
  242. buildRules = (
  243. );
  244. dependencies = (
  245. );
  246. name = "Result-Mac";
  247. productName = Result;
  248. productReference = D45480571A9572F5009D7229 /* Result.framework */;
  249. productType = "com.apple.product-type.framework";
  250. };
  251. D45480661A9572F5009D7229 /* Result-MacTests */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = D45480751A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-MacTests" */;
  254. buildPhases = (
  255. D45480631A9572F5009D7229 /* Sources */,
  256. D45480641A9572F5009D7229 /* Frameworks */,
  257. D45480651A9572F5009D7229 /* Resources */,
  258. );
  259. buildRules = (
  260. );
  261. dependencies = (
  262. D454806A1A9572F5009D7229 /* PBXTargetDependency */,
  263. );
  264. name = "Result-MacTests";
  265. productName = ResultTests;
  266. productReference = D45480671A9572F5009D7229 /* Result-MacTests.xctest */;
  267. productType = "com.apple.product-type.bundle.unit-test";
  268. };
  269. D454807C1A957361009D7229 /* Result-iOS */ = {
  270. isa = PBXNativeTarget;
  271. buildConfigurationList = D45480941A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOS" */;
  272. buildPhases = (
  273. D45480781A957361009D7229 /* Sources */,
  274. D45480791A957361009D7229 /* Frameworks */,
  275. D454807A1A957361009D7229 /* Headers */,
  276. D454807B1A957361009D7229 /* Resources */,
  277. );
  278. buildRules = (
  279. );
  280. dependencies = (
  281. );
  282. name = "Result-iOS";
  283. productName = "Result-iOS";
  284. productReference = D454807D1A957361009D7229 /* Result.framework */;
  285. productType = "com.apple.product-type.framework";
  286. };
  287. D45480861A957362009D7229 /* Result-iOSTests */ = {
  288. isa = PBXNativeTarget;
  289. buildConfigurationList = D45480951A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOSTests" */;
  290. buildPhases = (
  291. D45480831A957362009D7229 /* Sources */,
  292. D45480841A957362009D7229 /* Frameworks */,
  293. D45480851A957362009D7229 /* Resources */,
  294. );
  295. buildRules = (
  296. );
  297. dependencies = (
  298. D454808A1A957362009D7229 /* PBXTargetDependency */,
  299. );
  300. name = "Result-iOSTests";
  301. productName = "Result-iOSTests";
  302. productReference = D45480871A957362009D7229 /* Result-iOSTests.xctest */;
  303. productType = "com.apple.product-type.bundle.unit-test";
  304. };
  305. /* End PBXNativeTarget section */
  306. /* Begin PBXProject section */
  307. D454804E1A9572F5009D7229 /* Project object */ = {
  308. isa = PBXProject;
  309. attributes = {
  310. LastSwiftUpdateCheck = 0700;
  311. LastUpgradeCheck = 0700;
  312. ORGANIZATIONNAME = "Rob Rix";
  313. TargetAttributes = {
  314. D45480561A9572F5009D7229 = {
  315. CreatedOnToolsVersion = 6.3;
  316. };
  317. D45480661A9572F5009D7229 = {
  318. CreatedOnToolsVersion = 6.3;
  319. };
  320. D454807C1A957361009D7229 = {
  321. CreatedOnToolsVersion = 6.3;
  322. };
  323. D45480861A957362009D7229 = {
  324. CreatedOnToolsVersion = 6.3;
  325. };
  326. };
  327. };
  328. buildConfigurationList = D45480511A9572F5009D7229 /* Build configuration list for PBXProject "Result" */;
  329. compatibilityVersion = "Xcode 3.2";
  330. developmentRegion = English;
  331. hasScannedForEncodings = 0;
  332. knownRegions = (
  333. en,
  334. );
  335. mainGroup = D454804D1A9572F5009D7229;
  336. productRefGroup = D45480581A9572F5009D7229 /* Products */;
  337. projectDirPath = "";
  338. projectRoot = "";
  339. targets = (
  340. D45480561A9572F5009D7229 /* Result-Mac */,
  341. D45480661A9572F5009D7229 /* Result-MacTests */,
  342. D454807C1A957361009D7229 /* Result-iOS */,
  343. D45480861A957362009D7229 /* Result-iOSTests */,
  344. D03579991B2B788F005D26AE /* Result-watchOS */,
  345. D03579A51B2B78A1005D26AE /* Result-watchOSTests */,
  346. );
  347. };
  348. /* End PBXProject section */
  349. /* Begin PBXResourcesBuildPhase section */
  350. D035799F1B2B788F005D26AE /* Resources */ = {
  351. isa = PBXResourcesBuildPhase;
  352. buildActionMask = 2147483647;
  353. files = (
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. };
  357. D03579AC1B2B78A1005D26AE /* Resources */ = {
  358. isa = PBXResourcesBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. runOnlyForDeploymentPostprocessing = 0;
  363. };
  364. D45480551A9572F5009D7229 /* Resources */ = {
  365. isa = PBXResourcesBuildPhase;
  366. buildActionMask = 2147483647;
  367. files = (
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. };
  371. D45480651A9572F5009D7229 /* Resources */ = {
  372. isa = PBXResourcesBuildPhase;
  373. buildActionMask = 2147483647;
  374. files = (
  375. );
  376. runOnlyForDeploymentPostprocessing = 0;
  377. };
  378. D454807B1A957361009D7229 /* Resources */ = {
  379. isa = PBXResourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. };
  385. D45480851A957362009D7229 /* Resources */ = {
  386. isa = PBXResourcesBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. );
  390. runOnlyForDeploymentPostprocessing = 0;
  391. };
  392. /* End PBXResourcesBuildPhase section */
  393. /* Begin PBXSourcesBuildPhase section */
  394. D035799A1B2B788F005D26AE /* Sources */ = {
  395. isa = PBXSourcesBuildPhase;
  396. buildActionMask = 2147483647;
  397. files = (
  398. 45AE89E61B3A6564007B99D7 /* ResultType.swift in Sources */,
  399. D035799B1B2B788F005D26AE /* Result.swift in Sources */,
  400. );
  401. runOnlyForDeploymentPostprocessing = 0;
  402. };
  403. D03579A81B2B78A1005D26AE /* Sources */ = {
  404. isa = PBXSourcesBuildPhase;
  405. buildActionMask = 2147483647;
  406. files = (
  407. D03579A91B2B78A1005D26AE /* ResultTests.swift in Sources */,
  408. );
  409. runOnlyForDeploymentPostprocessing = 0;
  410. };
  411. D45480521A9572F5009D7229 /* Sources */ = {
  412. isa = PBXSourcesBuildPhase;
  413. buildActionMask = 2147483647;
  414. files = (
  415. E93621461B35596200948F2A /* ResultType.swift in Sources */,
  416. D45480971A957465009D7229 /* Result.swift in Sources */,
  417. );
  418. runOnlyForDeploymentPostprocessing = 0;
  419. };
  420. D45480631A9572F5009D7229 /* Sources */ = {
  421. isa = PBXSourcesBuildPhase;
  422. buildActionMask = 2147483647;
  423. files = (
  424. D454806F1A9572F5009D7229 /* ResultTests.swift in Sources */,
  425. );
  426. runOnlyForDeploymentPostprocessing = 0;
  427. };
  428. D45480781A957361009D7229 /* Sources */ = {
  429. isa = PBXSourcesBuildPhase;
  430. buildActionMask = 2147483647;
  431. files = (
  432. E93621471B35596200948F2A /* ResultType.swift in Sources */,
  433. D45480981A957465009D7229 /* Result.swift in Sources */,
  434. );
  435. runOnlyForDeploymentPostprocessing = 0;
  436. };
  437. D45480831A957362009D7229 /* Sources */ = {
  438. isa = PBXSourcesBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. D45480991A9574B8009D7229 /* ResultTests.swift in Sources */,
  442. );
  443. runOnlyForDeploymentPostprocessing = 0;
  444. };
  445. /* End PBXSourcesBuildPhase section */
  446. /* Begin PBXTargetDependency section */
  447. D03579B31B2B78BB005D26AE /* PBXTargetDependency */ = {
  448. isa = PBXTargetDependency;
  449. target = D03579991B2B788F005D26AE /* Result-watchOS */;
  450. targetProxy = D03579B21B2B78BB005D26AE /* PBXContainerItemProxy */;
  451. };
  452. D454806A1A9572F5009D7229 /* PBXTargetDependency */ = {
  453. isa = PBXTargetDependency;
  454. target = D45480561A9572F5009D7229 /* Result-Mac */;
  455. targetProxy = D45480691A9572F5009D7229 /* PBXContainerItemProxy */;
  456. };
  457. D454808A1A957362009D7229 /* PBXTargetDependency */ = {
  458. isa = PBXTargetDependency;
  459. target = D454807C1A957361009D7229 /* Result-iOS */;
  460. targetProxy = D45480891A957362009D7229 /* PBXContainerItemProxy */;
  461. };
  462. /* End PBXTargetDependency section */
  463. /* Begin XCBuildConfiguration section */
  464. D03579A11B2B788F005D26AE /* Debug */ = {
  465. isa = XCBuildConfiguration;
  466. buildSettings = {
  467. CLANG_ENABLE_MODULES = YES;
  468. CODE_SIGN_IDENTITY = "iPhone Developer";
  469. COMBINE_HIDPI_IMAGES = YES;
  470. DEFINES_MODULE = YES;
  471. DYLIB_COMPATIBILITY_VERSION = 1;
  472. DYLIB_CURRENT_VERSION = 1;
  473. DYLIB_INSTALL_NAME_BASE = "@rpath";
  474. FRAMEWORK_VERSION = A;
  475. INFOPLIST_FILE = Result/Info.plist;
  476. INSTALL_PATH = "@rpath";
  477. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  478. PRODUCT_NAME = Result;
  479. SDKROOT = watchos;
  480. SKIP_INSTALL = YES;
  481. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  482. };
  483. name = Debug;
  484. };
  485. D03579A21B2B788F005D26AE /* Release */ = {
  486. isa = XCBuildConfiguration;
  487. buildSettings = {
  488. CLANG_ENABLE_MODULES = YES;
  489. CODE_SIGN_IDENTITY = "iPhone Developer";
  490. COMBINE_HIDPI_IMAGES = YES;
  491. DEFINES_MODULE = YES;
  492. DYLIB_COMPATIBILITY_VERSION = 1;
  493. DYLIB_CURRENT_VERSION = 1;
  494. DYLIB_INSTALL_NAME_BASE = "@rpath";
  495. FRAMEWORK_VERSION = A;
  496. INFOPLIST_FILE = Result/Info.plist;
  497. INSTALL_PATH = "@rpath";
  498. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  499. PRODUCT_NAME = Result;
  500. SDKROOT = watchos;
  501. SKIP_INSTALL = YES;
  502. };
  503. name = Release;
  504. };
  505. D03579AE1B2B78A1005D26AE /* Debug */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. APPLICATION_EXTENSION_API_ONLY = NO;
  509. COMBINE_HIDPI_IMAGES = YES;
  510. FRAMEWORK_SEARCH_PATHS = (
  511. "$(DEVELOPER_FRAMEWORKS_DIR)",
  512. "$(inherited)",
  513. );
  514. GCC_PREPROCESSOR_DEFINITIONS = (
  515. "DEBUG=1",
  516. "$(inherited)",
  517. );
  518. INFOPLIST_FILE = ResultTests/Info.plist;
  519. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  520. PRODUCT_NAME = "$(TARGET_NAME)";
  521. SDKROOT = watchos;
  522. };
  523. name = Debug;
  524. };
  525. D03579AF1B2B78A1005D26AE /* Release */ = {
  526. isa = XCBuildConfiguration;
  527. buildSettings = {
  528. APPLICATION_EXTENSION_API_ONLY = NO;
  529. COMBINE_HIDPI_IMAGES = YES;
  530. COPY_PHASE_STRIP = NO;
  531. FRAMEWORK_SEARCH_PATHS = (
  532. "$(DEVELOPER_FRAMEWORKS_DIR)",
  533. "$(inherited)",
  534. );
  535. INFOPLIST_FILE = ResultTests/Info.plist;
  536. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  537. PRODUCT_NAME = "$(TARGET_NAME)";
  538. SDKROOT = watchos;
  539. };
  540. name = Release;
  541. };
  542. D45480701A9572F5009D7229 /* Debug */ = {
  543. isa = XCBuildConfiguration;
  544. buildSettings = {
  545. ALWAYS_SEARCH_USER_PATHS = NO;
  546. APPLICATION_EXTENSION_API_ONLY = YES;
  547. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  548. CLANG_CXX_LIBRARY = "libc++";
  549. CLANG_ENABLE_MODULES = YES;
  550. CLANG_ENABLE_OBJC_ARC = YES;
  551. CLANG_WARN_BOOL_CONVERSION = YES;
  552. CLANG_WARN_CONSTANT_CONVERSION = YES;
  553. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  554. CLANG_WARN_EMPTY_BODY = YES;
  555. CLANG_WARN_ENUM_CONVERSION = YES;
  556. CLANG_WARN_INT_CONVERSION = YES;
  557. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  558. CLANG_WARN_UNREACHABLE_CODE = YES;
  559. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  560. COPY_PHASE_STRIP = NO;
  561. CURRENT_PROJECT_VERSION = 1;
  562. DEBUG_INFORMATION_FORMAT = dwarf;
  563. ENABLE_STRICT_OBJC_MSGSEND = YES;
  564. ENABLE_TESTABILITY = YES;
  565. GCC_C_LANGUAGE_STANDARD = gnu99;
  566. GCC_DYNAMIC_NO_PIC = NO;
  567. GCC_OPTIMIZATION_LEVEL = 0;
  568. GCC_PREPROCESSOR_DEFINITIONS = (
  569. "DEBUG=1",
  570. "$(inherited)",
  571. );
  572. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  573. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  574. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  575. GCC_WARN_UNDECLARED_SELECTOR = YES;
  576. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  577. GCC_WARN_UNUSED_FUNCTION = YES;
  578. GCC_WARN_UNUSED_VARIABLE = YES;
  579. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  580. MACOSX_DEPLOYMENT_TARGET = 10.9;
  581. MTL_ENABLE_DEBUG_INFO = YES;
  582. ONLY_ACTIVE_ARCH = YES;
  583. PRODUCT_BUNDLE_IDENTIFIER = "com.antitypical.$(PRODUCT_NAME:rfc1034identifier)";
  584. SDKROOT = macosx;
  585. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  586. VERSIONING_SYSTEM = "apple-generic";
  587. VERSION_INFO_PREFIX = "";
  588. };
  589. name = Debug;
  590. };
  591. D45480711A9572F5009D7229 /* Release */ = {
  592. isa = XCBuildConfiguration;
  593. buildSettings = {
  594. ALWAYS_SEARCH_USER_PATHS = NO;
  595. APPLICATION_EXTENSION_API_ONLY = YES;
  596. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  597. CLANG_CXX_LIBRARY = "libc++";
  598. CLANG_ENABLE_MODULES = YES;
  599. CLANG_ENABLE_OBJC_ARC = YES;
  600. CLANG_WARN_BOOL_CONVERSION = YES;
  601. CLANG_WARN_CONSTANT_CONVERSION = YES;
  602. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  603. CLANG_WARN_EMPTY_BODY = YES;
  604. CLANG_WARN_ENUM_CONVERSION = YES;
  605. CLANG_WARN_INT_CONVERSION = YES;
  606. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  607. CLANG_WARN_UNREACHABLE_CODE = YES;
  608. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  609. COPY_PHASE_STRIP = YES;
  610. CURRENT_PROJECT_VERSION = 1;
  611. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  612. ENABLE_NS_ASSERTIONS = NO;
  613. ENABLE_STRICT_OBJC_MSGSEND = YES;
  614. GCC_C_LANGUAGE_STANDARD = gnu99;
  615. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  616. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  617. GCC_WARN_UNDECLARED_SELECTOR = YES;
  618. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  619. GCC_WARN_UNUSED_FUNCTION = YES;
  620. GCC_WARN_UNUSED_VARIABLE = YES;
  621. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  622. MACOSX_DEPLOYMENT_TARGET = 10.9;
  623. MTL_ENABLE_DEBUG_INFO = NO;
  624. PRODUCT_BUNDLE_IDENTIFIER = "com.antitypical.$(PRODUCT_NAME:rfc1034identifier)";
  625. SDKROOT = macosx;
  626. VERSIONING_SYSTEM = "apple-generic";
  627. VERSION_INFO_PREFIX = "";
  628. };
  629. name = Release;
  630. };
  631. D45480731A9572F5009D7229 /* Debug */ = {
  632. isa = XCBuildConfiguration;
  633. buildSettings = {
  634. CLANG_ENABLE_MODULES = YES;
  635. COMBINE_HIDPI_IMAGES = YES;
  636. DEFINES_MODULE = YES;
  637. DYLIB_COMPATIBILITY_VERSION = 1;
  638. DYLIB_CURRENT_VERSION = 1;
  639. DYLIB_INSTALL_NAME_BASE = "@rpath";
  640. FRAMEWORK_VERSION = A;
  641. INFOPLIST_FILE = Result/Info.plist;
  642. INSTALL_PATH = "@rpath";
  643. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  644. PRODUCT_NAME = Result;
  645. SKIP_INSTALL = YES;
  646. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  647. VALID_ARCHS = x86_64;
  648. };
  649. name = Debug;
  650. };
  651. D45480741A9572F5009D7229 /* Release */ = {
  652. isa = XCBuildConfiguration;
  653. buildSettings = {
  654. CLANG_ENABLE_MODULES = YES;
  655. COMBINE_HIDPI_IMAGES = YES;
  656. DEFINES_MODULE = YES;
  657. DYLIB_COMPATIBILITY_VERSION = 1;
  658. DYLIB_CURRENT_VERSION = 1;
  659. DYLIB_INSTALL_NAME_BASE = "@rpath";
  660. FRAMEWORK_VERSION = A;
  661. INFOPLIST_FILE = Result/Info.plist;
  662. INSTALL_PATH = "@rpath";
  663. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  664. PRODUCT_NAME = Result;
  665. SKIP_INSTALL = YES;
  666. VALID_ARCHS = x86_64;
  667. };
  668. name = Release;
  669. };
  670. D45480761A9572F5009D7229 /* Debug */ = {
  671. isa = XCBuildConfiguration;
  672. buildSettings = {
  673. APPLICATION_EXTENSION_API_ONLY = NO;
  674. COMBINE_HIDPI_IMAGES = YES;
  675. FRAMEWORK_SEARCH_PATHS = (
  676. "$(DEVELOPER_FRAMEWORKS_DIR)",
  677. "$(inherited)",
  678. );
  679. GCC_PREPROCESSOR_DEFINITIONS = (
  680. "DEBUG=1",
  681. "$(inherited)",
  682. );
  683. INFOPLIST_FILE = ResultTests/Info.plist;
  684. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  685. PRODUCT_NAME = "$(TARGET_NAME)";
  686. };
  687. name = Debug;
  688. };
  689. D45480771A9572F5009D7229 /* Release */ = {
  690. isa = XCBuildConfiguration;
  691. buildSettings = {
  692. APPLICATION_EXTENSION_API_ONLY = NO;
  693. COMBINE_HIDPI_IMAGES = YES;
  694. COPY_PHASE_STRIP = NO;
  695. FRAMEWORK_SEARCH_PATHS = (
  696. "$(DEVELOPER_FRAMEWORKS_DIR)",
  697. "$(inherited)",
  698. );
  699. INFOPLIST_FILE = ResultTests/Info.plist;
  700. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  701. PRODUCT_NAME = "$(TARGET_NAME)";
  702. };
  703. name = Release;
  704. };
  705. D45480901A957362009D7229 /* Debug */ = {
  706. isa = XCBuildConfiguration;
  707. buildSettings = {
  708. CLANG_ENABLE_MODULES = YES;
  709. CODE_SIGN_IDENTITY = "iPhone Developer";
  710. DEFINES_MODULE = YES;
  711. DYLIB_COMPATIBILITY_VERSION = 1;
  712. DYLIB_CURRENT_VERSION = 1;
  713. DYLIB_INSTALL_NAME_BASE = "@rpath";
  714. GCC_PREPROCESSOR_DEFINITIONS = (
  715. "DEBUG=1",
  716. "$(inherited)",
  717. );
  718. INFOPLIST_FILE = Result/Info.plist;
  719. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  720. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  721. PRODUCT_NAME = Result;
  722. SDKROOT = iphoneos;
  723. SKIP_INSTALL = YES;
  724. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  725. TARGETED_DEVICE_FAMILY = "1,2";
  726. };
  727. name = Debug;
  728. };
  729. D45480911A957362009D7229 /* Release */ = {
  730. isa = XCBuildConfiguration;
  731. buildSettings = {
  732. CLANG_ENABLE_MODULES = YES;
  733. CODE_SIGN_IDENTITY = "iPhone Developer";
  734. COPY_PHASE_STRIP = NO;
  735. DEFINES_MODULE = YES;
  736. DYLIB_COMPATIBILITY_VERSION = 1;
  737. DYLIB_CURRENT_VERSION = 1;
  738. DYLIB_INSTALL_NAME_BASE = "@rpath";
  739. INFOPLIST_FILE = Result/Info.plist;
  740. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  741. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  742. PRODUCT_NAME = Result;
  743. SDKROOT = iphoneos;
  744. SKIP_INSTALL = YES;
  745. TARGETED_DEVICE_FAMILY = "1,2";
  746. VALIDATE_PRODUCT = YES;
  747. };
  748. name = Release;
  749. };
  750. D45480921A957362009D7229 /* Debug */ = {
  751. isa = XCBuildConfiguration;
  752. buildSettings = {
  753. APPLICATION_EXTENSION_API_ONLY = NO;
  754. CODE_SIGN_IDENTITY = "iPhone Developer";
  755. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  756. GCC_PREPROCESSOR_DEFINITIONS = (
  757. "DEBUG=1",
  758. "$(inherited)",
  759. );
  760. INFOPLIST_FILE = ResultTests/Info.plist;
  761. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  762. PRODUCT_NAME = "$(TARGET_NAME)";
  763. SDKROOT = iphoneos;
  764. };
  765. name = Debug;
  766. };
  767. D45480931A957362009D7229 /* Release */ = {
  768. isa = XCBuildConfiguration;
  769. buildSettings = {
  770. APPLICATION_EXTENSION_API_ONLY = NO;
  771. CODE_SIGN_IDENTITY = "iPhone Developer";
  772. COPY_PHASE_STRIP = NO;
  773. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  774. INFOPLIST_FILE = ResultTests/Info.plist;
  775. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  776. PRODUCT_NAME = "$(TARGET_NAME)";
  777. SDKROOT = iphoneos;
  778. VALIDATE_PRODUCT = YES;
  779. };
  780. name = Release;
  781. };
  782. /* End XCBuildConfiguration section */
  783. /* Begin XCConfigurationList section */
  784. D03579A01B2B788F005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOS" */ = {
  785. isa = XCConfigurationList;
  786. buildConfigurations = (
  787. D03579A11B2B788F005D26AE /* Debug */,
  788. D03579A21B2B788F005D26AE /* Release */,
  789. );
  790. defaultConfigurationIsVisible = 0;
  791. defaultConfigurationName = Release;
  792. };
  793. D03579AD1B2B78A1005D26AE /* Build configuration list for PBXNativeTarget "Result-watchOSTests" */ = {
  794. isa = XCConfigurationList;
  795. buildConfigurations = (
  796. D03579AE1B2B78A1005D26AE /* Debug */,
  797. D03579AF1B2B78A1005D26AE /* Release */,
  798. );
  799. defaultConfigurationIsVisible = 0;
  800. defaultConfigurationName = Release;
  801. };
  802. D45480511A9572F5009D7229 /* Build configuration list for PBXProject "Result" */ = {
  803. isa = XCConfigurationList;
  804. buildConfigurations = (
  805. D45480701A9572F5009D7229 /* Debug */,
  806. D45480711A9572F5009D7229 /* Release */,
  807. );
  808. defaultConfigurationIsVisible = 0;
  809. defaultConfigurationName = Release;
  810. };
  811. D45480721A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-Mac" */ = {
  812. isa = XCConfigurationList;
  813. buildConfigurations = (
  814. D45480731A9572F5009D7229 /* Debug */,
  815. D45480741A9572F5009D7229 /* Release */,
  816. );
  817. defaultConfigurationIsVisible = 0;
  818. defaultConfigurationName = Release;
  819. };
  820. D45480751A9572F5009D7229 /* Build configuration list for PBXNativeTarget "Result-MacTests" */ = {
  821. isa = XCConfigurationList;
  822. buildConfigurations = (
  823. D45480761A9572F5009D7229 /* Debug */,
  824. D45480771A9572F5009D7229 /* Release */,
  825. );
  826. defaultConfigurationIsVisible = 0;
  827. defaultConfigurationName = Release;
  828. };
  829. D45480941A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOS" */ = {
  830. isa = XCConfigurationList;
  831. buildConfigurations = (
  832. D45480901A957362009D7229 /* Debug */,
  833. D45480911A957362009D7229 /* Release */,
  834. );
  835. defaultConfigurationIsVisible = 0;
  836. defaultConfigurationName = Release;
  837. };
  838. D45480951A957362009D7229 /* Build configuration list for PBXNativeTarget "Result-iOSTests" */ = {
  839. isa = XCConfigurationList;
  840. buildConfigurations = (
  841. D45480921A957362009D7229 /* Debug */,
  842. D45480931A957362009D7229 /* Release */,
  843. );
  844. defaultConfigurationIsVisible = 0;
  845. defaultConfigurationName = Release;
  846. };
  847. /* End XCConfigurationList section */
  848. };
  849. rootObject = D454804E1A9572F5009D7229 /* Project object */;
  850. }