project.pbxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1839BBED36D3EDE259E5FFA5 /* Pods_AIPaint.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0E657FD160CDE6681C310A2 /* Pods_AIPaint.framework */; };
  10. BC49268A5038FCF363416F98 /* Pods_AIPaintTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F91ED704F65FE18A74BEEC9 /* Pods_AIPaintTests.framework */; };
  11. EDAE87F2EB7B7D37C59CA887 /* Pods_AIPaint_AIPaintUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4925E69672D1C079FEAB6E55 /* Pods_AIPaint_AIPaintUITests.framework */; };
  12. FADEA4712936102A00F1743C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4702936102A00F1743C /* AppDelegate.swift */; };
  13. FADEA4782936102A00F1743C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FADEA4762936102A00F1743C /* Main.storyboard */; };
  14. FADEA47B2936102A00F1743C /* AIPaint.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4792936102A00F1743C /* AIPaint.xcdatamodeld */; };
  15. FADEA47D2936102B00F1743C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FADEA47C2936102B00F1743C /* Assets.xcassets */; };
  16. FADEA4802936102B00F1743C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FADEA47E2936102B00F1743C /* LaunchScreen.storyboard */; };
  17. FADEA48B2936102B00F1743C /* AIPaintTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA48A2936102B00F1743C /* AIPaintTests.swift */; };
  18. FADEA4952936102C00F1743C /* AIPaintUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4942936102C00F1743C /* AIPaintUITests.swift */; };
  19. FADEA4972936102C00F1743C /* AIPaintUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4962936102C00F1743C /* AIPaintUITestsLaunchTests.swift */; };
  20. FADEA4A42936108100F1743C /* DrawViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4A32936108100F1743C /* DrawViewController.swift */; };
  21. FADEA4A62936131700F1743C /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4A52936131700F1743C /* HomeViewController.swift */; };
  22. FADEA4A82936132700F1743C /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4A72936132700F1743C /* SettingsViewController.swift */; };
  23. FADEA4AF2936642900F1743C /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADEA4AE2936642900F1743C /* Generate.swift */; };
  24. FAEAEB692938ED5B00C1D1E6 /* PaintingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAEB682938ED5B00C1D1E6 /* PaintingCell.swift */; };
  25. FAEAEB6B293A2B7F00C1D1E6 /* extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAEB6A293A2B7F00C1D1E6 /* extension.swift */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. FADEA4872936102B00F1743C /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = FADEA4652936102A00F1743C /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = FADEA46C2936102A00F1743C;
  33. remoteInfo = AIPaint;
  34. };
  35. FADEA4912936102C00F1743C /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = FADEA4652936102A00F1743C /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = FADEA46C2936102A00F1743C;
  40. remoteInfo = AIPaint;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXFileReference section */
  44. 2296AF3D6C42E14C6421896D /* Pods-AIPaintTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaintTests.release.xcconfig"; path = "Target Support Files/Pods-AIPaintTests/Pods-AIPaintTests.release.xcconfig"; sourceTree = "<group>"; };
  45. 4239397359D30F3E2DB8CA5B /* Pods-AIPaint.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaint.release.xcconfig"; path = "Target Support Files/Pods-AIPaint/Pods-AIPaint.release.xcconfig"; sourceTree = "<group>"; };
  46. 4925E69672D1C079FEAB6E55 /* Pods_AIPaint_AIPaintUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPaint_AIPaintUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 4FF64EC94FD620B6D86C5DEA /* Pods-AIPaintTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaintTests.debug.xcconfig"; path = "Target Support Files/Pods-AIPaintTests/Pods-AIPaintTests.debug.xcconfig"; sourceTree = "<group>"; };
  48. 7946ED0F6936313DFF8757E2 /* Pods-AIPaint-AIPaintUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaint-AIPaintUITests.release.xcconfig"; path = "Target Support Files/Pods-AIPaint-AIPaintUITests/Pods-AIPaint-AIPaintUITests.release.xcconfig"; sourceTree = "<group>"; };
  49. 8F91ED704F65FE18A74BEEC9 /* Pods_AIPaintTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPaintTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  50. A0E657FD160CDE6681C310A2 /* Pods_AIPaint.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPaint.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  51. AFB71330BC45DD1A91668D6A /* Pods-AIPaint.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaint.debug.xcconfig"; path = "Target Support Files/Pods-AIPaint/Pods-AIPaint.debug.xcconfig"; sourceTree = "<group>"; };
  52. C08447441CAFA1A2EAF6458F /* Pods-AIPaint-AIPaintUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPaint-AIPaintUITests.debug.xcconfig"; path = "Target Support Files/Pods-AIPaint-AIPaintUITests/Pods-AIPaint-AIPaintUITests.debug.xcconfig"; sourceTree = "<group>"; };
  53. FADEA46D2936102A00F1743C /* AIPaint.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIPaint.app; sourceTree = BUILT_PRODUCTS_DIR; };
  54. FADEA4702936102A00F1743C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  55. FADEA4772936102A00F1743C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  56. FADEA47A2936102A00F1743C /* AIPaint.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AIPaint.xcdatamodel; sourceTree = "<group>"; };
  57. FADEA47C2936102B00F1743C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  58. FADEA47F2936102B00F1743C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  59. FADEA4812936102B00F1743C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  60. FADEA4862936102B00F1743C /* AIPaintTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AIPaintTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  61. FADEA48A2936102B00F1743C /* AIPaintTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIPaintTests.swift; sourceTree = "<group>"; };
  62. FADEA4902936102C00F1743C /* AIPaintUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AIPaintUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  63. FADEA4942936102C00F1743C /* AIPaintUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIPaintUITests.swift; sourceTree = "<group>"; };
  64. FADEA4962936102C00F1743C /* AIPaintUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIPaintUITestsLaunchTests.swift; sourceTree = "<group>"; };
  65. FADEA4A32936108100F1743C /* DrawViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DrawViewController.swift; sourceTree = "<group>"; };
  66. FADEA4A52936131700F1743C /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
  67. FADEA4A72936132700F1743C /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
  68. FADEA4AE2936642900F1743C /* Generate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Generate.swift; sourceTree = "<group>"; };
  69. FAEAEB682938ED5B00C1D1E6 /* PaintingCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaintingCell.swift; sourceTree = "<group>"; };
  70. FAEAEB6A293A2B7F00C1D1E6 /* extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = extension.swift; sourceTree = "<group>"; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. FADEA46A2936102A00F1743C /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. 1839BBED36D3EDE259E5FFA5 /* Pods_AIPaint.framework in Frameworks */,
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. FADEA4832936102B00F1743C /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. BC49268A5038FCF363416F98 /* Pods_AIPaintTests.framework in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. FADEA48D2936102C00F1743C /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. EDAE87F2EB7B7D37C59CA887 /* Pods_AIPaint_AIPaintUITests.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. 8D9A6C75550A7854CD16006A /* Frameworks */ = {
  100. isa = PBXGroup;
  101. children = (
  102. A0E657FD160CDE6681C310A2 /* Pods_AIPaint.framework */,
  103. 4925E69672D1C079FEAB6E55 /* Pods_AIPaint_AIPaintUITests.framework */,
  104. 8F91ED704F65FE18A74BEEC9 /* Pods_AIPaintTests.framework */,
  105. );
  106. name = Frameworks;
  107. sourceTree = "<group>";
  108. };
  109. 9A5F16938C81DC30539E90D0 /* Pods */ = {
  110. isa = PBXGroup;
  111. children = (
  112. AFB71330BC45DD1A91668D6A /* Pods-AIPaint.debug.xcconfig */,
  113. 4239397359D30F3E2DB8CA5B /* Pods-AIPaint.release.xcconfig */,
  114. C08447441CAFA1A2EAF6458F /* Pods-AIPaint-AIPaintUITests.debug.xcconfig */,
  115. 7946ED0F6936313DFF8757E2 /* Pods-AIPaint-AIPaintUITests.release.xcconfig */,
  116. 4FF64EC94FD620B6D86C5DEA /* Pods-AIPaintTests.debug.xcconfig */,
  117. 2296AF3D6C42E14C6421896D /* Pods-AIPaintTests.release.xcconfig */,
  118. );
  119. path = Pods;
  120. sourceTree = "<group>";
  121. };
  122. FADEA4642936102A00F1743C = {
  123. isa = PBXGroup;
  124. children = (
  125. FADEA46F2936102A00F1743C /* AIPaint */,
  126. FADEA4892936102B00F1743C /* AIPaintTests */,
  127. FADEA4932936102C00F1743C /* AIPaintUITests */,
  128. FADEA46E2936102A00F1743C /* Products */,
  129. 9A5F16938C81DC30539E90D0 /* Pods */,
  130. 8D9A6C75550A7854CD16006A /* Frameworks */,
  131. );
  132. sourceTree = "<group>";
  133. };
  134. FADEA46E2936102A00F1743C /* Products */ = {
  135. isa = PBXGroup;
  136. children = (
  137. FADEA46D2936102A00F1743C /* AIPaint.app */,
  138. FADEA4862936102B00F1743C /* AIPaintTests.xctest */,
  139. FADEA4902936102C00F1743C /* AIPaintUITests.xctest */,
  140. );
  141. name = Products;
  142. sourceTree = "<group>";
  143. };
  144. FADEA46F2936102A00F1743C /* AIPaint */ = {
  145. isa = PBXGroup;
  146. children = (
  147. FAEAEB672938ED4700C1D1E6 /* View */,
  148. FADEA4AC2936630700F1743C /* Model */,
  149. FADEA4762936102A00F1743C /* Main.storyboard */,
  150. FADEA47C2936102B00F1743C /* Assets.xcassets */,
  151. FADEA47E2936102B00F1743C /* LaunchScreen.storyboard */,
  152. FADEA4812936102B00F1743C /* Info.plist */,
  153. FADEA4792936102A00F1743C /* AIPaint.xcdatamodeld */,
  154. FADEA4702936102A00F1743C /* AppDelegate.swift */,
  155. FADEA4A32936108100F1743C /* DrawViewController.swift */,
  156. FADEA4A52936131700F1743C /* HomeViewController.swift */,
  157. FADEA4A72936132700F1743C /* SettingsViewController.swift */,
  158. FAEAEB6A293A2B7F00C1D1E6 /* extension.swift */,
  159. );
  160. path = AIPaint;
  161. sourceTree = "<group>";
  162. };
  163. FADEA4892936102B00F1743C /* AIPaintTests */ = {
  164. isa = PBXGroup;
  165. children = (
  166. FADEA48A2936102B00F1743C /* AIPaintTests.swift */,
  167. );
  168. path = AIPaintTests;
  169. sourceTree = "<group>";
  170. };
  171. FADEA4932936102C00F1743C /* AIPaintUITests */ = {
  172. isa = PBXGroup;
  173. children = (
  174. FADEA4942936102C00F1743C /* AIPaintUITests.swift */,
  175. FADEA4962936102C00F1743C /* AIPaintUITestsLaunchTests.swift */,
  176. );
  177. path = AIPaintUITests;
  178. sourceTree = "<group>";
  179. };
  180. FADEA4AC2936630700F1743C /* Model */ = {
  181. isa = PBXGroup;
  182. children = (
  183. FADEA4AD2936636200F1743C /* struct */,
  184. );
  185. path = Model;
  186. sourceTree = "<group>";
  187. };
  188. FADEA4AD2936636200F1743C /* struct */ = {
  189. isa = PBXGroup;
  190. children = (
  191. FADEA4AE2936642900F1743C /* Generate.swift */,
  192. );
  193. path = struct;
  194. sourceTree = "<group>";
  195. };
  196. FAEAEB672938ED4700C1D1E6 /* View */ = {
  197. isa = PBXGroup;
  198. children = (
  199. FAEAEB682938ED5B00C1D1E6 /* PaintingCell.swift */,
  200. );
  201. path = View;
  202. sourceTree = "<group>";
  203. };
  204. /* End PBXGroup section */
  205. /* Begin PBXNativeTarget section */
  206. FADEA46C2936102A00F1743C /* AIPaint */ = {
  207. isa = PBXNativeTarget;
  208. buildConfigurationList = FADEA49A2936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaint" */;
  209. buildPhases = (
  210. A83951387E0A6B5298C07091 /* [CP] Check Pods Manifest.lock */,
  211. FADEA4692936102A00F1743C /* Sources */,
  212. FADEA46A2936102A00F1743C /* Frameworks */,
  213. FADEA46B2936102A00F1743C /* Resources */,
  214. 8769E5C84177F664010299C0 /* [CP] Embed Pods Frameworks */,
  215. );
  216. buildRules = (
  217. );
  218. dependencies = (
  219. );
  220. name = AIPaint;
  221. productName = AIPaint;
  222. productReference = FADEA46D2936102A00F1743C /* AIPaint.app */;
  223. productType = "com.apple.product-type.application";
  224. };
  225. FADEA4852936102B00F1743C /* AIPaintTests */ = {
  226. isa = PBXNativeTarget;
  227. buildConfigurationList = FADEA49D2936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaintTests" */;
  228. buildPhases = (
  229. BCE798F30D692C3C63F68BD8 /* [CP] Check Pods Manifest.lock */,
  230. FADEA4822936102B00F1743C /* Sources */,
  231. FADEA4832936102B00F1743C /* Frameworks */,
  232. FADEA4842936102B00F1743C /* Resources */,
  233. );
  234. buildRules = (
  235. );
  236. dependencies = (
  237. FADEA4882936102B00F1743C /* PBXTargetDependency */,
  238. );
  239. name = AIPaintTests;
  240. productName = AIPaintTests;
  241. productReference = FADEA4862936102B00F1743C /* AIPaintTests.xctest */;
  242. productType = "com.apple.product-type.bundle.unit-test";
  243. };
  244. FADEA48F2936102C00F1743C /* AIPaintUITests */ = {
  245. isa = PBXNativeTarget;
  246. buildConfigurationList = FADEA4A02936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaintUITests" */;
  247. buildPhases = (
  248. 0E0081683E3272E96D50EBB3 /* [CP] Check Pods Manifest.lock */,
  249. FADEA48C2936102C00F1743C /* Sources */,
  250. FADEA48D2936102C00F1743C /* Frameworks */,
  251. FADEA48E2936102C00F1743C /* Resources */,
  252. 7517BE02F7B17C071EAEA430 /* [CP] Embed Pods Frameworks */,
  253. );
  254. buildRules = (
  255. );
  256. dependencies = (
  257. FADEA4922936102C00F1743C /* PBXTargetDependency */,
  258. );
  259. name = AIPaintUITests;
  260. productName = AIPaintUITests;
  261. productReference = FADEA4902936102C00F1743C /* AIPaintUITests.xctest */;
  262. productType = "com.apple.product-type.bundle.ui-testing";
  263. };
  264. /* End PBXNativeTarget section */
  265. /* Begin PBXProject section */
  266. FADEA4652936102A00F1743C /* Project object */ = {
  267. isa = PBXProject;
  268. attributes = {
  269. BuildIndependentTargetsInParallel = 1;
  270. LastSwiftUpdateCheck = 1410;
  271. LastUpgradeCheck = 1410;
  272. TargetAttributes = {
  273. FADEA46C2936102A00F1743C = {
  274. CreatedOnToolsVersion = 14.1;
  275. };
  276. FADEA4852936102B00F1743C = {
  277. CreatedOnToolsVersion = 14.1;
  278. TestTargetID = FADEA46C2936102A00F1743C;
  279. };
  280. FADEA48F2936102C00F1743C = {
  281. CreatedOnToolsVersion = 14.1;
  282. TestTargetID = FADEA46C2936102A00F1743C;
  283. };
  284. };
  285. };
  286. buildConfigurationList = FADEA4682936102A00F1743C /* Build configuration list for PBXProject "AIPaint" */;
  287. compatibilityVersion = "Xcode 14.0";
  288. developmentRegion = en;
  289. hasScannedForEncodings = 0;
  290. knownRegions = (
  291. en,
  292. Base,
  293. );
  294. mainGroup = FADEA4642936102A00F1743C;
  295. productRefGroup = FADEA46E2936102A00F1743C /* Products */;
  296. projectDirPath = "";
  297. projectRoot = "";
  298. targets = (
  299. FADEA46C2936102A00F1743C /* AIPaint */,
  300. FADEA4852936102B00F1743C /* AIPaintTests */,
  301. FADEA48F2936102C00F1743C /* AIPaintUITests */,
  302. );
  303. };
  304. /* End PBXProject section */
  305. /* Begin PBXResourcesBuildPhase section */
  306. FADEA46B2936102A00F1743C /* Resources */ = {
  307. isa = PBXResourcesBuildPhase;
  308. buildActionMask = 2147483647;
  309. files = (
  310. FADEA4802936102B00F1743C /* LaunchScreen.storyboard in Resources */,
  311. FADEA47D2936102B00F1743C /* Assets.xcassets in Resources */,
  312. FADEA4782936102A00F1743C /* Main.storyboard in Resources */,
  313. );
  314. runOnlyForDeploymentPostprocessing = 0;
  315. };
  316. FADEA4842936102B00F1743C /* Resources */ = {
  317. isa = PBXResourcesBuildPhase;
  318. buildActionMask = 2147483647;
  319. files = (
  320. );
  321. runOnlyForDeploymentPostprocessing = 0;
  322. };
  323. FADEA48E2936102C00F1743C /* Resources */ = {
  324. isa = PBXResourcesBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. /* End PBXResourcesBuildPhase section */
  331. /* Begin PBXShellScriptBuildPhase section */
  332. 0E0081683E3272E96D50EBB3 /* [CP] Check Pods Manifest.lock */ = {
  333. isa = PBXShellScriptBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. );
  337. inputFileListPaths = (
  338. );
  339. inputPaths = (
  340. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  341. "${PODS_ROOT}/Manifest.lock",
  342. );
  343. name = "[CP] Check Pods Manifest.lock";
  344. outputFileListPaths = (
  345. );
  346. outputPaths = (
  347. "$(DERIVED_FILE_DIR)/Pods-AIPaint-AIPaintUITests-checkManifestLockResult.txt",
  348. );
  349. runOnlyForDeploymentPostprocessing = 0;
  350. shellPath = /bin/sh;
  351. 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";
  352. showEnvVarsInLog = 0;
  353. };
  354. 7517BE02F7B17C071EAEA430 /* [CP] Embed Pods Frameworks */ = {
  355. isa = PBXShellScriptBuildPhase;
  356. buildActionMask = 2147483647;
  357. files = (
  358. );
  359. inputFileListPaths = (
  360. "${PODS_ROOT}/Target Support Files/Pods-AIPaint-AIPaintUITests/Pods-AIPaint-AIPaintUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  361. );
  362. name = "[CP] Embed Pods Frameworks";
  363. outputFileListPaths = (
  364. "${PODS_ROOT}/Target Support Files/Pods-AIPaint-AIPaintUITests/Pods-AIPaint-AIPaintUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  365. );
  366. runOnlyForDeploymentPostprocessing = 0;
  367. shellPath = /bin/sh;
  368. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIPaint-AIPaintUITests/Pods-AIPaint-AIPaintUITests-frameworks.sh\"\n";
  369. showEnvVarsInLog = 0;
  370. };
  371. 8769E5C84177F664010299C0 /* [CP] Embed Pods Frameworks */ = {
  372. isa = PBXShellScriptBuildPhase;
  373. buildActionMask = 2147483647;
  374. files = (
  375. );
  376. inputFileListPaths = (
  377. "${PODS_ROOT}/Target Support Files/Pods-AIPaint/Pods-AIPaint-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  378. );
  379. name = "[CP] Embed Pods Frameworks";
  380. outputFileListPaths = (
  381. "${PODS_ROOT}/Target Support Files/Pods-AIPaint/Pods-AIPaint-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. shellPath = /bin/sh;
  385. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIPaint/Pods-AIPaint-frameworks.sh\"\n";
  386. showEnvVarsInLog = 0;
  387. };
  388. A83951387E0A6B5298C07091 /* [CP] Check Pods Manifest.lock */ = {
  389. isa = PBXShellScriptBuildPhase;
  390. buildActionMask = 2147483647;
  391. files = (
  392. );
  393. inputFileListPaths = (
  394. );
  395. inputPaths = (
  396. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  397. "${PODS_ROOT}/Manifest.lock",
  398. );
  399. name = "[CP] Check Pods Manifest.lock";
  400. outputFileListPaths = (
  401. );
  402. outputPaths = (
  403. "$(DERIVED_FILE_DIR)/Pods-AIPaint-checkManifestLockResult.txt",
  404. );
  405. runOnlyForDeploymentPostprocessing = 0;
  406. shellPath = /bin/sh;
  407. 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";
  408. showEnvVarsInLog = 0;
  409. };
  410. BCE798F30D692C3C63F68BD8 /* [CP] Check Pods Manifest.lock */ = {
  411. isa = PBXShellScriptBuildPhase;
  412. buildActionMask = 2147483647;
  413. files = (
  414. );
  415. inputFileListPaths = (
  416. );
  417. inputPaths = (
  418. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  419. "${PODS_ROOT}/Manifest.lock",
  420. );
  421. name = "[CP] Check Pods Manifest.lock";
  422. outputFileListPaths = (
  423. );
  424. outputPaths = (
  425. "$(DERIVED_FILE_DIR)/Pods-AIPaintTests-checkManifestLockResult.txt",
  426. );
  427. runOnlyForDeploymentPostprocessing = 0;
  428. shellPath = /bin/sh;
  429. 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";
  430. showEnvVarsInLog = 0;
  431. };
  432. /* End PBXShellScriptBuildPhase section */
  433. /* Begin PBXSourcesBuildPhase section */
  434. FADEA4692936102A00F1743C /* Sources */ = {
  435. isa = PBXSourcesBuildPhase;
  436. buildActionMask = 2147483647;
  437. files = (
  438. FADEA4A42936108100F1743C /* DrawViewController.swift in Sources */,
  439. FADEA4712936102A00F1743C /* AppDelegate.swift in Sources */,
  440. FAEAEB692938ED5B00C1D1E6 /* PaintingCell.swift in Sources */,
  441. FADEA4AF2936642900F1743C /* Generate.swift in Sources */,
  442. FADEA47B2936102A00F1743C /* AIPaint.xcdatamodeld in Sources */,
  443. FADEA4A82936132700F1743C /* SettingsViewController.swift in Sources */,
  444. FADEA4A62936131700F1743C /* HomeViewController.swift in Sources */,
  445. FAEAEB6B293A2B7F00C1D1E6 /* extension.swift in Sources */,
  446. );
  447. runOnlyForDeploymentPostprocessing = 0;
  448. };
  449. FADEA4822936102B00F1743C /* Sources */ = {
  450. isa = PBXSourcesBuildPhase;
  451. buildActionMask = 2147483647;
  452. files = (
  453. FADEA48B2936102B00F1743C /* AIPaintTests.swift in Sources */,
  454. );
  455. runOnlyForDeploymentPostprocessing = 0;
  456. };
  457. FADEA48C2936102C00F1743C /* Sources */ = {
  458. isa = PBXSourcesBuildPhase;
  459. buildActionMask = 2147483647;
  460. files = (
  461. FADEA4952936102C00F1743C /* AIPaintUITests.swift in Sources */,
  462. FADEA4972936102C00F1743C /* AIPaintUITestsLaunchTests.swift in Sources */,
  463. );
  464. runOnlyForDeploymentPostprocessing = 0;
  465. };
  466. /* End PBXSourcesBuildPhase section */
  467. /* Begin PBXTargetDependency section */
  468. FADEA4882936102B00F1743C /* PBXTargetDependency */ = {
  469. isa = PBXTargetDependency;
  470. target = FADEA46C2936102A00F1743C /* AIPaint */;
  471. targetProxy = FADEA4872936102B00F1743C /* PBXContainerItemProxy */;
  472. };
  473. FADEA4922936102C00F1743C /* PBXTargetDependency */ = {
  474. isa = PBXTargetDependency;
  475. target = FADEA46C2936102A00F1743C /* AIPaint */;
  476. targetProxy = FADEA4912936102C00F1743C /* PBXContainerItemProxy */;
  477. };
  478. /* End PBXTargetDependency section */
  479. /* Begin PBXVariantGroup section */
  480. FADEA4762936102A00F1743C /* Main.storyboard */ = {
  481. isa = PBXVariantGroup;
  482. children = (
  483. FADEA4772936102A00F1743C /* Base */,
  484. );
  485. name = Main.storyboard;
  486. sourceTree = "<group>";
  487. };
  488. FADEA47E2936102B00F1743C /* LaunchScreen.storyboard */ = {
  489. isa = PBXVariantGroup;
  490. children = (
  491. FADEA47F2936102B00F1743C /* Base */,
  492. );
  493. name = LaunchScreen.storyboard;
  494. sourceTree = "<group>";
  495. };
  496. /* End PBXVariantGroup section */
  497. /* Begin XCBuildConfiguration section */
  498. FADEA4982936102C00F1743C /* Debug */ = {
  499. isa = XCBuildConfiguration;
  500. buildSettings = {
  501. ALWAYS_SEARCH_USER_PATHS = NO;
  502. CLANG_ANALYZER_NONNULL = YES;
  503. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  504. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  505. CLANG_ENABLE_MODULES = YES;
  506. CLANG_ENABLE_OBJC_ARC = YES;
  507. CLANG_ENABLE_OBJC_WEAK = YES;
  508. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  509. CLANG_WARN_BOOL_CONVERSION = YES;
  510. CLANG_WARN_COMMA = YES;
  511. CLANG_WARN_CONSTANT_CONVERSION = YES;
  512. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  513. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  514. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  515. CLANG_WARN_EMPTY_BODY = YES;
  516. CLANG_WARN_ENUM_CONVERSION = YES;
  517. CLANG_WARN_INFINITE_RECURSION = YES;
  518. CLANG_WARN_INT_CONVERSION = YES;
  519. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  520. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  521. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  522. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  523. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  524. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  525. CLANG_WARN_STRICT_PROTOTYPES = YES;
  526. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  527. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  528. CLANG_WARN_UNREACHABLE_CODE = YES;
  529. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  530. COPY_PHASE_STRIP = NO;
  531. DEBUG_INFORMATION_FORMAT = dwarf;
  532. ENABLE_STRICT_OBJC_MSGSEND = YES;
  533. ENABLE_TESTABILITY = YES;
  534. GCC_C_LANGUAGE_STANDARD = gnu11;
  535. GCC_DYNAMIC_NO_PIC = NO;
  536. GCC_NO_COMMON_BLOCKS = YES;
  537. GCC_OPTIMIZATION_LEVEL = 0;
  538. GCC_PREPROCESSOR_DEFINITIONS = (
  539. "DEBUG=1",
  540. "$(inherited)",
  541. );
  542. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  543. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  544. GCC_WARN_UNDECLARED_SELECTOR = YES;
  545. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  546. GCC_WARN_UNUSED_FUNCTION = YES;
  547. GCC_WARN_UNUSED_VARIABLE = YES;
  548. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  549. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  550. MTL_FAST_MATH = YES;
  551. ONLY_ACTIVE_ARCH = YES;
  552. SDKROOT = iphoneos;
  553. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  554. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  555. };
  556. name = Debug;
  557. };
  558. FADEA4992936102C00F1743C /* Release */ = {
  559. isa = XCBuildConfiguration;
  560. buildSettings = {
  561. ALWAYS_SEARCH_USER_PATHS = NO;
  562. CLANG_ANALYZER_NONNULL = YES;
  563. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  564. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  565. CLANG_ENABLE_MODULES = YES;
  566. CLANG_ENABLE_OBJC_ARC = YES;
  567. CLANG_ENABLE_OBJC_WEAK = YES;
  568. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  569. CLANG_WARN_BOOL_CONVERSION = YES;
  570. CLANG_WARN_COMMA = YES;
  571. CLANG_WARN_CONSTANT_CONVERSION = YES;
  572. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  573. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  574. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  575. CLANG_WARN_EMPTY_BODY = YES;
  576. CLANG_WARN_ENUM_CONVERSION = YES;
  577. CLANG_WARN_INFINITE_RECURSION = YES;
  578. CLANG_WARN_INT_CONVERSION = YES;
  579. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  580. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  581. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  582. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  583. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  584. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  585. CLANG_WARN_STRICT_PROTOTYPES = YES;
  586. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  587. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  588. CLANG_WARN_UNREACHABLE_CODE = YES;
  589. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  590. COPY_PHASE_STRIP = NO;
  591. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  592. ENABLE_NS_ASSERTIONS = NO;
  593. ENABLE_STRICT_OBJC_MSGSEND = YES;
  594. GCC_C_LANGUAGE_STANDARD = gnu11;
  595. GCC_NO_COMMON_BLOCKS = YES;
  596. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  597. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  598. GCC_WARN_UNDECLARED_SELECTOR = YES;
  599. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  600. GCC_WARN_UNUSED_FUNCTION = YES;
  601. GCC_WARN_UNUSED_VARIABLE = YES;
  602. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  603. MTL_ENABLE_DEBUG_INFO = NO;
  604. MTL_FAST_MATH = YES;
  605. SDKROOT = iphoneos;
  606. SWIFT_COMPILATION_MODE = wholemodule;
  607. SWIFT_OPTIMIZATION_LEVEL = "-O";
  608. VALIDATE_PRODUCT = YES;
  609. };
  610. name = Release;
  611. };
  612. FADEA49B2936102C00F1743C /* Debug */ = {
  613. isa = XCBuildConfiguration;
  614. baseConfigurationReference = AFB71330BC45DD1A91668D6A /* Pods-AIPaint.debug.xcconfig */;
  615. buildSettings = {
  616. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  617. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  618. CODE_SIGN_STYLE = Automatic;
  619. CURRENT_PROJECT_VERSION = 1;
  620. DEVELOPMENT_TEAM = VVA64747UZ;
  621. GENERATE_INFOPLIST_FILE = YES;
  622. INFOPLIST_FILE = AIPaint/Info.plist;
  623. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  624. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  625. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  626. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  627. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  628. LD_RUNPATH_SEARCH_PATHS = (
  629. "$(inherited)",
  630. "@executable_path/Frameworks",
  631. );
  632. MARKETING_VERSION = 1.0;
  633. OTHER_LDFLAGS = (
  634. "$(inherited)",
  635. "-framework",
  636. "\"SnapKit\"",
  637. "-framework",
  638. "\"SwiftyJSON\"",
  639. "-ObjC",
  640. );
  641. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaint;
  642. PRODUCT_NAME = "$(TARGET_NAME)";
  643. SWIFT_EMIT_LOC_STRINGS = YES;
  644. SWIFT_VERSION = 5.0;
  645. TARGETED_DEVICE_FAMILY = "1,2";
  646. };
  647. name = Debug;
  648. };
  649. FADEA49C2936102C00F1743C /* Release */ = {
  650. isa = XCBuildConfiguration;
  651. baseConfigurationReference = 4239397359D30F3E2DB8CA5B /* Pods-AIPaint.release.xcconfig */;
  652. buildSettings = {
  653. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  654. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  655. CODE_SIGN_STYLE = Automatic;
  656. CURRENT_PROJECT_VERSION = 1;
  657. DEVELOPMENT_TEAM = VVA64747UZ;
  658. GENERATE_INFOPLIST_FILE = YES;
  659. INFOPLIST_FILE = AIPaint/Info.plist;
  660. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  661. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  662. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  663. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  664. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  665. LD_RUNPATH_SEARCH_PATHS = (
  666. "$(inherited)",
  667. "@executable_path/Frameworks",
  668. );
  669. MARKETING_VERSION = 1.0;
  670. OTHER_LDFLAGS = (
  671. "$(inherited)",
  672. "-framework",
  673. "\"SnapKit\"",
  674. "-framework",
  675. "\"SwiftyJSON\"",
  676. "-ObjC",
  677. );
  678. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaint;
  679. PRODUCT_NAME = "$(TARGET_NAME)";
  680. SWIFT_EMIT_LOC_STRINGS = YES;
  681. SWIFT_VERSION = 5.0;
  682. TARGETED_DEVICE_FAMILY = "1,2";
  683. };
  684. name = Release;
  685. };
  686. FADEA49E2936102C00F1743C /* Debug */ = {
  687. isa = XCBuildConfiguration;
  688. baseConfigurationReference = 4FF64EC94FD620B6D86C5DEA /* Pods-AIPaintTests.debug.xcconfig */;
  689. buildSettings = {
  690. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  691. BUNDLE_LOADER = "$(TEST_HOST)";
  692. CODE_SIGN_STYLE = Automatic;
  693. CURRENT_PROJECT_VERSION = 1;
  694. DEVELOPMENT_TEAM = VVA64747UZ;
  695. GENERATE_INFOPLIST_FILE = YES;
  696. IPHONEOS_DEPLOYMENT_TARGET = 16.1;
  697. MARKETING_VERSION = 1.0;
  698. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaintTests;
  699. PRODUCT_NAME = "$(TARGET_NAME)";
  700. SWIFT_EMIT_LOC_STRINGS = NO;
  701. SWIFT_VERSION = 5.0;
  702. TARGETED_DEVICE_FAMILY = "1,2";
  703. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AIPaint.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AIPaint";
  704. };
  705. name = Debug;
  706. };
  707. FADEA49F2936102C00F1743C /* Release */ = {
  708. isa = XCBuildConfiguration;
  709. baseConfigurationReference = 2296AF3D6C42E14C6421896D /* Pods-AIPaintTests.release.xcconfig */;
  710. buildSettings = {
  711. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  712. BUNDLE_LOADER = "$(TEST_HOST)";
  713. CODE_SIGN_STYLE = Automatic;
  714. CURRENT_PROJECT_VERSION = 1;
  715. DEVELOPMENT_TEAM = VVA64747UZ;
  716. GENERATE_INFOPLIST_FILE = YES;
  717. IPHONEOS_DEPLOYMENT_TARGET = 16.1;
  718. MARKETING_VERSION = 1.0;
  719. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaintTests;
  720. PRODUCT_NAME = "$(TARGET_NAME)";
  721. SWIFT_EMIT_LOC_STRINGS = NO;
  722. SWIFT_VERSION = 5.0;
  723. TARGETED_DEVICE_FAMILY = "1,2";
  724. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AIPaint.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AIPaint";
  725. };
  726. name = Release;
  727. };
  728. FADEA4A12936102C00F1743C /* Debug */ = {
  729. isa = XCBuildConfiguration;
  730. baseConfigurationReference = C08447441CAFA1A2EAF6458F /* Pods-AIPaint-AIPaintUITests.debug.xcconfig */;
  731. buildSettings = {
  732. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  733. CODE_SIGN_STYLE = Automatic;
  734. CURRENT_PROJECT_VERSION = 1;
  735. DEVELOPMENT_TEAM = VVA64747UZ;
  736. GENERATE_INFOPLIST_FILE = YES;
  737. MARKETING_VERSION = 1.0;
  738. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaintUITests;
  739. PRODUCT_NAME = "$(TARGET_NAME)";
  740. SWIFT_EMIT_LOC_STRINGS = NO;
  741. SWIFT_VERSION = 5.0;
  742. TARGETED_DEVICE_FAMILY = "1,2";
  743. TEST_TARGET_NAME = AIPaint;
  744. };
  745. name = Debug;
  746. };
  747. FADEA4A22936102C00F1743C /* Release */ = {
  748. isa = XCBuildConfiguration;
  749. baseConfigurationReference = 7946ED0F6936313DFF8757E2 /* Pods-AIPaint-AIPaintUITests.release.xcconfig */;
  750. buildSettings = {
  751. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  752. CODE_SIGN_STYLE = Automatic;
  753. CURRENT_PROJECT_VERSION = 1;
  754. DEVELOPMENT_TEAM = VVA64747UZ;
  755. GENERATE_INFOPLIST_FILE = YES;
  756. MARKETING_VERSION = 1.0;
  757. PRODUCT_BUNDLE_IDENTIFIER = fengyuhe.AIPaintUITests;
  758. PRODUCT_NAME = "$(TARGET_NAME)";
  759. SWIFT_EMIT_LOC_STRINGS = NO;
  760. SWIFT_VERSION = 5.0;
  761. TARGETED_DEVICE_FAMILY = "1,2";
  762. TEST_TARGET_NAME = AIPaint;
  763. };
  764. name = Release;
  765. };
  766. /* End XCBuildConfiguration section */
  767. /* Begin XCConfigurationList section */
  768. FADEA4682936102A00F1743C /* Build configuration list for PBXProject "AIPaint" */ = {
  769. isa = XCConfigurationList;
  770. buildConfigurations = (
  771. FADEA4982936102C00F1743C /* Debug */,
  772. FADEA4992936102C00F1743C /* Release */,
  773. );
  774. defaultConfigurationIsVisible = 0;
  775. defaultConfigurationName = Release;
  776. };
  777. FADEA49A2936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaint" */ = {
  778. isa = XCConfigurationList;
  779. buildConfigurations = (
  780. FADEA49B2936102C00F1743C /* Debug */,
  781. FADEA49C2936102C00F1743C /* Release */,
  782. );
  783. defaultConfigurationIsVisible = 0;
  784. defaultConfigurationName = Release;
  785. };
  786. FADEA49D2936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaintTests" */ = {
  787. isa = XCConfigurationList;
  788. buildConfigurations = (
  789. FADEA49E2936102C00F1743C /* Debug */,
  790. FADEA49F2936102C00F1743C /* Release */,
  791. );
  792. defaultConfigurationIsVisible = 0;
  793. defaultConfigurationName = Release;
  794. };
  795. FADEA4A02936102C00F1743C /* Build configuration list for PBXNativeTarget "AIPaintUITests" */ = {
  796. isa = XCConfigurationList;
  797. buildConfigurations = (
  798. FADEA4A12936102C00F1743C /* Debug */,
  799. FADEA4A22936102C00F1743C /* Release */,
  800. );
  801. defaultConfigurationIsVisible = 0;
  802. defaultConfigurationName = Release;
  803. };
  804. /* End XCConfigurationList section */
  805. /* Begin XCVersionGroup section */
  806. FADEA4792936102A00F1743C /* AIPaint.xcdatamodeld */ = {
  807. isa = XCVersionGroup;
  808. children = (
  809. FADEA47A2936102A00F1743C /* AIPaint.xcdatamodel */,
  810. );
  811. currentVersion = FADEA47A2936102A00F1743C /* AIPaint.xcdatamodel */;
  812. path = AIPaint.xcdatamodeld;
  813. sourceTree = "<group>";
  814. versionGroupType = wrapper.xcdatamodel;
  815. };
  816. /* End XCVersionGroup section */
  817. };
  818. rootObject = FADEA4652936102A00F1743C /* Project object */;
  819. }