project.pbxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. F4B4A44C23E4E17400550249 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B4A44B23E4E17400550249 /* AppDelegate.swift */; };
  10. F4B4A44E23E4E17400550249 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B4A44D23E4E17400550249 /* ViewController.swift */; };
  11. F4B4A45023E4E17400550249 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4B4A44F23E4E17400550249 /* Assets.xcassets */; };
  12. F4B4A45323E4E17400550249 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4B4A45123E4E17400550249 /* Main.storyboard */; };
  13. F4B4A46023E4E3DC00550249 /* SwiftyMarkdown in Frameworks */ = {isa = PBXBuildFile; productRef = F4B4A45F23E4E3DC00550249 /* SwiftyMarkdown */; };
  14. F4CE98AC1C8AEF7D00D735C1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CE98AB1C8AEF7D00D735C1 /* AppDelegate.swift */; };
  15. F4CE98AE1C8AEF7D00D735C1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CE98AD1C8AEF7D00D735C1 /* ViewController.swift */; };
  16. F4CE98B11C8AEF7D00D735C1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4CE98AF1C8AEF7D00D735C1 /* Main.storyboard */; };
  17. F4CE98B31C8AEF7D00D735C1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4CE98B21C8AEF7D00D735C1 /* Assets.xcassets */; };
  18. F4CE98B61C8AEF7D00D735C1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4CE98B41C8AEF7D00D735C1 /* LaunchScreen.storyboard */; };
  19. F4CE98C11C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CE98C01C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.swift */; };
  20. F4CE98CC1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CE98CB1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.swift */; };
  21. F4EAB653244179FE00206782 /* example.md in Resources */ = {isa = PBXBuildFile; fileRef = F4576C2E2437F67B0013E2B6 /* example.md */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. F4CE98BD1C8AEF7D00D735C1 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = F4CE98A01C8AEF7D00D735C1 /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = F4CE98A71C8AEF7D00D735C1;
  29. remoteInfo = SwiftyMarkdownExample;
  30. };
  31. F4CE98C81C8AEF7D00D735C1 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = F4CE98A01C8AEF7D00D735C1 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = F4CE98A71C8AEF7D00D735C1;
  36. remoteInfo = SwiftyMarkdownExample;
  37. };
  38. /* End PBXContainerItemProxy section */
  39. /* Begin PBXCopyFilesBuildPhase section */
  40. F4B4A45C23E4E18800550249 /* Embed Frameworks */ = {
  41. isa = PBXCopyFilesBuildPhase;
  42. buildActionMask = 2147483647;
  43. dstPath = "";
  44. dstSubfolderSpec = 10;
  45. files = (
  46. );
  47. name = "Embed Frameworks";
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. F4CE98E41C8AEFF000D735C1 /* CopyFiles */ = {
  51. isa = PBXCopyFilesBuildPhase;
  52. buildActionMask = 2147483647;
  53. dstPath = "";
  54. dstSubfolderSpec = 10;
  55. files = (
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXCopyFilesBuildPhase section */
  60. /* Begin PBXFileReference section */
  61. F4576C2E2437F67B0013E2B6 /* example.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = example.md; sourceTree = "<group>"; };
  62. F4B4A44923E4E17400550249 /* SwiftyMarkdownExample macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SwiftyMarkdownExample macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. F4B4A44B23E4E17400550249 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  64. F4B4A44D23E4E17400550249 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  65. F4B4A44F23E4E17400550249 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  66. F4B4A45223E4E17400550249 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  67. F4B4A45423E4E17400550249 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. F4B4A45523E4E17400550249 /* SwiftyMarkdownExample_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftyMarkdownExample_macOS.entitlements; sourceTree = "<group>"; };
  69. F4B4A46123E4E5DD00550249 /* SwiftyMarkdown */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SwiftyMarkdown; path = ../../../Developer/SwiftyMarkdown; sourceTree = "<group>"; };
  70. F4CE98A81C8AEF7D00D735C1 /* SwiftyMarkdownExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyMarkdownExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  71. F4CE98AB1C8AEF7D00D735C1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  72. F4CE98AD1C8AEF7D00D735C1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  73. F4CE98B01C8AEF7D00D735C1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  74. F4CE98B21C8AEF7D00D735C1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  75. F4CE98B51C8AEF7D00D735C1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  76. F4CE98B71C8AEF7D00D735C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  77. F4CE98BC1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyMarkdownExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  78. F4CE98C01C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftyMarkdownExampleTests.swift; sourceTree = "<group>"; };
  79. F4CE98C21C8AEF7D00D735C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  80. F4CE98C71C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyMarkdownExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  81. F4CE98CB1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftyMarkdownExampleUITests.swift; sourceTree = "<group>"; };
  82. F4CE98CD1C8AEF7D00D735C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  83. /* End PBXFileReference section */
  84. /* Begin PBXFrameworksBuildPhase section */
  85. F4B4A44623E4E17400550249 /* Frameworks */ = {
  86. isa = PBXFrameworksBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. );
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. F4CE98A51C8AEF7D00D735C1 /* Frameworks */ = {
  93. isa = PBXFrameworksBuildPhase;
  94. buildActionMask = 2147483647;
  95. files = (
  96. F4B4A46023E4E3DC00550249 /* SwiftyMarkdown in Frameworks */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. F4CE98B91C8AEF7D00D735C1 /* Frameworks */ = {
  101. isa = PBXFrameworksBuildPhase;
  102. buildActionMask = 2147483647;
  103. files = (
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. F4CE98C41C8AEF7D00D735C1 /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. /* End PBXFrameworksBuildPhase section */
  115. /* Begin PBXGroup section */
  116. F4B4A44A23E4E17400550249 /* SwiftyMarkdownExample macOS */ = {
  117. isa = PBXGroup;
  118. children = (
  119. F4B4A44B23E4E17400550249 /* AppDelegate.swift */,
  120. F4B4A44D23E4E17400550249 /* ViewController.swift */,
  121. F4B4A44F23E4E17400550249 /* Assets.xcassets */,
  122. F4B4A45123E4E17400550249 /* Main.storyboard */,
  123. F4B4A45423E4E17400550249 /* Info.plist */,
  124. F4B4A45523E4E17400550249 /* SwiftyMarkdownExample_macOS.entitlements */,
  125. );
  126. path = "SwiftyMarkdownExample macOS";
  127. sourceTree = "<group>";
  128. };
  129. F4B4A45923E4E18800550249 /* Frameworks */ = {
  130. isa = PBXGroup;
  131. children = (
  132. );
  133. name = Frameworks;
  134. sourceTree = "<group>";
  135. };
  136. F4CE989F1C8AEF7D00D735C1 = {
  137. isa = PBXGroup;
  138. children = (
  139. F4B4A46123E4E5DD00550249 /* SwiftyMarkdown */,
  140. F4CE98AA1C8AEF7D00D735C1 /* SwiftyMarkdownExample */,
  141. F4CE98BF1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests */,
  142. F4CE98CA1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests */,
  143. F4B4A44A23E4E17400550249 /* SwiftyMarkdownExample macOS */,
  144. F4CE98A91C8AEF7D00D735C1 /* Products */,
  145. F4B4A45923E4E18800550249 /* Frameworks */,
  146. );
  147. sourceTree = "<group>";
  148. };
  149. F4CE98A91C8AEF7D00D735C1 /* Products */ = {
  150. isa = PBXGroup;
  151. children = (
  152. F4CE98A81C8AEF7D00D735C1 /* SwiftyMarkdownExample.app */,
  153. F4CE98BC1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.xctest */,
  154. F4CE98C71C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.xctest */,
  155. F4B4A44923E4E17400550249 /* SwiftyMarkdownExample macOS.app */,
  156. );
  157. name = Products;
  158. sourceTree = "<group>";
  159. };
  160. F4CE98AA1C8AEF7D00D735C1 /* SwiftyMarkdownExample */ = {
  161. isa = PBXGroup;
  162. children = (
  163. F4CE98AB1C8AEF7D00D735C1 /* AppDelegate.swift */,
  164. F4CE98AD1C8AEF7D00D735C1 /* ViewController.swift */,
  165. F4CE98AF1C8AEF7D00D735C1 /* Main.storyboard */,
  166. F4CE98B21C8AEF7D00D735C1 /* Assets.xcassets */,
  167. F4CE98B41C8AEF7D00D735C1 /* LaunchScreen.storyboard */,
  168. F4CE98B71C8AEF7D00D735C1 /* Info.plist */,
  169. F4576C2E2437F67B0013E2B6 /* example.md */,
  170. );
  171. path = SwiftyMarkdownExample;
  172. sourceTree = "<group>";
  173. };
  174. F4CE98BF1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests */ = {
  175. isa = PBXGroup;
  176. children = (
  177. F4CE98C01C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.swift */,
  178. F4CE98C21C8AEF7D00D735C1 /* Info.plist */,
  179. );
  180. path = SwiftyMarkdownExampleTests;
  181. sourceTree = "<group>";
  182. };
  183. F4CE98CA1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests */ = {
  184. isa = PBXGroup;
  185. children = (
  186. F4CE98CB1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.swift */,
  187. F4CE98CD1C8AEF7D00D735C1 /* Info.plist */,
  188. );
  189. path = SwiftyMarkdownExampleUITests;
  190. sourceTree = "<group>";
  191. };
  192. /* End PBXGroup section */
  193. /* Begin PBXNativeTarget section */
  194. F4B4A44823E4E17400550249 /* SwiftyMarkdownExample macOS */ = {
  195. isa = PBXNativeTarget;
  196. buildConfigurationList = F4B4A45623E4E17400550249 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExample macOS" */;
  197. buildPhases = (
  198. F4B4A44523E4E17400550249 /* Sources */,
  199. F4B4A44623E4E17400550249 /* Frameworks */,
  200. F4B4A44723E4E17400550249 /* Resources */,
  201. F4B4A45C23E4E18800550249 /* Embed Frameworks */,
  202. );
  203. buildRules = (
  204. );
  205. dependencies = (
  206. );
  207. name = "SwiftyMarkdownExample macOS";
  208. productName = "SwiftyMarkdownExample macOS";
  209. productReference = F4B4A44923E4E17400550249 /* SwiftyMarkdownExample macOS.app */;
  210. productType = "com.apple.product-type.application";
  211. };
  212. F4CE98A71C8AEF7D00D735C1 /* SwiftyMarkdownExample */ = {
  213. isa = PBXNativeTarget;
  214. buildConfigurationList = F4CE98D01C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExample" */;
  215. buildPhases = (
  216. F4CE98A41C8AEF7D00D735C1 /* Sources */,
  217. F4CE98A51C8AEF7D00D735C1 /* Frameworks */,
  218. F4CE98A61C8AEF7D00D735C1 /* Resources */,
  219. F4CE98E41C8AEFF000D735C1 /* CopyFiles */,
  220. );
  221. buildRules = (
  222. );
  223. dependencies = (
  224. );
  225. name = SwiftyMarkdownExample;
  226. packageProductDependencies = (
  227. F4B4A45F23E4E3DC00550249 /* SwiftyMarkdown */,
  228. );
  229. productName = SwiftyMarkdownExample;
  230. productReference = F4CE98A81C8AEF7D00D735C1 /* SwiftyMarkdownExample.app */;
  231. productType = "com.apple.product-type.application";
  232. };
  233. F4CE98BB1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests */ = {
  234. isa = PBXNativeTarget;
  235. buildConfigurationList = F4CE98D31C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExampleTests" */;
  236. buildPhases = (
  237. F4CE98B81C8AEF7D00D735C1 /* Sources */,
  238. F4CE98B91C8AEF7D00D735C1 /* Frameworks */,
  239. F4CE98BA1C8AEF7D00D735C1 /* Resources */,
  240. );
  241. buildRules = (
  242. );
  243. dependencies = (
  244. F4CE98BE1C8AEF7D00D735C1 /* PBXTargetDependency */,
  245. );
  246. name = SwiftyMarkdownExampleTests;
  247. productName = SwiftyMarkdownExampleTests;
  248. productReference = F4CE98BC1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.xctest */;
  249. productType = "com.apple.product-type.bundle.unit-test";
  250. };
  251. F4CE98C61C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = F4CE98D61C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExampleUITests" */;
  254. buildPhases = (
  255. F4CE98C31C8AEF7D00D735C1 /* Sources */,
  256. F4CE98C41C8AEF7D00D735C1 /* Frameworks */,
  257. F4CE98C51C8AEF7D00D735C1 /* Resources */,
  258. );
  259. buildRules = (
  260. );
  261. dependencies = (
  262. F4CE98C91C8AEF7D00D735C1 /* PBXTargetDependency */,
  263. );
  264. name = SwiftyMarkdownExampleUITests;
  265. productName = SwiftyMarkdownExampleUITests;
  266. productReference = F4CE98C71C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.xctest */;
  267. productType = "com.apple.product-type.bundle.ui-testing";
  268. };
  269. /* End PBXNativeTarget section */
  270. /* Begin PBXProject section */
  271. F4CE98A01C8AEF7D00D735C1 /* Project object */ = {
  272. isa = PBXProject;
  273. attributes = {
  274. LastSwiftUpdateCheck = 1130;
  275. LastUpgradeCheck = 1130;
  276. ORGANIZATIONNAME = "Voyage Travel Apps";
  277. TargetAttributes = {
  278. F4B4A44823E4E17400550249 = {
  279. CreatedOnToolsVersion = 11.3.1;
  280. DevelopmentTeam = 52T262DA8V;
  281. ProvisioningStyle = Automatic;
  282. };
  283. F4CE98A71C8AEF7D00D735C1 = {
  284. CreatedOnToolsVersion = 7.2.1;
  285. LastSwiftMigration = 1120;
  286. };
  287. F4CE98BB1C8AEF7D00D735C1 = {
  288. CreatedOnToolsVersion = 7.2.1;
  289. LastSwiftMigration = 1120;
  290. TestTargetID = F4CE98A71C8AEF7D00D735C1;
  291. };
  292. F4CE98C61C8AEF7D00D735C1 = {
  293. CreatedOnToolsVersion = 7.2.1;
  294. LastSwiftMigration = 1120;
  295. TestTargetID = F4CE98A71C8AEF7D00D735C1;
  296. };
  297. };
  298. };
  299. buildConfigurationList = F4CE98A31C8AEF7D00D735C1 /* Build configuration list for PBXProject "SwiftyMarkdownExample" */;
  300. compatibilityVersion = "Xcode 3.2";
  301. developmentRegion = en;
  302. hasScannedForEncodings = 0;
  303. knownRegions = (
  304. en,
  305. Base,
  306. );
  307. mainGroup = F4CE989F1C8AEF7D00D735C1;
  308. packageReferences = (
  309. F4B4A45E23E4E3DC00550249 /* XCRemoteSwiftPackageReference "SwiftyMarkdown" */,
  310. );
  311. productRefGroup = F4CE98A91C8AEF7D00D735C1 /* Products */;
  312. projectDirPath = "";
  313. projectRoot = "";
  314. targets = (
  315. F4CE98A71C8AEF7D00D735C1 /* SwiftyMarkdownExample */,
  316. F4CE98BB1C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests */,
  317. F4CE98C61C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests */,
  318. F4B4A44823E4E17400550249 /* SwiftyMarkdownExample macOS */,
  319. );
  320. };
  321. /* End PBXProject section */
  322. /* Begin PBXResourcesBuildPhase section */
  323. F4B4A44723E4E17400550249 /* Resources */ = {
  324. isa = PBXResourcesBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. F4B4A45023E4E17400550249 /* Assets.xcassets in Resources */,
  328. F4B4A45323E4E17400550249 /* Main.storyboard in Resources */,
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. };
  332. F4CE98A61C8AEF7D00D735C1 /* Resources */ = {
  333. isa = PBXResourcesBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. F4CE98B61C8AEF7D00D735C1 /* LaunchScreen.storyboard in Resources */,
  337. F4EAB653244179FE00206782 /* example.md in Resources */,
  338. F4CE98B31C8AEF7D00D735C1 /* Assets.xcassets in Resources */,
  339. F4CE98B11C8AEF7D00D735C1 /* Main.storyboard in Resources */,
  340. );
  341. runOnlyForDeploymentPostprocessing = 0;
  342. };
  343. F4CE98BA1C8AEF7D00D735C1 /* Resources */ = {
  344. isa = PBXResourcesBuildPhase;
  345. buildActionMask = 2147483647;
  346. files = (
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. };
  350. F4CE98C51C8AEF7D00D735C1 /* Resources */ = {
  351. isa = PBXResourcesBuildPhase;
  352. buildActionMask = 2147483647;
  353. files = (
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. };
  357. /* End PBXResourcesBuildPhase section */
  358. /* Begin PBXSourcesBuildPhase section */
  359. F4B4A44523E4E17400550249 /* Sources */ = {
  360. isa = PBXSourcesBuildPhase;
  361. buildActionMask = 2147483647;
  362. files = (
  363. F4B4A44E23E4E17400550249 /* ViewController.swift in Sources */,
  364. F4B4A44C23E4E17400550249 /* AppDelegate.swift in Sources */,
  365. );
  366. runOnlyForDeploymentPostprocessing = 0;
  367. };
  368. F4CE98A41C8AEF7D00D735C1 /* Sources */ = {
  369. isa = PBXSourcesBuildPhase;
  370. buildActionMask = 2147483647;
  371. files = (
  372. F4CE98AE1C8AEF7D00D735C1 /* ViewController.swift in Sources */,
  373. F4CE98AC1C8AEF7D00D735C1 /* AppDelegate.swift in Sources */,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. };
  377. F4CE98B81C8AEF7D00D735C1 /* Sources */ = {
  378. isa = PBXSourcesBuildPhase;
  379. buildActionMask = 2147483647;
  380. files = (
  381. F4CE98C11C8AEF7D00D735C1 /* SwiftyMarkdownExampleTests.swift in Sources */,
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. };
  385. F4CE98C31C8AEF7D00D735C1 /* Sources */ = {
  386. isa = PBXSourcesBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. F4CE98CC1C8AEF7D00D735C1 /* SwiftyMarkdownExampleUITests.swift in Sources */,
  390. );
  391. runOnlyForDeploymentPostprocessing = 0;
  392. };
  393. /* End PBXSourcesBuildPhase section */
  394. /* Begin PBXTargetDependency section */
  395. F4CE98BE1C8AEF7D00D735C1 /* PBXTargetDependency */ = {
  396. isa = PBXTargetDependency;
  397. target = F4CE98A71C8AEF7D00D735C1 /* SwiftyMarkdownExample */;
  398. targetProxy = F4CE98BD1C8AEF7D00D735C1 /* PBXContainerItemProxy */;
  399. };
  400. F4CE98C91C8AEF7D00D735C1 /* PBXTargetDependency */ = {
  401. isa = PBXTargetDependency;
  402. target = F4CE98A71C8AEF7D00D735C1 /* SwiftyMarkdownExample */;
  403. targetProxy = F4CE98C81C8AEF7D00D735C1 /* PBXContainerItemProxy */;
  404. };
  405. /* End PBXTargetDependency section */
  406. /* Begin PBXVariantGroup section */
  407. F4B4A45123E4E17400550249 /* Main.storyboard */ = {
  408. isa = PBXVariantGroup;
  409. children = (
  410. F4B4A45223E4E17400550249 /* Base */,
  411. );
  412. name = Main.storyboard;
  413. sourceTree = "<group>";
  414. };
  415. F4CE98AF1C8AEF7D00D735C1 /* Main.storyboard */ = {
  416. isa = PBXVariantGroup;
  417. children = (
  418. F4CE98B01C8AEF7D00D735C1 /* Base */,
  419. );
  420. name = Main.storyboard;
  421. sourceTree = "<group>";
  422. };
  423. F4CE98B41C8AEF7D00D735C1 /* LaunchScreen.storyboard */ = {
  424. isa = PBXVariantGroup;
  425. children = (
  426. F4CE98B51C8AEF7D00D735C1 /* Base */,
  427. );
  428. name = LaunchScreen.storyboard;
  429. sourceTree = "<group>";
  430. };
  431. /* End PBXVariantGroup section */
  432. /* Begin XCBuildConfiguration section */
  433. F4B4A45723E4E17400550249 /* Debug */ = {
  434. isa = XCBuildConfiguration;
  435. buildSettings = {
  436. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  437. CLANG_ANALYZER_NONNULL = YES;
  438. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  439. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  440. CLANG_ENABLE_OBJC_WEAK = YES;
  441. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  442. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  443. CODE_SIGN_ENTITLEMENTS = "SwiftyMarkdownExample macOS/SwiftyMarkdownExample_macOS.entitlements";
  444. CODE_SIGN_IDENTITY = "-";
  445. CODE_SIGN_STYLE = Automatic;
  446. COMBINE_HIDPI_IMAGES = YES;
  447. DEVELOPMENT_TEAM = 52T262DA8V;
  448. ENABLE_HARDENED_RUNTIME = YES;
  449. GCC_C_LANGUAGE_STANDARD = gnu11;
  450. INFOPLIST_FILE = "SwiftyMarkdownExample macOS/Info.plist";
  451. LD_RUNPATH_SEARCH_PATHS = (
  452. "$(inherited)",
  453. "@executable_path/../Frameworks",
  454. );
  455. MACOSX_DEPLOYMENT_TARGET = 10.15;
  456. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  457. MTL_FAST_MATH = YES;
  458. PRODUCT_BUNDLE_IDENTIFIER = "com.voyagetravelapps.SwiftyMarkdownExample-macOS";
  459. PRODUCT_NAME = "$(TARGET_NAME)";
  460. SDKROOT = macosx;
  461. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  462. SWIFT_VERSION = 5.0;
  463. };
  464. name = Debug;
  465. };
  466. F4B4A45823E4E17400550249 /* Release */ = {
  467. isa = XCBuildConfiguration;
  468. buildSettings = {
  469. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  470. CLANG_ANALYZER_NONNULL = YES;
  471. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  472. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  473. CLANG_ENABLE_OBJC_WEAK = YES;
  474. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  475. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  476. CODE_SIGN_ENTITLEMENTS = "SwiftyMarkdownExample macOS/SwiftyMarkdownExample_macOS.entitlements";
  477. CODE_SIGN_IDENTITY = "-";
  478. CODE_SIGN_STYLE = Automatic;
  479. COMBINE_HIDPI_IMAGES = YES;
  480. DEVELOPMENT_TEAM = 52T262DA8V;
  481. ENABLE_HARDENED_RUNTIME = YES;
  482. GCC_C_LANGUAGE_STANDARD = gnu11;
  483. INFOPLIST_FILE = "SwiftyMarkdownExample macOS/Info.plist";
  484. LD_RUNPATH_SEARCH_PATHS = (
  485. "$(inherited)",
  486. "@executable_path/../Frameworks",
  487. );
  488. MACOSX_DEPLOYMENT_TARGET = 10.15;
  489. MTL_FAST_MATH = YES;
  490. PRODUCT_BUNDLE_IDENTIFIER = "com.voyagetravelapps.SwiftyMarkdownExample-macOS";
  491. PRODUCT_NAME = "$(TARGET_NAME)";
  492. SDKROOT = macosx;
  493. SWIFT_VERSION = 5.0;
  494. };
  495. name = Release;
  496. };
  497. F4CE98CE1C8AEF7D00D735C1 /* Debug */ = {
  498. isa = XCBuildConfiguration;
  499. buildSettings = {
  500. ALWAYS_SEARCH_USER_PATHS = NO;
  501. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  502. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  503. CLANG_CXX_LIBRARY = "libc++";
  504. CLANG_ENABLE_MODULES = YES;
  505. CLANG_ENABLE_OBJC_ARC = YES;
  506. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  507. CLANG_WARN_BOOL_CONVERSION = YES;
  508. CLANG_WARN_COMMA = YES;
  509. CLANG_WARN_CONSTANT_CONVERSION = YES;
  510. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  511. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  512. CLANG_WARN_EMPTY_BODY = YES;
  513. CLANG_WARN_ENUM_CONVERSION = YES;
  514. CLANG_WARN_INFINITE_RECURSION = YES;
  515. CLANG_WARN_INT_CONVERSION = YES;
  516. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  517. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  518. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  519. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  520. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  521. CLANG_WARN_STRICT_PROTOTYPES = YES;
  522. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  523. CLANG_WARN_UNREACHABLE_CODE = YES;
  524. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  525. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  526. COPY_PHASE_STRIP = NO;
  527. DEBUG_INFORMATION_FORMAT = dwarf;
  528. ENABLE_STRICT_OBJC_MSGSEND = YES;
  529. ENABLE_TESTABILITY = YES;
  530. GCC_C_LANGUAGE_STANDARD = gnu99;
  531. GCC_DYNAMIC_NO_PIC = NO;
  532. GCC_NO_COMMON_BLOCKS = YES;
  533. GCC_OPTIMIZATION_LEVEL = 0;
  534. GCC_PREPROCESSOR_DEFINITIONS = (
  535. "DEBUG=1",
  536. "$(inherited)",
  537. );
  538. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  539. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  540. GCC_WARN_UNDECLARED_SELECTOR = YES;
  541. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  542. GCC_WARN_UNUSED_FUNCTION = YES;
  543. GCC_WARN_UNUSED_VARIABLE = YES;
  544. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  545. MTL_ENABLE_DEBUG_INFO = YES;
  546. ONLY_ACTIVE_ARCH = YES;
  547. SDKROOT = iphoneos;
  548. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  549. TARGETED_DEVICE_FAMILY = "1,2";
  550. };
  551. name = Debug;
  552. };
  553. F4CE98CF1C8AEF7D00D735C1 /* Release */ = {
  554. isa = XCBuildConfiguration;
  555. buildSettings = {
  556. ALWAYS_SEARCH_USER_PATHS = NO;
  557. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  558. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  559. CLANG_CXX_LIBRARY = "libc++";
  560. CLANG_ENABLE_MODULES = YES;
  561. CLANG_ENABLE_OBJC_ARC = YES;
  562. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  563. CLANG_WARN_BOOL_CONVERSION = YES;
  564. CLANG_WARN_COMMA = YES;
  565. CLANG_WARN_CONSTANT_CONVERSION = YES;
  566. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  567. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  568. CLANG_WARN_EMPTY_BODY = YES;
  569. CLANG_WARN_ENUM_CONVERSION = YES;
  570. CLANG_WARN_INFINITE_RECURSION = YES;
  571. CLANG_WARN_INT_CONVERSION = YES;
  572. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  573. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  574. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  575. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  576. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  577. CLANG_WARN_STRICT_PROTOTYPES = YES;
  578. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  579. CLANG_WARN_UNREACHABLE_CODE = YES;
  580. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  581. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  582. COPY_PHASE_STRIP = NO;
  583. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  584. ENABLE_NS_ASSERTIONS = NO;
  585. ENABLE_STRICT_OBJC_MSGSEND = YES;
  586. GCC_C_LANGUAGE_STANDARD = gnu99;
  587. GCC_NO_COMMON_BLOCKS = YES;
  588. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  589. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  590. GCC_WARN_UNDECLARED_SELECTOR = YES;
  591. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  592. GCC_WARN_UNUSED_FUNCTION = YES;
  593. GCC_WARN_UNUSED_VARIABLE = YES;
  594. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  595. MTL_ENABLE_DEBUG_INFO = NO;
  596. SDKROOT = iphoneos;
  597. SWIFT_COMPILATION_MODE = wholemodule;
  598. SWIFT_OPTIMIZATION_LEVEL = "-O";
  599. TARGETED_DEVICE_FAMILY = "1,2";
  600. VALIDATE_PRODUCT = YES;
  601. };
  602. name = Release;
  603. };
  604. F4CE98D11C8AEF7D00D735C1 /* Debug */ = {
  605. isa = XCBuildConfiguration;
  606. buildSettings = {
  607. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  608. INFOPLIST_FILE = SwiftyMarkdownExample/Info.plist;
  609. LD_RUNPATH_SEARCH_PATHS = (
  610. "$(inherited)",
  611. "@executable_path/Frameworks",
  612. );
  613. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExample;
  614. PRODUCT_NAME = "$(TARGET_NAME)";
  615. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  616. SWIFT_VERSION = 5.0;
  617. };
  618. name = Debug;
  619. };
  620. F4CE98D21C8AEF7D00D735C1 /* Release */ = {
  621. isa = XCBuildConfiguration;
  622. buildSettings = {
  623. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  624. INFOPLIST_FILE = SwiftyMarkdownExample/Info.plist;
  625. LD_RUNPATH_SEARCH_PATHS = (
  626. "$(inherited)",
  627. "@executable_path/Frameworks",
  628. );
  629. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExample;
  630. PRODUCT_NAME = "$(TARGET_NAME)";
  631. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  632. SWIFT_VERSION = 5.0;
  633. };
  634. name = Release;
  635. };
  636. F4CE98D41C8AEF7D00D735C1 /* Debug */ = {
  637. isa = XCBuildConfiguration;
  638. buildSettings = {
  639. BUNDLE_LOADER = "$(TEST_HOST)";
  640. INFOPLIST_FILE = SwiftyMarkdownExampleTests/Info.plist;
  641. LD_RUNPATH_SEARCH_PATHS = (
  642. "$(inherited)",
  643. "@executable_path/Frameworks",
  644. "@loader_path/Frameworks",
  645. );
  646. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExampleTests;
  647. PRODUCT_NAME = "$(TARGET_NAME)";
  648. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  649. SWIFT_VERSION = 5.0;
  650. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyMarkdownExample.app/SwiftyMarkdownExample";
  651. };
  652. name = Debug;
  653. };
  654. F4CE98D51C8AEF7D00D735C1 /* Release */ = {
  655. isa = XCBuildConfiguration;
  656. buildSettings = {
  657. BUNDLE_LOADER = "$(TEST_HOST)";
  658. INFOPLIST_FILE = SwiftyMarkdownExampleTests/Info.plist;
  659. LD_RUNPATH_SEARCH_PATHS = (
  660. "$(inherited)",
  661. "@executable_path/Frameworks",
  662. "@loader_path/Frameworks",
  663. );
  664. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExampleTests;
  665. PRODUCT_NAME = "$(TARGET_NAME)";
  666. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  667. SWIFT_VERSION = 5.0;
  668. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyMarkdownExample.app/SwiftyMarkdownExample";
  669. };
  670. name = Release;
  671. };
  672. F4CE98D71C8AEF7D00D735C1 /* Debug */ = {
  673. isa = XCBuildConfiguration;
  674. buildSettings = {
  675. INFOPLIST_FILE = SwiftyMarkdownExampleUITests/Info.plist;
  676. LD_RUNPATH_SEARCH_PATHS = (
  677. "$(inherited)",
  678. "@executable_path/Frameworks",
  679. "@loader_path/Frameworks",
  680. );
  681. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExampleUITests;
  682. PRODUCT_NAME = "$(TARGET_NAME)";
  683. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  684. SWIFT_VERSION = 5.0;
  685. TEST_TARGET_NAME = SwiftyMarkdownExample;
  686. USES_XCTRUNNER = YES;
  687. };
  688. name = Debug;
  689. };
  690. F4CE98D81C8AEF7D00D735C1 /* Release */ = {
  691. isa = XCBuildConfiguration;
  692. buildSettings = {
  693. INFOPLIST_FILE = SwiftyMarkdownExampleUITests/Info.plist;
  694. LD_RUNPATH_SEARCH_PATHS = (
  695. "$(inherited)",
  696. "@executable_path/Frameworks",
  697. "@loader_path/Frameworks",
  698. );
  699. PRODUCT_BUNDLE_IDENTIFIER = com.voyagetravelapps.SwiftyMarkdownExampleUITests;
  700. PRODUCT_NAME = "$(TARGET_NAME)";
  701. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  702. SWIFT_VERSION = 5.0;
  703. TEST_TARGET_NAME = SwiftyMarkdownExample;
  704. USES_XCTRUNNER = YES;
  705. };
  706. name = Release;
  707. };
  708. /* End XCBuildConfiguration section */
  709. /* Begin XCConfigurationList section */
  710. F4B4A45623E4E17400550249 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExample macOS" */ = {
  711. isa = XCConfigurationList;
  712. buildConfigurations = (
  713. F4B4A45723E4E17400550249 /* Debug */,
  714. F4B4A45823E4E17400550249 /* Release */,
  715. );
  716. defaultConfigurationIsVisible = 0;
  717. defaultConfigurationName = Release;
  718. };
  719. F4CE98A31C8AEF7D00D735C1 /* Build configuration list for PBXProject "SwiftyMarkdownExample" */ = {
  720. isa = XCConfigurationList;
  721. buildConfigurations = (
  722. F4CE98CE1C8AEF7D00D735C1 /* Debug */,
  723. F4CE98CF1C8AEF7D00D735C1 /* Release */,
  724. );
  725. defaultConfigurationIsVisible = 0;
  726. defaultConfigurationName = Release;
  727. };
  728. F4CE98D01C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExample" */ = {
  729. isa = XCConfigurationList;
  730. buildConfigurations = (
  731. F4CE98D11C8AEF7D00D735C1 /* Debug */,
  732. F4CE98D21C8AEF7D00D735C1 /* Release */,
  733. );
  734. defaultConfigurationIsVisible = 0;
  735. defaultConfigurationName = Release;
  736. };
  737. F4CE98D31C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExampleTests" */ = {
  738. isa = XCConfigurationList;
  739. buildConfigurations = (
  740. F4CE98D41C8AEF7D00D735C1 /* Debug */,
  741. F4CE98D51C8AEF7D00D735C1 /* Release */,
  742. );
  743. defaultConfigurationIsVisible = 0;
  744. defaultConfigurationName = Release;
  745. };
  746. F4CE98D61C8AEF7D00D735C1 /* Build configuration list for PBXNativeTarget "SwiftyMarkdownExampleUITests" */ = {
  747. isa = XCConfigurationList;
  748. buildConfigurations = (
  749. F4CE98D71C8AEF7D00D735C1 /* Debug */,
  750. F4CE98D81C8AEF7D00D735C1 /* Release */,
  751. );
  752. defaultConfigurationIsVisible = 0;
  753. defaultConfigurationName = Release;
  754. };
  755. /* End XCConfigurationList section */
  756. /* Begin XCRemoteSwiftPackageReference section */
  757. F4B4A45E23E4E3DC00550249 /* XCRemoteSwiftPackageReference "SwiftyMarkdown" */ = {
  758. isa = XCRemoteSwiftPackageReference;
  759. repositoryURL = "https://github.com/SimonFairbairn/SwiftyMarkdown.git";
  760. requirement = {
  761. kind = upToNextMajorVersion;
  762. minimumVersion = 1.0.2;
  763. };
  764. };
  765. /* End XCRemoteSwiftPackageReference section */
  766. /* Begin XCSwiftPackageProductDependency section */
  767. F4B4A45F23E4E3DC00550249 /* SwiftyMarkdown */ = {
  768. isa = XCSwiftPackageProductDependency;
  769. package = F4B4A45E23E4E3DC00550249 /* XCRemoteSwiftPackageReference "SwiftyMarkdown" */;
  770. productName = SwiftyMarkdown;
  771. };
  772. /* End XCSwiftPackageProductDependency section */
  773. };
  774. rootObject = F4CE98A01C8AEF7D00D735C1 /* Project object */;
  775. }