project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 04B5538A2CDA36F000864947 /* XWebViewTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B553892CDA36F000864947 /* XWebViewTools.swift */; };
  10. 36E3C4D62B59001D0068B1E7 /* SwiftUIDemoDApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4D52B59001D0068B1E7 /* SwiftUIDemoDApp.swift */; };
  11. 36E3C4D82B59001D0068B1E7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4D72B59001D0068B1E7 /* ContentView.swift */; };
  12. 36E3C4DA2B5900200068B1E7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 36E3C4D92B5900200068B1E7 /* Assets.xcassets */; };
  13. 36E3C4DD2B5900200068B1E7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 36E3C4DC2B5900200068B1E7 /* Preview Assets.xcassets */; };
  14. 36E3C4E72B5900210068B1E7 /* SwiftUIDemoDTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4E62B5900210068B1E7 /* SwiftUIDemoDTests.swift */; };
  15. 36E3C4F12B5900210068B1E7 /* SwiftUIDemoDUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4F02B5900210068B1E7 /* SwiftUIDemoDUITests.swift */; };
  16. 36E3C4F32B5900210068B1E7 /* SwiftUIDemoDUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4F22B5900210068B1E7 /* SwiftUIDemoDUITestsLaunchTests.swift */; };
  17. 36E3C5032B5901030068B1E7 /* HUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C4FF2B5901030068B1E7 /* HUD.swift */; };
  18. 36E3C5042B5901030068B1E7 /* NetWorkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C5002B5901030068B1E7 /* NetWorkView.swift */; };
  19. 36E3C5052B5901030068B1E7 /* PCH.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C5012B5901030068B1E7 /* PCH.swift */; };
  20. 36E3C5062B5901030068B1E7 /* DemoHomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E3C5022B5901030068B1E7 /* DemoHomeViewController.swift */; };
  21. D9887F1EE6AF7BE29391E28D /* libPods-SwiftUIDemoD.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 39D23F5396ED55FB64260648 /* libPods-SwiftUIDemoD.a */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 36E3C4E32B5900210068B1E7 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 36E3C4CA2B59001D0068B1E7 /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = 36E3C4D12B59001D0068B1E7;
  29. remoteInfo = SwiftUIDemoD;
  30. };
  31. 36E3C4ED2B5900210068B1E7 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = 36E3C4CA2B59001D0068B1E7 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 36E3C4D12B59001D0068B1E7;
  36. remoteInfo = SwiftUIDemoD;
  37. };
  38. /* End PBXContainerItemProxy section */
  39. /* Begin PBXFileReference section */
  40. 04B553892CDA36F000864947 /* XWebViewTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XWebViewTools.swift; sourceTree = "<group>"; };
  41. 2B57E0E05727559BE88D2D7E /* Pods-SwiftUIDemoD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftUIDemoD.debug.xcconfig"; path = "Target Support Files/Pods-SwiftUIDemoD/Pods-SwiftUIDemoD.debug.xcconfig"; sourceTree = "<group>"; };
  42. 36E3C4D22B59001D0068B1E7 /* SwiftUIDemoD.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUIDemoD.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 36E3C4D52B59001D0068B1E7 /* SwiftUIDemoDApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIDemoDApp.swift; sourceTree = "<group>"; };
  44. 36E3C4D72B59001D0068B1E7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  45. 36E3C4D92B5900200068B1E7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  46. 36E3C4DC2B5900200068B1E7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  47. 36E3C4E22B5900210068B1E7 /* SwiftUIDemoDTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUIDemoDTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 36E3C4E62B5900210068B1E7 /* SwiftUIDemoDTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIDemoDTests.swift; sourceTree = "<group>"; };
  49. 36E3C4EC2B5900210068B1E7 /* SwiftUIDemoDUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUIDemoDUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 36E3C4F02B5900210068B1E7 /* SwiftUIDemoDUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIDemoDUITests.swift; sourceTree = "<group>"; };
  51. 36E3C4F22B5900210068B1E7 /* SwiftUIDemoDUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIDemoDUITestsLaunchTests.swift; sourceTree = "<group>"; };
  52. 36E3C4FF2B5901030068B1E7 /* HUD.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HUD.swift; sourceTree = "<group>"; };
  53. 36E3C5002B5901030068B1E7 /* NetWorkView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetWorkView.swift; sourceTree = "<group>"; };
  54. 36E3C5012B5901030068B1E7 /* PCH.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PCH.swift; sourceTree = "<group>"; };
  55. 36E3C5022B5901030068B1E7 /* DemoHomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoHomeViewController.swift; sourceTree = "<group>"; };
  56. 36E3C5072B5901290068B1E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  57. 39D23F5396ED55FB64260648 /* libPods-SwiftUIDemoD.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SwiftUIDemoD.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  58. D493C58CA0DC5250988C66B6 /* Pods-SwiftUIDemoD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftUIDemoD.release.xcconfig"; path = "Target Support Files/Pods-SwiftUIDemoD/Pods-SwiftUIDemoD.release.xcconfig"; sourceTree = "<group>"; };
  59. /* End PBXFileReference section */
  60. /* Begin PBXFrameworksBuildPhase section */
  61. 36E3C4CF2B59001D0068B1E7 /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. D9887F1EE6AF7BE29391E28D /* libPods-SwiftUIDemoD.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. 36E3C4DF2B5900210068B1E7 /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. 36E3C4E92B5900210068B1E7 /* Frameworks */ = {
  77. isa = PBXFrameworksBuildPhase;
  78. buildActionMask = 2147483647;
  79. files = (
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. /* End PBXFrameworksBuildPhase section */
  84. /* Begin PBXGroup section */
  85. 36E3C4C92B59001D0068B1E7 = {
  86. isa = PBXGroup;
  87. children = (
  88. 36E3C4D42B59001D0068B1E7 /* SwiftUIDemoD */,
  89. 36E3C4E52B5900210068B1E7 /* SwiftUIDemoDTests */,
  90. 36E3C4EF2B5900210068B1E7 /* SwiftUIDemoDUITests */,
  91. 36E3C4D32B59001D0068B1E7 /* Products */,
  92. D4512B6F365C76F1E8D1B8D9 /* Pods */,
  93. 43B070B1CB4814E306C00197 /* Frameworks */,
  94. );
  95. sourceTree = "<group>";
  96. };
  97. 36E3C4D32B59001D0068B1E7 /* Products */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 36E3C4D22B59001D0068B1E7 /* SwiftUIDemoD.app */,
  101. 36E3C4E22B5900210068B1E7 /* SwiftUIDemoDTests.xctest */,
  102. 36E3C4EC2B5900210068B1E7 /* SwiftUIDemoDUITests.xctest */,
  103. );
  104. name = Products;
  105. sourceTree = "<group>";
  106. };
  107. 36E3C4D42B59001D0068B1E7 /* SwiftUIDemoD */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 36E3C5072B5901290068B1E7 /* Info.plist */,
  111. 36E3C4D52B59001D0068B1E7 /* SwiftUIDemoDApp.swift */,
  112. 36E3C4D72B59001D0068B1E7 /* ContentView.swift */,
  113. 36E3C4FF2B5901030068B1E7 /* HUD.swift */,
  114. 36E3C5002B5901030068B1E7 /* NetWorkView.swift */,
  115. 04B553892CDA36F000864947 /* XWebViewTools.swift */,
  116. 36E3C5012B5901030068B1E7 /* PCH.swift */,
  117. 36E3C5022B5901030068B1E7 /* DemoHomeViewController.swift */,
  118. 36E3C4D92B5900200068B1E7 /* Assets.xcassets */,
  119. 36E3C4DB2B5900200068B1E7 /* Preview Content */,
  120. );
  121. path = SwiftUIDemoD;
  122. sourceTree = "<group>";
  123. };
  124. 36E3C4DB2B5900200068B1E7 /* Preview Content */ = {
  125. isa = PBXGroup;
  126. children = (
  127. 36E3C4DC2B5900200068B1E7 /* Preview Assets.xcassets */,
  128. );
  129. path = "Preview Content";
  130. sourceTree = "<group>";
  131. };
  132. 36E3C4E52B5900210068B1E7 /* SwiftUIDemoDTests */ = {
  133. isa = PBXGroup;
  134. children = (
  135. 36E3C4E62B5900210068B1E7 /* SwiftUIDemoDTests.swift */,
  136. );
  137. path = SwiftUIDemoDTests;
  138. sourceTree = "<group>";
  139. };
  140. 36E3C4EF2B5900210068B1E7 /* SwiftUIDemoDUITests */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 36E3C4F02B5900210068B1E7 /* SwiftUIDemoDUITests.swift */,
  144. 36E3C4F22B5900210068B1E7 /* SwiftUIDemoDUITestsLaunchTests.swift */,
  145. );
  146. path = SwiftUIDemoDUITests;
  147. sourceTree = "<group>";
  148. };
  149. 43B070B1CB4814E306C00197 /* Frameworks */ = {
  150. isa = PBXGroup;
  151. children = (
  152. 39D23F5396ED55FB64260648 /* libPods-SwiftUIDemoD.a */,
  153. );
  154. name = Frameworks;
  155. sourceTree = "<group>";
  156. };
  157. D4512B6F365C76F1E8D1B8D9 /* Pods */ = {
  158. isa = PBXGroup;
  159. children = (
  160. 2B57E0E05727559BE88D2D7E /* Pods-SwiftUIDemoD.debug.xcconfig */,
  161. D493C58CA0DC5250988C66B6 /* Pods-SwiftUIDemoD.release.xcconfig */,
  162. );
  163. path = Pods;
  164. sourceTree = "<group>";
  165. };
  166. /* End PBXGroup section */
  167. /* Begin PBXNativeTarget section */
  168. 36E3C4D12B59001D0068B1E7 /* SwiftUIDemoD */ = {
  169. isa = PBXNativeTarget;
  170. buildConfigurationList = 36E3C4F62B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoD" */;
  171. buildPhases = (
  172. 243E81380AE5CBA59F4C18D6 /* [CP] Check Pods Manifest.lock */,
  173. 36E3C4CE2B59001D0068B1E7 /* Sources */,
  174. 36E3C4CF2B59001D0068B1E7 /* Frameworks */,
  175. 36E3C4D02B59001D0068B1E7 /* Resources */,
  176. );
  177. buildRules = (
  178. );
  179. dependencies = (
  180. );
  181. name = SwiftUIDemoD;
  182. productName = SwiftUIDemoD;
  183. productReference = 36E3C4D22B59001D0068B1E7 /* SwiftUIDemoD.app */;
  184. productType = "com.apple.product-type.application";
  185. };
  186. 36E3C4E12B5900210068B1E7 /* SwiftUIDemoDTests */ = {
  187. isa = PBXNativeTarget;
  188. buildConfigurationList = 36E3C4F92B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoDTests" */;
  189. buildPhases = (
  190. 36E3C4DE2B5900210068B1E7 /* Sources */,
  191. 36E3C4DF2B5900210068B1E7 /* Frameworks */,
  192. 36E3C4E02B5900210068B1E7 /* Resources */,
  193. );
  194. buildRules = (
  195. );
  196. dependencies = (
  197. 36E3C4E42B5900210068B1E7 /* PBXTargetDependency */,
  198. );
  199. name = SwiftUIDemoDTests;
  200. productName = SwiftUIDemoDTests;
  201. productReference = 36E3C4E22B5900210068B1E7 /* SwiftUIDemoDTests.xctest */;
  202. productType = "com.apple.product-type.bundle.unit-test";
  203. };
  204. 36E3C4EB2B5900210068B1E7 /* SwiftUIDemoDUITests */ = {
  205. isa = PBXNativeTarget;
  206. buildConfigurationList = 36E3C4FC2B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoDUITests" */;
  207. buildPhases = (
  208. 36E3C4E82B5900210068B1E7 /* Sources */,
  209. 36E3C4E92B5900210068B1E7 /* Frameworks */,
  210. 36E3C4EA2B5900210068B1E7 /* Resources */,
  211. );
  212. buildRules = (
  213. );
  214. dependencies = (
  215. 36E3C4EE2B5900210068B1E7 /* PBXTargetDependency */,
  216. );
  217. name = SwiftUIDemoDUITests;
  218. productName = SwiftUIDemoDUITests;
  219. productReference = 36E3C4EC2B5900210068B1E7 /* SwiftUIDemoDUITests.xctest */;
  220. productType = "com.apple.product-type.bundle.ui-testing";
  221. };
  222. /* End PBXNativeTarget section */
  223. /* Begin PBXProject section */
  224. 36E3C4CA2B59001D0068B1E7 /* Project object */ = {
  225. isa = PBXProject;
  226. attributes = {
  227. BuildIndependentTargetsInParallel = 1;
  228. LastSwiftUpdateCheck = 1500;
  229. LastUpgradeCheck = 1500;
  230. TargetAttributes = {
  231. 36E3C4D12B59001D0068B1E7 = {
  232. CreatedOnToolsVersion = 15.0.1;
  233. };
  234. 36E3C4E12B5900210068B1E7 = {
  235. CreatedOnToolsVersion = 15.0.1;
  236. TestTargetID = 36E3C4D12B59001D0068B1E7;
  237. };
  238. 36E3C4EB2B5900210068B1E7 = {
  239. CreatedOnToolsVersion = 15.0.1;
  240. TestTargetID = 36E3C4D12B59001D0068B1E7;
  241. };
  242. };
  243. };
  244. buildConfigurationList = 36E3C4CD2B59001D0068B1E7 /* Build configuration list for PBXProject "SwiftUIDemoD" */;
  245. compatibilityVersion = "Xcode 13.0";
  246. developmentRegion = en;
  247. hasScannedForEncodings = 0;
  248. knownRegions = (
  249. en,
  250. Base,
  251. );
  252. mainGroup = 36E3C4C92B59001D0068B1E7;
  253. productRefGroup = 36E3C4D32B59001D0068B1E7 /* Products */;
  254. projectDirPath = "";
  255. projectRoot = "";
  256. targets = (
  257. 36E3C4D12B59001D0068B1E7 /* SwiftUIDemoD */,
  258. 36E3C4E12B5900210068B1E7 /* SwiftUIDemoDTests */,
  259. 36E3C4EB2B5900210068B1E7 /* SwiftUIDemoDUITests */,
  260. );
  261. };
  262. /* End PBXProject section */
  263. /* Begin PBXResourcesBuildPhase section */
  264. 36E3C4D02B59001D0068B1E7 /* Resources */ = {
  265. isa = PBXResourcesBuildPhase;
  266. buildActionMask = 2147483647;
  267. files = (
  268. 36E3C4DD2B5900200068B1E7 /* Preview Assets.xcassets in Resources */,
  269. 36E3C4DA2B5900200068B1E7 /* Assets.xcassets in Resources */,
  270. );
  271. runOnlyForDeploymentPostprocessing = 0;
  272. };
  273. 36E3C4E02B5900210068B1E7 /* Resources */ = {
  274. isa = PBXResourcesBuildPhase;
  275. buildActionMask = 2147483647;
  276. files = (
  277. );
  278. runOnlyForDeploymentPostprocessing = 0;
  279. };
  280. 36E3C4EA2B5900210068B1E7 /* Resources */ = {
  281. isa = PBXResourcesBuildPhase;
  282. buildActionMask = 2147483647;
  283. files = (
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. };
  287. /* End PBXResourcesBuildPhase section */
  288. /* Begin PBXShellScriptBuildPhase section */
  289. 243E81380AE5CBA59F4C18D6 /* [CP] Check Pods Manifest.lock */ = {
  290. isa = PBXShellScriptBuildPhase;
  291. buildActionMask = 2147483647;
  292. files = (
  293. );
  294. inputFileListPaths = (
  295. );
  296. inputPaths = (
  297. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  298. "${PODS_ROOT}/Manifest.lock",
  299. );
  300. name = "[CP] Check Pods Manifest.lock";
  301. outputFileListPaths = (
  302. );
  303. outputPaths = (
  304. "$(DERIVED_FILE_DIR)/Pods-SwiftUIDemoD-checkManifestLockResult.txt",
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. shellPath = /bin/sh;
  308. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  309. showEnvVarsInLog = 0;
  310. };
  311. /* End PBXShellScriptBuildPhase section */
  312. /* Begin PBXSourcesBuildPhase section */
  313. 36E3C4CE2B59001D0068B1E7 /* Sources */ = {
  314. isa = PBXSourcesBuildPhase;
  315. buildActionMask = 2147483647;
  316. files = (
  317. 04B5538A2CDA36F000864947 /* XWebViewTools.swift in Sources */,
  318. 36E3C5032B5901030068B1E7 /* HUD.swift in Sources */,
  319. 36E3C5052B5901030068B1E7 /* PCH.swift in Sources */,
  320. 36E3C5062B5901030068B1E7 /* DemoHomeViewController.swift in Sources */,
  321. 36E3C5042B5901030068B1E7 /* NetWorkView.swift in Sources */,
  322. 36E3C4D82B59001D0068B1E7 /* ContentView.swift in Sources */,
  323. 36E3C4D62B59001D0068B1E7 /* SwiftUIDemoDApp.swift in Sources */,
  324. );
  325. runOnlyForDeploymentPostprocessing = 0;
  326. };
  327. 36E3C4DE2B5900210068B1E7 /* Sources */ = {
  328. isa = PBXSourcesBuildPhase;
  329. buildActionMask = 2147483647;
  330. files = (
  331. 36E3C4E72B5900210068B1E7 /* SwiftUIDemoDTests.swift in Sources */,
  332. );
  333. runOnlyForDeploymentPostprocessing = 0;
  334. };
  335. 36E3C4E82B5900210068B1E7 /* Sources */ = {
  336. isa = PBXSourcesBuildPhase;
  337. buildActionMask = 2147483647;
  338. files = (
  339. 36E3C4F32B5900210068B1E7 /* SwiftUIDemoDUITestsLaunchTests.swift in Sources */,
  340. 36E3C4F12B5900210068B1E7 /* SwiftUIDemoDUITests.swift in Sources */,
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. };
  344. /* End PBXSourcesBuildPhase section */
  345. /* Begin PBXTargetDependency section */
  346. 36E3C4E42B5900210068B1E7 /* PBXTargetDependency */ = {
  347. isa = PBXTargetDependency;
  348. target = 36E3C4D12B59001D0068B1E7 /* SwiftUIDemoD */;
  349. targetProxy = 36E3C4E32B5900210068B1E7 /* PBXContainerItemProxy */;
  350. };
  351. 36E3C4EE2B5900210068B1E7 /* PBXTargetDependency */ = {
  352. isa = PBXTargetDependency;
  353. target = 36E3C4D12B59001D0068B1E7 /* SwiftUIDemoD */;
  354. targetProxy = 36E3C4ED2B5900210068B1E7 /* PBXContainerItemProxy */;
  355. };
  356. /* End PBXTargetDependency section */
  357. /* Begin XCBuildConfiguration section */
  358. 36E3C4F42B5900210068B1E7 /* Debug */ = {
  359. isa = XCBuildConfiguration;
  360. buildSettings = {
  361. ALWAYS_SEARCH_USER_PATHS = NO;
  362. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  363. CLANG_ANALYZER_NONNULL = YES;
  364. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  365. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  366. CLANG_ENABLE_MODULES = YES;
  367. CLANG_ENABLE_OBJC_ARC = YES;
  368. CLANG_ENABLE_OBJC_WEAK = YES;
  369. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  370. CLANG_WARN_BOOL_CONVERSION = YES;
  371. CLANG_WARN_COMMA = YES;
  372. CLANG_WARN_CONSTANT_CONVERSION = YES;
  373. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  374. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  375. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  376. CLANG_WARN_EMPTY_BODY = YES;
  377. CLANG_WARN_ENUM_CONVERSION = YES;
  378. CLANG_WARN_INFINITE_RECURSION = YES;
  379. CLANG_WARN_INT_CONVERSION = YES;
  380. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  381. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  382. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  383. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  384. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  385. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  386. CLANG_WARN_STRICT_PROTOTYPES = YES;
  387. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  388. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  389. CLANG_WARN_UNREACHABLE_CODE = YES;
  390. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  391. COPY_PHASE_STRIP = NO;
  392. DEBUG_INFORMATION_FORMAT = dwarf;
  393. ENABLE_STRICT_OBJC_MSGSEND = YES;
  394. ENABLE_TESTABILITY = YES;
  395. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  396. GCC_C_LANGUAGE_STANDARD = gnu17;
  397. GCC_DYNAMIC_NO_PIC = NO;
  398. GCC_NO_COMMON_BLOCKS = YES;
  399. GCC_OPTIMIZATION_LEVEL = 0;
  400. GCC_PREPROCESSOR_DEFINITIONS = (
  401. "DEBUG=1",
  402. "$(inherited)",
  403. );
  404. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  405. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  406. GCC_WARN_UNDECLARED_SELECTOR = YES;
  407. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  408. GCC_WARN_UNUSED_FUNCTION = YES;
  409. GCC_WARN_UNUSED_VARIABLE = YES;
  410. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  411. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  412. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  413. MTL_FAST_MATH = YES;
  414. ONLY_ACTIVE_ARCH = YES;
  415. SDKROOT = iphoneos;
  416. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  417. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  418. };
  419. name = Debug;
  420. };
  421. 36E3C4F52B5900210068B1E7 /* Release */ = {
  422. isa = XCBuildConfiguration;
  423. buildSettings = {
  424. ALWAYS_SEARCH_USER_PATHS = NO;
  425. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  426. CLANG_ANALYZER_NONNULL = YES;
  427. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  428. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  429. CLANG_ENABLE_MODULES = YES;
  430. CLANG_ENABLE_OBJC_ARC = YES;
  431. CLANG_ENABLE_OBJC_WEAK = YES;
  432. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  433. CLANG_WARN_BOOL_CONVERSION = YES;
  434. CLANG_WARN_COMMA = YES;
  435. CLANG_WARN_CONSTANT_CONVERSION = YES;
  436. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  437. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  438. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  439. CLANG_WARN_EMPTY_BODY = YES;
  440. CLANG_WARN_ENUM_CONVERSION = YES;
  441. CLANG_WARN_INFINITE_RECURSION = YES;
  442. CLANG_WARN_INT_CONVERSION = YES;
  443. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  444. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  445. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  446. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  447. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  448. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  449. CLANG_WARN_STRICT_PROTOTYPES = YES;
  450. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  451. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  452. CLANG_WARN_UNREACHABLE_CODE = YES;
  453. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  454. COPY_PHASE_STRIP = NO;
  455. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  456. ENABLE_NS_ASSERTIONS = NO;
  457. ENABLE_STRICT_OBJC_MSGSEND = YES;
  458. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  459. GCC_C_LANGUAGE_STANDARD = gnu17;
  460. GCC_NO_COMMON_BLOCKS = YES;
  461. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  462. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  463. GCC_WARN_UNDECLARED_SELECTOR = YES;
  464. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  465. GCC_WARN_UNUSED_FUNCTION = YES;
  466. GCC_WARN_UNUSED_VARIABLE = YES;
  467. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  468. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  469. MTL_ENABLE_DEBUG_INFO = NO;
  470. MTL_FAST_MATH = YES;
  471. SDKROOT = iphoneos;
  472. SWIFT_COMPILATION_MODE = wholemodule;
  473. VALIDATE_PRODUCT = YES;
  474. };
  475. name = Release;
  476. };
  477. 36E3C4F72B5900210068B1E7 /* Debug */ = {
  478. isa = XCBuildConfiguration;
  479. baseConfigurationReference = 2B57E0E05727559BE88D2D7E /* Pods-SwiftUIDemoD.debug.xcconfig */;
  480. buildSettings = {
  481. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  482. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  483. CODE_SIGN_STYLE = Automatic;
  484. CURRENT_PROJECT_VERSION = 1;
  485. DEVELOPMENT_ASSET_PATHS = "\"SwiftUIDemoD/Preview Content\"";
  486. DEVELOPMENT_TEAM = GHS35C4455;
  487. ENABLE_PREVIEWS = YES;
  488. GENERATE_INFOPLIST_FILE = YES;
  489. INFOPLIST_FILE = SwiftUIDemoD/Info.plist;
  490. INFOPLIST_KEY_NSCameraUsageDescription = "App需要访问您的相机,是否允许?";
  491. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "App需要访问您的相册,是否允许?";
  492. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "App需要访问您的相册,是否允许?";
  493. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  494. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  495. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  496. INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleLightContent;
  497. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  498. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  499. LD_RUNPATH_SEARCH_PATHS = (
  500. "$(inherited)",
  501. "@executable_path/Frameworks",
  502. );
  503. MARKETING_VERSION = 1.0;
  504. PRODUCT_BUNDLE_IDENTIFIER = com.hhhhhh.demo;
  505. PRODUCT_NAME = "$(TARGET_NAME)";
  506. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  507. SUPPORTS_MACCATALYST = NO;
  508. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  509. SWIFT_EMIT_LOC_STRINGS = YES;
  510. SWIFT_VERSION = 5.0;
  511. TARGETED_DEVICE_FAMILY = 1;
  512. };
  513. name = Debug;
  514. };
  515. 36E3C4F82B5900210068B1E7 /* Release */ = {
  516. isa = XCBuildConfiguration;
  517. baseConfigurationReference = D493C58CA0DC5250988C66B6 /* Pods-SwiftUIDemoD.release.xcconfig */;
  518. buildSettings = {
  519. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  520. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  521. CODE_SIGN_STYLE = Automatic;
  522. CURRENT_PROJECT_VERSION = 1;
  523. DEVELOPMENT_ASSET_PATHS = "\"SwiftUIDemoD/Preview Content\"";
  524. DEVELOPMENT_TEAM = GHS35C4455;
  525. ENABLE_PREVIEWS = YES;
  526. GENERATE_INFOPLIST_FILE = YES;
  527. INFOPLIST_FILE = SwiftUIDemoD/Info.plist;
  528. INFOPLIST_KEY_NSCameraUsageDescription = "App需要访问您的相机,是否允许?";
  529. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "App需要访问您的相册,是否允许?";
  530. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "App需要访问您的相册,是否允许?";
  531. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  532. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  533. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  534. INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleLightContent;
  535. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  536. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  537. LD_RUNPATH_SEARCH_PATHS = (
  538. "$(inherited)",
  539. "@executable_path/Frameworks",
  540. );
  541. MARKETING_VERSION = 1.0;
  542. PRODUCT_BUNDLE_IDENTIFIER = com.hhhhhh.demo;
  543. PRODUCT_NAME = "$(TARGET_NAME)";
  544. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  545. SUPPORTS_MACCATALYST = NO;
  546. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  547. SWIFT_EMIT_LOC_STRINGS = YES;
  548. SWIFT_VERSION = 5.0;
  549. TARGETED_DEVICE_FAMILY = 1;
  550. };
  551. name = Release;
  552. };
  553. 36E3C4FA2B5900210068B1E7 /* Debug */ = {
  554. isa = XCBuildConfiguration;
  555. buildSettings = {
  556. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  557. BUNDLE_LOADER = "$(TEST_HOST)";
  558. CODE_SIGN_STYLE = Automatic;
  559. CURRENT_PROJECT_VERSION = 1;
  560. GENERATE_INFOPLIST_FILE = YES;
  561. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  562. MARKETING_VERSION = 1.0;
  563. PRODUCT_BUNDLE_IDENTIFIER = com.xiaoxue.SwiftUIDemoDTests;
  564. PRODUCT_NAME = "$(TARGET_NAME)";
  565. SWIFT_EMIT_LOC_STRINGS = NO;
  566. SWIFT_VERSION = 5.0;
  567. TARGETED_DEVICE_FAMILY = "1,2";
  568. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftUIDemoD.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SwiftUIDemoD";
  569. };
  570. name = Debug;
  571. };
  572. 36E3C4FB2B5900210068B1E7 /* Release */ = {
  573. isa = XCBuildConfiguration;
  574. buildSettings = {
  575. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  576. BUNDLE_LOADER = "$(TEST_HOST)";
  577. CODE_SIGN_STYLE = Automatic;
  578. CURRENT_PROJECT_VERSION = 1;
  579. GENERATE_INFOPLIST_FILE = YES;
  580. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  581. MARKETING_VERSION = 1.0;
  582. PRODUCT_BUNDLE_IDENTIFIER = com.xiaoxue.SwiftUIDemoDTests;
  583. PRODUCT_NAME = "$(TARGET_NAME)";
  584. SWIFT_EMIT_LOC_STRINGS = NO;
  585. SWIFT_VERSION = 5.0;
  586. TARGETED_DEVICE_FAMILY = "1,2";
  587. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftUIDemoD.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SwiftUIDemoD";
  588. };
  589. name = Release;
  590. };
  591. 36E3C4FD2B5900210068B1E7 /* Debug */ = {
  592. isa = XCBuildConfiguration;
  593. buildSettings = {
  594. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  595. CODE_SIGN_STYLE = Automatic;
  596. CURRENT_PROJECT_VERSION = 1;
  597. GENERATE_INFOPLIST_FILE = YES;
  598. MARKETING_VERSION = 1.0;
  599. PRODUCT_BUNDLE_IDENTIFIER = com.xiaoxue.SwiftUIDemoDUITests;
  600. PRODUCT_NAME = "$(TARGET_NAME)";
  601. SWIFT_EMIT_LOC_STRINGS = NO;
  602. SWIFT_VERSION = 5.0;
  603. TARGETED_DEVICE_FAMILY = "1,2";
  604. TEST_TARGET_NAME = SwiftUIDemoD;
  605. };
  606. name = Debug;
  607. };
  608. 36E3C4FE2B5900210068B1E7 /* Release */ = {
  609. isa = XCBuildConfiguration;
  610. buildSettings = {
  611. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  612. CODE_SIGN_STYLE = Automatic;
  613. CURRENT_PROJECT_VERSION = 1;
  614. GENERATE_INFOPLIST_FILE = YES;
  615. MARKETING_VERSION = 1.0;
  616. PRODUCT_BUNDLE_IDENTIFIER = com.xiaoxue.SwiftUIDemoDUITests;
  617. PRODUCT_NAME = "$(TARGET_NAME)";
  618. SWIFT_EMIT_LOC_STRINGS = NO;
  619. SWIFT_VERSION = 5.0;
  620. TARGETED_DEVICE_FAMILY = "1,2";
  621. TEST_TARGET_NAME = SwiftUIDemoD;
  622. };
  623. name = Release;
  624. };
  625. /* End XCBuildConfiguration section */
  626. /* Begin XCConfigurationList section */
  627. 36E3C4CD2B59001D0068B1E7 /* Build configuration list for PBXProject "SwiftUIDemoD" */ = {
  628. isa = XCConfigurationList;
  629. buildConfigurations = (
  630. 36E3C4F42B5900210068B1E7 /* Debug */,
  631. 36E3C4F52B5900210068B1E7 /* Release */,
  632. );
  633. defaultConfigurationIsVisible = 0;
  634. defaultConfigurationName = Release;
  635. };
  636. 36E3C4F62B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoD" */ = {
  637. isa = XCConfigurationList;
  638. buildConfigurations = (
  639. 36E3C4F72B5900210068B1E7 /* Debug */,
  640. 36E3C4F82B5900210068B1E7 /* Release */,
  641. );
  642. defaultConfigurationIsVisible = 0;
  643. defaultConfigurationName = Release;
  644. };
  645. 36E3C4F92B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoDTests" */ = {
  646. isa = XCConfigurationList;
  647. buildConfigurations = (
  648. 36E3C4FA2B5900210068B1E7 /* Debug */,
  649. 36E3C4FB2B5900210068B1E7 /* Release */,
  650. );
  651. defaultConfigurationIsVisible = 0;
  652. defaultConfigurationName = Release;
  653. };
  654. 36E3C4FC2B5900210068B1E7 /* Build configuration list for PBXNativeTarget "SwiftUIDemoDUITests" */ = {
  655. isa = XCConfigurationList;
  656. buildConfigurations = (
  657. 36E3C4FD2B5900210068B1E7 /* Debug */,
  658. 36E3C4FE2B5900210068B1E7 /* Release */,
  659. );
  660. defaultConfigurationIsVisible = 0;
  661. defaultConfigurationName = Release;
  662. };
  663. /* End XCConfigurationList section */
  664. };
  665. rootObject = 36E3C4CA2B59001D0068B1E7 /* Project object */;
  666. }