project.pbxproj 40 KB

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