project.pbxproj 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 043D62372DCB0E7A005D12EE /* KeyboardSharedDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */; };
  10. 043D62382DCB0F80005D12EE /* KeyboardSharedDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */; };
  11. 045828732DB897D400C1792D /* KeyboardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045828722DB897D400C1792D /* KeyboardViewController.swift */; };
  12. 045828772DB897D400C1792D /* AiKeyboard.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 045828702DB897D400C1792D /* AiKeyboard.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  13. 045828C92DB89ABE00C1792D /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 045828C82DB89ABE00C1792D /* Media.xcassets */; };
  14. 045828CC2DB8C62100C1792D /* UIColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045828CB2DB8C62100C1792D /* UIColor+Extension.swift */; };
  15. 045829AE2DB8DD2200C1792D /* KeyboardHelpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045829AD2DB8DD2200C1792D /* KeyboardHelpView.swift */; };
  16. 045829FE2DB8E6D300C1792D /* KeyboardCharacterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045829FD2DB8E6D300C1792D /* KeyboardCharacterCell.swift */; };
  17. 04582A012DB8EBC700C1792D /* KeyboardConst.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A002DB8EBC700C1792D /* KeyboardConst.swift */; };
  18. 04582A032DB8F24100C1792D /* UIButton+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A022DB8F24100C1792D /* UIButton+Extension.swift */; };
  19. 04582A052DB8F26200C1792D /* UIView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A042DB8F26200C1792D /* UIView+Extension.swift */; };
  20. 04582A072DB8F9A300C1792D /* KeyboardFunctionPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A062DB8F9A300C1792D /* KeyboardFunctionPopView.swift */; };
  21. 04582A092DB9EBFC00C1792D /* KeyboardTeachView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A082DB9EBFC00C1792D /* KeyboardTeachView.swift */; };
  22. 04582A0E2DBB2DE400C1792D /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A0D2DBB2DE400C1792D /* String+Extension.swift */; };
  23. 04582A102DBB39A700C1792D /* KeyboardBaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A0F2DBB39A700C1792D /* KeyboardBaseView.swift */; };
  24. 04582A122DBB642C00C1792D /* UILabel+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A112DBB642C00C1792D /* UILabel+Extension.swift */; };
  25. 04582A142DBB67FB00C1792D /* KeyboardLoginTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A132DBB67FB00C1792D /* KeyboardLoginTipView.swift */; };
  26. 04582A162DBB681100C1792D /* KeyboardVipTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A152DBB681100C1792D /* KeyboardVipTipView.swift */; };
  27. 04582A182DBB6CFA00C1792D /* UIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A172DBB6CFA00C1792D /* UIImage+Extension.swift */; };
  28. 04582A1B2DBB7BDD00C1792D /* vip_button.json in Resources */ = {isa = PBXBuildFile; fileRef = 04582A1A2DBB7BDD00C1792D /* vip_button.json */; };
  29. 04582A1F2DBF227900C1792D /* KeyboardMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A1E2DBF227900C1792D /* KeyboardMenuView.swift */; };
  30. 04582A2C2DBF2A4E00C1792D /* 淘宝买菜体.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 04582A2B2DBF2A4E00C1792D /* 淘宝买菜体.ttf */; };
  31. 04582A302DBF5B6700C1792D /* KeyboardPrologueView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A2F2DBF5B6700C1792D /* KeyboardPrologueView.swift */; };
  32. 04582A322DBF6C0800C1792D /* heart.json in Resources */ = {isa = PBXBuildFile; fileRef = 04582A312DBF6C0800C1792D /* heart.json */; };
  33. 04582A342DBF6CB800C1792D /* KeyboardExchangeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A332DBF6CB800C1792D /* KeyboardExchangeView.swift */; };
  34. 04582A372DBF6F8300C1792D /* KeyboardExchangeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A362DBF6F8200C1792D /* KeyboardExchangeCell.swift */; };
  35. 04582A392DBF820D00C1792D /* KeyboardTeachDialogueCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A382DBF820D00C1792D /* KeyboardTeachDialogueCell.swift */; };
  36. 04582A402DBF8FD500C1792D /* KeyboardNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A3F2DBF8FD500C1792D /* KeyboardNetworkManager.swift */; };
  37. 04582A422DBF910400C1792D /* KeyboardApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A412DBF910400C1792D /* KeyboardApi.swift */; };
  38. 04582A442DBF964400C1792D /* KeyboardBaseResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A432DBF964400C1792D /* KeyboardBaseResponse.swift */; };
  39. 04582A472DC07ECA00C1792D /* KeyboardModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A462DC07ECA00C1792D /* KeyboardModel.swift */; };
  40. 04582A492DC07ED100C1792D /* UserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A482DC07ED100C1792D /* UserModel.swift */; };
  41. 04582A4B2DC0BDA100C1792D /* CharacterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A4A2DC0BDA100C1792D /* CharacterModel.swift */; };
  42. 04582A4D2DC1CFBC00C1792D /* keyboard_loading.json in Resources */ = {isa = PBXBuildFile; fileRef = 04582A4C2DC1CFBC00C1792D /* keyboard_loading.json */; };
  43. 04582A4F2DC203DD00C1792D /* ChatModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A4E2DC203DD00C1792D /* ChatModel.swift */; };
  44. 04582A512DC211F100C1792D /* keyboard_dialog_loading.json in Resources */ = {isa = PBXBuildFile; fileRef = 04582A502DC211F100C1792D /* keyboard_dialog_loading.json */; };
  45. 04582A532DC227E700C1792D /* PrologueModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04582A522DC227E700C1792D /* PrologueModel.swift */; };
  46. 0A7B5470C92CC094EF933259 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33B8387B7ED09CA498E0EC7 /* Pods_Runner.framework */; };
  47. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  48. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  49. 3680C058F94223A652A0F15D /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B77EC1F8B12A295BD1DC6742 /* Pods_RunnerTests.framework */; };
  50. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  51. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  52. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  53. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  54. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  55. A21E1420BB362BC7E3EB4811 /* Pods_AiKeyboard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B5EF92DE43959D6CF5B50A3 /* Pods_AiKeyboard.framework */; };
  56. /* End PBXBuildFile section */
  57. /* Begin PBXContainerItemProxy section */
  58. 045828752DB897D400C1792D /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  61. proxyType = 1;
  62. remoteGlobalIDString = 0458286F2DB897D400C1792D;
  63. remoteInfo = AiKeyboard;
  64. };
  65. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  68. proxyType = 1;
  69. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  70. remoteInfo = Runner;
  71. };
  72. /* End PBXContainerItemProxy section */
  73. /* Begin PBXCopyFilesBuildPhase section */
  74. 0458287C2DB897D400C1792D /* Embed Foundation Extensions */ = {
  75. isa = PBXCopyFilesBuildPhase;
  76. buildActionMask = 2147483647;
  77. dstPath = "";
  78. dstSubfolderSpec = 13;
  79. files = (
  80. 045828772DB897D400C1792D /* AiKeyboard.appex in Embed Foundation Extensions */,
  81. );
  82. name = "Embed Foundation Extensions";
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  86. isa = PBXCopyFilesBuildPhase;
  87. buildActionMask = 2147483647;
  88. dstPath = "";
  89. dstSubfolderSpec = 10;
  90. files = (
  91. );
  92. name = "Embed Frameworks";
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. /* End PBXCopyFilesBuildPhase section */
  96. /* Begin PBXFileReference section */
  97. 043D62352DCB0DF8005D12EE /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
  98. 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardSharedDataManager.swift; sourceTree = "<group>"; };
  99. 045828702DB897D400C1792D /* AiKeyboard.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = AiKeyboard.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 045828722DB897D400C1792D /* KeyboardViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardViewController.swift; sourceTree = "<group>"; };
  101. 045828742DB897D400C1792D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  102. 045828C82DB89ABE00C1792D /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
  103. 045828CB2DB8C62100C1792D /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = "<group>"; };
  104. 045829AD2DB8DD2200C1792D /* KeyboardHelpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardHelpView.swift; sourceTree = "<group>"; };
  105. 045829FD2DB8E6D300C1792D /* KeyboardCharacterCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardCharacterCell.swift; sourceTree = "<group>"; };
  106. 04582A002DB8EBC700C1792D /* KeyboardConst.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardConst.swift; sourceTree = "<group>"; };
  107. 04582A022DB8F24100C1792D /* UIButton+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extension.swift"; sourceTree = "<group>"; };
  108. 04582A042DB8F26200C1792D /* UIView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Extension.swift"; sourceTree = "<group>"; };
  109. 04582A062DB8F9A300C1792D /* KeyboardFunctionPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardFunctionPopView.swift; sourceTree = "<group>"; };
  110. 04582A082DB9EBFC00C1792D /* KeyboardTeachView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardTeachView.swift; sourceTree = "<group>"; };
  111. 04582A0D2DBB2DE400C1792D /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
  112. 04582A0F2DBB39A700C1792D /* KeyboardBaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardBaseView.swift; sourceTree = "<group>"; };
  113. 04582A112DBB642C00C1792D /* UILabel+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Extension.swift"; sourceTree = "<group>"; };
  114. 04582A132DBB67FB00C1792D /* KeyboardLoginTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardLoginTipView.swift; sourceTree = "<group>"; };
  115. 04582A152DBB681100C1792D /* KeyboardVipTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardVipTipView.swift; sourceTree = "<group>"; };
  116. 04582A172DBB6CFA00C1792D /* UIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extension.swift"; sourceTree = "<group>"; };
  117. 04582A1A2DBB7BDD00C1792D /* vip_button.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = vip_button.json; sourceTree = "<group>"; };
  118. 04582A1E2DBF227900C1792D /* KeyboardMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardMenuView.swift; sourceTree = "<group>"; };
  119. 04582A2B2DBF2A4E00C1792D /* 淘宝买菜体.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "淘宝买菜体.ttf"; sourceTree = "<group>"; };
  120. 04582A2F2DBF5B6700C1792D /* KeyboardPrologueView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardPrologueView.swift; sourceTree = "<group>"; };
  121. 04582A312DBF6C0800C1792D /* heart.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = heart.json; sourceTree = "<group>"; };
  122. 04582A332DBF6CB800C1792D /* KeyboardExchangeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardExchangeView.swift; sourceTree = "<group>"; };
  123. 04582A362DBF6F8200C1792D /* KeyboardExchangeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardExchangeCell.swift; sourceTree = "<group>"; };
  124. 04582A382DBF820D00C1792D /* KeyboardTeachDialogueCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardTeachDialogueCell.swift; sourceTree = "<group>"; };
  125. 04582A3F2DBF8FD500C1792D /* KeyboardNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardNetworkManager.swift; sourceTree = "<group>"; };
  126. 04582A412DBF910400C1792D /* KeyboardApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardApi.swift; sourceTree = "<group>"; };
  127. 04582A432DBF964400C1792D /* KeyboardBaseResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardBaseResponse.swift; sourceTree = "<group>"; };
  128. 04582A462DC07ECA00C1792D /* KeyboardModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardModel.swift; sourceTree = "<group>"; };
  129. 04582A482DC07ED100C1792D /* UserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; };
  130. 04582A4A2DC0BDA100C1792D /* CharacterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterModel.swift; sourceTree = "<group>"; };
  131. 04582A4C2DC1CFBC00C1792D /* keyboard_loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = keyboard_loading.json; sourceTree = "<group>"; };
  132. 04582A4E2DC203DD00C1792D /* ChatModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatModel.swift; sourceTree = "<group>"; };
  133. 04582A502DC211F100C1792D /* keyboard_dialog_loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = keyboard_dialog_loading.json; sourceTree = "<group>"; };
  134. 04582A522DC227E700C1792D /* PrologueModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrologueModel.swift; sourceTree = "<group>"; };
  135. 0B5EF92DE43959D6CF5B50A3 /* Pods_AiKeyboard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AiKeyboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  136. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  137. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  138. 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
  139. 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
  140. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  141. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  142. 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AiKeyboard.profile.xcconfig"; path = "Target Support Files/Pods-AiKeyboard/Pods-AiKeyboard.profile.xcconfig"; sourceTree = "<group>"; };
  143. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  144. 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AiKeyboard.release.xcconfig"; path = "Target Support Files/Pods-AiKeyboard/Pods-AiKeyboard.release.xcconfig"; sourceTree = "<group>"; };
  145. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  146. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  147. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  148. 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AiKeyboard.debug.xcconfig"; path = "Target Support Files/Pods-AiKeyboard/Pods-AiKeyboard.debug.xcconfig"; sourceTree = "<group>"; };
  149. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  150. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  151. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  152. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  153. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  154. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  155. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  156. A7713E7B7C46A90C0E007A95 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
  157. AE0B4B7AEB1E675ABA762EA2 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
  158. B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
  159. B77EC1F8B12A295BD1DC6742 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  160. C33B8387B7ED09CA498E0EC7 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  161. D50315B08E93289C08ED808C /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
  162. /* End PBXFileReference section */
  163. /* Begin PBXFrameworksBuildPhase section */
  164. 0458286D2DB897D400C1792D /* Frameworks */ = {
  165. isa = PBXFrameworksBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. A21E1420BB362BC7E3EB4811 /* Pods_AiKeyboard.framework in Frameworks */,
  169. );
  170. runOnlyForDeploymentPostprocessing = 0;
  171. };
  172. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  173. isa = PBXFrameworksBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. 0A7B5470C92CC094EF933259 /* Pods_Runner.framework in Frameworks */,
  177. );
  178. runOnlyForDeploymentPostprocessing = 0;
  179. };
  180. D0B1A104582AC938612AE6B7 /* Frameworks */ = {
  181. isa = PBXFrameworksBuildPhase;
  182. buildActionMask = 2147483647;
  183. files = (
  184. 3680C058F94223A652A0F15D /* Pods_RunnerTests.framework in Frameworks */,
  185. );
  186. runOnlyForDeploymentPostprocessing = 0;
  187. };
  188. /* End PBXFrameworksBuildPhase section */
  189. /* Begin PBXGroup section */
  190. 045828712DB897D400C1792D /* AiKeyboard */ = {
  191. isa = PBXGroup;
  192. children = (
  193. 04582A452DC07EB700C1792D /* Model */,
  194. 04582A2B2DBF2A4E00C1792D /* 淘宝买菜体.ttf */,
  195. 04582A192DBB7BBB00C1792D /* Animate */,
  196. 04582A3E2DBF8FBB00C1792D /* Network */,
  197. 045829FF2DB8EBB900C1792D /* Marco */,
  198. 045828CD2DB8CADD00C1792D /* Frameworks */,
  199. 045828CA2DB8C5DF00C1792D /* Extension */,
  200. 045829AC2DB8DCF000C1792D /* View */,
  201. 045828722DB897D400C1792D /* KeyboardViewController.swift */,
  202. 045828742DB897D400C1792D /* Info.plist */,
  203. 045828C82DB89ABE00C1792D /* Media.xcassets */,
  204. );
  205. path = AiKeyboard;
  206. sourceTree = "<group>";
  207. };
  208. 045828CA2DB8C5DF00C1792D /* Extension */ = {
  209. isa = PBXGroup;
  210. children = (
  211. 045828CB2DB8C62100C1792D /* UIColor+Extension.swift */,
  212. 04582A022DB8F24100C1792D /* UIButton+Extension.swift */,
  213. 04582A042DB8F26200C1792D /* UIView+Extension.swift */,
  214. 04582A0D2DBB2DE400C1792D /* String+Extension.swift */,
  215. 04582A112DBB642C00C1792D /* UILabel+Extension.swift */,
  216. 04582A172DBB6CFA00C1792D /* UIImage+Extension.swift */,
  217. );
  218. path = Extension;
  219. sourceTree = "<group>";
  220. };
  221. 045828CD2DB8CADD00C1792D /* Frameworks */ = {
  222. isa = PBXGroup;
  223. children = (
  224. );
  225. path = Frameworks;
  226. sourceTree = "<group>";
  227. };
  228. 045829AC2DB8DCF000C1792D /* View */ = {
  229. isa = PBXGroup;
  230. children = (
  231. 04582A352DBF6F7700C1792D /* Cell */,
  232. 04582A2E2DBF5B4000C1792D /* PopView */,
  233. 04582A2D2DBF5B3000C1792D /* MainView */,
  234. );
  235. path = View;
  236. sourceTree = "<group>";
  237. };
  238. 045829FF2DB8EBB900C1792D /* Marco */ = {
  239. isa = PBXGroup;
  240. children = (
  241. 04582A002DB8EBC700C1792D /* KeyboardConst.swift */,
  242. );
  243. path = Marco;
  244. sourceTree = "<group>";
  245. };
  246. 04582A192DBB7BBB00C1792D /* Animate */ = {
  247. isa = PBXGroup;
  248. children = (
  249. 04582A502DC211F100C1792D /* keyboard_dialog_loading.json */,
  250. 04582A4C2DC1CFBC00C1792D /* keyboard_loading.json */,
  251. 04582A312DBF6C0800C1792D /* heart.json */,
  252. 04582A1A2DBB7BDD00C1792D /* vip_button.json */,
  253. );
  254. path = Animate;
  255. sourceTree = "<group>";
  256. };
  257. 04582A2D2DBF5B3000C1792D /* MainView */ = {
  258. isa = PBXGroup;
  259. children = (
  260. 04582A0F2DBB39A700C1792D /* KeyboardBaseView.swift */,
  261. 045829AD2DB8DD2200C1792D /* KeyboardHelpView.swift */,
  262. 04582A082DB9EBFC00C1792D /* KeyboardTeachView.swift */,
  263. 04582A2F2DBF5B6700C1792D /* KeyboardPrologueView.swift */,
  264. );
  265. path = MainView;
  266. sourceTree = "<group>";
  267. };
  268. 04582A2E2DBF5B4000C1792D /* PopView */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 04582A062DB8F9A300C1792D /* KeyboardFunctionPopView.swift */,
  272. 04582A332DBF6CB800C1792D /* KeyboardExchangeView.swift */,
  273. 04582A132DBB67FB00C1792D /* KeyboardLoginTipView.swift */,
  274. 04582A152DBB681100C1792D /* KeyboardVipTipView.swift */,
  275. 04582A1E2DBF227900C1792D /* KeyboardMenuView.swift */,
  276. );
  277. path = PopView;
  278. sourceTree = "<group>";
  279. };
  280. 04582A352DBF6F7700C1792D /* Cell */ = {
  281. isa = PBXGroup;
  282. children = (
  283. 04582A362DBF6F8200C1792D /* KeyboardExchangeCell.swift */,
  284. 045829FD2DB8E6D300C1792D /* KeyboardCharacterCell.swift */,
  285. 04582A382DBF820D00C1792D /* KeyboardTeachDialogueCell.swift */,
  286. );
  287. path = Cell;
  288. sourceTree = "<group>";
  289. };
  290. 04582A3E2DBF8FBB00C1792D /* Network */ = {
  291. isa = PBXGroup;
  292. children = (
  293. 04582A412DBF910400C1792D /* KeyboardApi.swift */,
  294. 04582A3F2DBF8FD500C1792D /* KeyboardNetworkManager.swift */,
  295. 04582A432DBF964400C1792D /* KeyboardBaseResponse.swift */,
  296. );
  297. path = Network;
  298. sourceTree = "<group>";
  299. };
  300. 04582A452DC07EB700C1792D /* Model */ = {
  301. isa = PBXGroup;
  302. children = (
  303. 04582A462DC07ECA00C1792D /* KeyboardModel.swift */,
  304. 04582A482DC07ED100C1792D /* UserModel.swift */,
  305. 04582A4A2DC0BDA100C1792D /* CharacterModel.swift */,
  306. 04582A4E2DC203DD00C1792D /* ChatModel.swift */,
  307. 04582A522DC227E700C1792D /* PrologueModel.swift */,
  308. );
  309. path = Model;
  310. sourceTree = "<group>";
  311. };
  312. 0E6767BCD381C831C55C33A7 /* Pods */ = {
  313. isa = PBXGroup;
  314. children = (
  315. D50315B08E93289C08ED808C /* Pods-Runner.debug.xcconfig */,
  316. A7713E7B7C46A90C0E007A95 /* Pods-Runner.release.xcconfig */,
  317. AE0B4B7AEB1E675ABA762EA2 /* Pods-Runner.profile.xcconfig */,
  318. 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */,
  319. 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */,
  320. B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */,
  321. 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */,
  322. 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */,
  323. 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.xcconfig */,
  324. );
  325. path = Pods;
  326. sourceTree = "<group>";
  327. };
  328. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  329. isa = PBXGroup;
  330. children = (
  331. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  332. );
  333. path = RunnerTests;
  334. sourceTree = "<group>";
  335. };
  336. 3B6778B85F59D91D94442F72 /* Frameworks */ = {
  337. isa = PBXGroup;
  338. children = (
  339. C33B8387B7ED09CA498E0EC7 /* Pods_Runner.framework */,
  340. B77EC1F8B12A295BD1DC6742 /* Pods_RunnerTests.framework */,
  341. 0B5EF92DE43959D6CF5B50A3 /* Pods_AiKeyboard.framework */,
  342. );
  343. name = Frameworks;
  344. sourceTree = "<group>";
  345. };
  346. 9740EEB11CF90186004384FC /* Flutter */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  350. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  351. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  352. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  353. );
  354. name = Flutter;
  355. sourceTree = "<group>";
  356. };
  357. 97C146E51CF9000F007C117D = {
  358. isa = PBXGroup;
  359. children = (
  360. 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */,
  361. 9740EEB11CF90186004384FC /* Flutter */,
  362. 97C146F01CF9000F007C117D /* Runner */,
  363. 045828712DB897D400C1792D /* AiKeyboard */,
  364. 97C146EF1CF9000F007C117D /* Products */,
  365. 331C8082294A63A400263BE5 /* RunnerTests */,
  366. 0E6767BCD381C831C55C33A7 /* Pods */,
  367. 3B6778B85F59D91D94442F72 /* Frameworks */,
  368. );
  369. sourceTree = "<group>";
  370. };
  371. 97C146EF1CF9000F007C117D /* Products */ = {
  372. isa = PBXGroup;
  373. children = (
  374. 97C146EE1CF9000F007C117D /* Runner.app */,
  375. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  376. 045828702DB897D400C1792D /* AiKeyboard.appex */,
  377. );
  378. name = Products;
  379. sourceTree = "<group>";
  380. };
  381. 97C146F01CF9000F007C117D /* Runner */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 043D62352DCB0DF8005D12EE /* Runner.entitlements */,
  385. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  386. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  387. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  388. 97C147021CF9000F007C117D /* Info.plist */,
  389. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  390. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  391. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  392. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  393. );
  394. path = Runner;
  395. sourceTree = "<group>";
  396. };
  397. /* End PBXGroup section */
  398. /* Begin PBXNativeTarget section */
  399. 0458286F2DB897D400C1792D /* AiKeyboard */ = {
  400. isa = PBXNativeTarget;
  401. buildConfigurationList = 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */;
  402. buildPhases = (
  403. 2C11AF6EBCEAB3BA2F41A35A /* [CP] Check Pods Manifest.lock */,
  404. 0458286C2DB897D400C1792D /* Sources */,
  405. 0458286D2DB897D400C1792D /* Frameworks */,
  406. 0458286E2DB897D400C1792D /* Resources */,
  407. );
  408. buildRules = (
  409. );
  410. dependencies = (
  411. );
  412. name = AiKeyboard;
  413. productName = AiKeyboard;
  414. productReference = 045828702DB897D400C1792D /* AiKeyboard.appex */;
  415. productType = "com.apple.product-type.app-extension";
  416. };
  417. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  418. isa = PBXNativeTarget;
  419. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  420. buildPhases = (
  421. 2333A49A9A45CAC5393CF828 /* [CP] Check Pods Manifest.lock */,
  422. 331C807D294A63A400263BE5 /* Sources */,
  423. 331C807F294A63A400263BE5 /* Resources */,
  424. D0B1A104582AC938612AE6B7 /* Frameworks */,
  425. );
  426. buildRules = (
  427. );
  428. dependencies = (
  429. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  430. );
  431. name = RunnerTests;
  432. productName = RunnerTests;
  433. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  434. productType = "com.apple.product-type.bundle.unit-test";
  435. };
  436. 97C146ED1CF9000F007C117D /* Runner */ = {
  437. isa = PBXNativeTarget;
  438. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  439. buildPhases = (
  440. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */,
  441. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  442. 0458287C2DB897D400C1792D /* Embed Foundation Extensions */,
  443. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */,
  444. 9740EEB61CF901F6004384FC /* Run Script */,
  445. 97C146EA1CF9000F007C117D /* Sources */,
  446. 97C146EB1CF9000F007C117D /* Frameworks */,
  447. 97C146EC1CF9000F007C117D /* Resources */,
  448. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  449. );
  450. buildRules = (
  451. );
  452. dependencies = (
  453. 045828762DB897D400C1792D /* PBXTargetDependency */,
  454. );
  455. name = Runner;
  456. productName = Runner;
  457. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  458. productType = "com.apple.product-type.application";
  459. };
  460. /* End PBXNativeTarget section */
  461. /* Begin PBXProject section */
  462. 97C146E61CF9000F007C117D /* Project object */ = {
  463. isa = PBXProject;
  464. attributes = {
  465. BuildIndependentTargetsInParallel = YES;
  466. LastSwiftUpdateCheck = 1500;
  467. LastUpgradeCheck = 1510;
  468. ORGANIZATIONNAME = "";
  469. TargetAttributes = {
  470. 0458286F2DB897D400C1792D = {
  471. CreatedOnToolsVersion = 15.0.1;
  472. };
  473. 331C8080294A63A400263BE5 = {
  474. CreatedOnToolsVersion = 14.0;
  475. TestTargetID = 97C146ED1CF9000F007C117D;
  476. };
  477. 97C146ED1CF9000F007C117D = {
  478. CreatedOnToolsVersion = 7.3.1;
  479. LastSwiftMigration = 1100;
  480. };
  481. };
  482. };
  483. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  484. compatibilityVersion = "Xcode 9.3";
  485. developmentRegion = en;
  486. hasScannedForEncodings = 0;
  487. knownRegions = (
  488. en,
  489. Base,
  490. );
  491. mainGroup = 97C146E51CF9000F007C117D;
  492. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  493. projectDirPath = "";
  494. projectRoot = "";
  495. targets = (
  496. 97C146ED1CF9000F007C117D /* Runner */,
  497. 331C8080294A63A400263BE5 /* RunnerTests */,
  498. 0458286F2DB897D400C1792D /* AiKeyboard */,
  499. );
  500. };
  501. /* End PBXProject section */
  502. /* Begin PBXResourcesBuildPhase section */
  503. 0458286E2DB897D400C1792D /* Resources */ = {
  504. isa = PBXResourcesBuildPhase;
  505. buildActionMask = 2147483647;
  506. files = (
  507. 04582A2C2DBF2A4E00C1792D /* 淘宝买菜体.ttf in Resources */,
  508. 04582A1B2DBB7BDD00C1792D /* vip_button.json in Resources */,
  509. 04582A4D2DC1CFBC00C1792D /* keyboard_loading.json in Resources */,
  510. 04582A512DC211F100C1792D /* keyboard_dialog_loading.json in Resources */,
  511. 04582A322DBF6C0800C1792D /* heart.json in Resources */,
  512. 045828C92DB89ABE00C1792D /* Media.xcassets in Resources */,
  513. );
  514. runOnlyForDeploymentPostprocessing = 0;
  515. };
  516. 331C807F294A63A400263BE5 /* Resources */ = {
  517. isa = PBXResourcesBuildPhase;
  518. buildActionMask = 2147483647;
  519. files = (
  520. );
  521. runOnlyForDeploymentPostprocessing = 0;
  522. };
  523. 97C146EC1CF9000F007C117D /* Resources */ = {
  524. isa = PBXResourcesBuildPhase;
  525. buildActionMask = 2147483647;
  526. files = (
  527. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  528. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  529. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  530. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  531. );
  532. runOnlyForDeploymentPostprocessing = 0;
  533. };
  534. /* End PBXResourcesBuildPhase section */
  535. /* Begin PBXShellScriptBuildPhase section */
  536. 2333A49A9A45CAC5393CF828 /* [CP] Check Pods Manifest.lock */ = {
  537. isa = PBXShellScriptBuildPhase;
  538. buildActionMask = 2147483647;
  539. files = (
  540. );
  541. inputFileListPaths = (
  542. );
  543. inputPaths = (
  544. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  545. "${PODS_ROOT}/Manifest.lock",
  546. );
  547. name = "[CP] Check Pods Manifest.lock";
  548. outputFileListPaths = (
  549. );
  550. outputPaths = (
  551. "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
  552. );
  553. runOnlyForDeploymentPostprocessing = 0;
  554. shellPath = /bin/sh;
  555. 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";
  556. showEnvVarsInLog = 0;
  557. };
  558. 2C11AF6EBCEAB3BA2F41A35A /* [CP] Check Pods Manifest.lock */ = {
  559. isa = PBXShellScriptBuildPhase;
  560. buildActionMask = 2147483647;
  561. files = (
  562. );
  563. inputFileListPaths = (
  564. );
  565. inputPaths = (
  566. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  567. "${PODS_ROOT}/Manifest.lock",
  568. );
  569. name = "[CP] Check Pods Manifest.lock";
  570. outputFileListPaths = (
  571. );
  572. outputPaths = (
  573. "$(DERIVED_FILE_DIR)/Pods-AiKeyboard-checkManifestLockResult.txt",
  574. );
  575. runOnlyForDeploymentPostprocessing = 0;
  576. shellPath = /bin/sh;
  577. 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";
  578. showEnvVarsInLog = 0;
  579. };
  580. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  581. isa = PBXShellScriptBuildPhase;
  582. alwaysOutOfDate = 1;
  583. buildActionMask = 2147483647;
  584. files = (
  585. );
  586. inputPaths = (
  587. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  588. );
  589. name = "Thin Binary";
  590. outputPaths = (
  591. );
  592. runOnlyForDeploymentPostprocessing = 0;
  593. shellPath = /bin/sh;
  594. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  595. };
  596. 9740EEB61CF901F6004384FC /* Run Script */ = {
  597. isa = PBXShellScriptBuildPhase;
  598. alwaysOutOfDate = 1;
  599. buildActionMask = 2147483647;
  600. files = (
  601. );
  602. inputPaths = (
  603. );
  604. name = "Run Script";
  605. outputPaths = (
  606. );
  607. runOnlyForDeploymentPostprocessing = 0;
  608. shellPath = /bin/sh;
  609. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  610. };
  611. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  612. isa = PBXShellScriptBuildPhase;
  613. buildActionMask = 2147483647;
  614. files = (
  615. );
  616. inputFileListPaths = (
  617. );
  618. inputPaths = (
  619. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  620. "${PODS_ROOT}/Manifest.lock",
  621. );
  622. name = "[CP] Check Pods Manifest.lock";
  623. outputFileListPaths = (
  624. );
  625. outputPaths = (
  626. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  627. );
  628. runOnlyForDeploymentPostprocessing = 0;
  629. shellPath = /bin/sh;
  630. 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";
  631. showEnvVarsInLog = 0;
  632. };
  633. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  634. isa = PBXShellScriptBuildPhase;
  635. buildActionMask = 2147483647;
  636. files = (
  637. );
  638. inputFileListPaths = (
  639. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  640. );
  641. name = "[CP] Embed Pods Frameworks";
  642. outputFileListPaths = (
  643. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  644. );
  645. runOnlyForDeploymentPostprocessing = 0;
  646. shellPath = /bin/sh;
  647. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  648. showEnvVarsInLog = 0;
  649. };
  650. /* End PBXShellScriptBuildPhase section */
  651. /* Begin PBXSourcesBuildPhase section */
  652. 0458286C2DB897D400C1792D /* Sources */ = {
  653. isa = PBXSourcesBuildPhase;
  654. buildActionMask = 2147483647;
  655. files = (
  656. 04582A072DB8F9A300C1792D /* KeyboardFunctionPopView.swift in Sources */,
  657. 04582A342DBF6CB800C1792D /* KeyboardExchangeView.swift in Sources */,
  658. 04582A032DB8F24100C1792D /* UIButton+Extension.swift in Sources */,
  659. 04582A162DBB681100C1792D /* KeyboardVipTipView.swift in Sources */,
  660. 04582A0E2DBB2DE400C1792D /* String+Extension.swift in Sources */,
  661. 045828732DB897D400C1792D /* KeyboardViewController.swift in Sources */,
  662. 04582A402DBF8FD500C1792D /* KeyboardNetworkManager.swift in Sources */,
  663. 045829FE2DB8E6D300C1792D /* KeyboardCharacterCell.swift in Sources */,
  664. 04582A4F2DC203DD00C1792D /* ChatModel.swift in Sources */,
  665. 04582A492DC07ED100C1792D /* UserModel.swift in Sources */,
  666. 04582A472DC07ECA00C1792D /* KeyboardModel.swift in Sources */,
  667. 04582A052DB8F26200C1792D /* UIView+Extension.swift in Sources */,
  668. 04582A532DC227E700C1792D /* PrologueModel.swift in Sources */,
  669. 04582A092DB9EBFC00C1792D /* KeyboardTeachView.swift in Sources */,
  670. 043D62382DCB0F80005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  671. 04582A422DBF910400C1792D /* KeyboardApi.swift in Sources */,
  672. 04582A142DBB67FB00C1792D /* KeyboardLoginTipView.swift in Sources */,
  673. 045829AE2DB8DD2200C1792D /* KeyboardHelpView.swift in Sources */,
  674. 04582A012DB8EBC700C1792D /* KeyboardConst.swift in Sources */,
  675. 04582A122DBB642C00C1792D /* UILabel+Extension.swift in Sources */,
  676. 04582A372DBF6F8300C1792D /* KeyboardExchangeCell.swift in Sources */,
  677. 045828CC2DB8C62100C1792D /* UIColor+Extension.swift in Sources */,
  678. 04582A4B2DC0BDA100C1792D /* CharacterModel.swift in Sources */,
  679. 04582A102DBB39A700C1792D /* KeyboardBaseView.swift in Sources */,
  680. 04582A182DBB6CFA00C1792D /* UIImage+Extension.swift in Sources */,
  681. 04582A302DBF5B6700C1792D /* KeyboardPrologueView.swift in Sources */,
  682. 04582A442DBF964400C1792D /* KeyboardBaseResponse.swift in Sources */,
  683. 04582A1F2DBF227900C1792D /* KeyboardMenuView.swift in Sources */,
  684. 04582A392DBF820D00C1792D /* KeyboardTeachDialogueCell.swift in Sources */,
  685. );
  686. runOnlyForDeploymentPostprocessing = 0;
  687. };
  688. 331C807D294A63A400263BE5 /* Sources */ = {
  689. isa = PBXSourcesBuildPhase;
  690. buildActionMask = 2147483647;
  691. files = (
  692. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  693. );
  694. runOnlyForDeploymentPostprocessing = 0;
  695. };
  696. 97C146EA1CF9000F007C117D /* Sources */ = {
  697. isa = PBXSourcesBuildPhase;
  698. buildActionMask = 2147483647;
  699. files = (
  700. 043D62372DCB0E7A005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  701. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  702. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  703. );
  704. runOnlyForDeploymentPostprocessing = 0;
  705. };
  706. /* End PBXSourcesBuildPhase section */
  707. /* Begin PBXTargetDependency section */
  708. 045828762DB897D400C1792D /* PBXTargetDependency */ = {
  709. isa = PBXTargetDependency;
  710. target = 0458286F2DB897D400C1792D /* AiKeyboard */;
  711. targetProxy = 045828752DB897D400C1792D /* PBXContainerItemProxy */;
  712. };
  713. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  714. isa = PBXTargetDependency;
  715. target = 97C146ED1CF9000F007C117D /* Runner */;
  716. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  717. };
  718. /* End PBXTargetDependency section */
  719. /* Begin PBXVariantGroup section */
  720. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  721. isa = PBXVariantGroup;
  722. children = (
  723. 97C146FB1CF9000F007C117D /* Base */,
  724. );
  725. name = Main.storyboard;
  726. sourceTree = "<group>";
  727. };
  728. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  729. isa = PBXVariantGroup;
  730. children = (
  731. 97C147001CF9000F007C117D /* Base */,
  732. );
  733. name = LaunchScreen.storyboard;
  734. sourceTree = "<group>";
  735. };
  736. /* End PBXVariantGroup section */
  737. /* Begin XCBuildConfiguration section */
  738. 045828792DB897D400C1792D /* Debug */ = {
  739. isa = XCBuildConfiguration;
  740. baseConfigurationReference = 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */;
  741. buildSettings = {
  742. APPLICATION_EXTENSION_API_ONLY = YES;
  743. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  744. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  745. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  746. CLANG_ENABLE_OBJC_WEAK = YES;
  747. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  748. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  749. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  750. CODE_SIGN_STYLE = Automatic;
  751. CURRENT_PROJECT_VERSION = 1;
  752. DEVELOPMENT_TEAM = XNBM7JZRCC;
  753. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  754. GCC_C_LANGUAGE_STANDARD = gnu17;
  755. GENERATE_INFOPLIST_FILE = YES;
  756. INFOPLIST_FILE = AiKeyboard/Info.plist;
  757. INFOPLIST_KEY_CFBundleDisplayName = AiKeyboard;
  758. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  759. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  760. LD_RUNPATH_SEARCH_PATHS = (
  761. "$(inherited)",
  762. "@executable_path/Frameworks",
  763. "@executable_path/../../Frameworks",
  764. );
  765. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  766. MARKETING_VERSION = 1.0;
  767. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  768. MTL_FAST_MATH = YES;
  769. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo.AiKeyboard;
  770. PRODUCT_NAME = "$(TARGET_NAME)";
  771. SKIP_INSTALL = YES;
  772. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  773. SWIFT_EMIT_LOC_STRINGS = YES;
  774. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  775. SWIFT_VERSION = 5.0;
  776. TARGETED_DEVICE_FAMILY = "1,2";
  777. };
  778. name = Debug;
  779. };
  780. 0458287A2DB897D400C1792D /* Release */ = {
  781. isa = XCBuildConfiguration;
  782. baseConfigurationReference = 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */;
  783. buildSettings = {
  784. APPLICATION_EXTENSION_API_ONLY = YES;
  785. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  786. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  787. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  788. CLANG_ENABLE_OBJC_WEAK = YES;
  789. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  790. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  791. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  792. CODE_SIGN_STYLE = Automatic;
  793. CURRENT_PROJECT_VERSION = 1;
  794. DEVELOPMENT_TEAM = XNBM7JZRCC;
  795. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  796. GCC_C_LANGUAGE_STANDARD = gnu17;
  797. GENERATE_INFOPLIST_FILE = YES;
  798. INFOPLIST_FILE = AiKeyboard/Info.plist;
  799. INFOPLIST_KEY_CFBundleDisplayName = AiKeyboard;
  800. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  801. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  802. LD_RUNPATH_SEARCH_PATHS = (
  803. "$(inherited)",
  804. "@executable_path/Frameworks",
  805. "@executable_path/../../Frameworks",
  806. );
  807. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  808. MARKETING_VERSION = 1.0;
  809. MTL_FAST_MATH = YES;
  810. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo.AiKeyboard;
  811. PRODUCT_NAME = "$(TARGET_NAME)";
  812. SKIP_INSTALL = YES;
  813. SWIFT_EMIT_LOC_STRINGS = YES;
  814. SWIFT_VERSION = 5.0;
  815. TARGETED_DEVICE_FAMILY = "1,2";
  816. };
  817. name = Release;
  818. };
  819. 0458287B2DB897D400C1792D /* Profile */ = {
  820. isa = XCBuildConfiguration;
  821. baseConfigurationReference = 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.xcconfig */;
  822. buildSettings = {
  823. APPLICATION_EXTENSION_API_ONLY = YES;
  824. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  825. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  826. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  827. CLANG_ENABLE_OBJC_WEAK = YES;
  828. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  829. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  830. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  831. CODE_SIGN_STYLE = Automatic;
  832. CURRENT_PROJECT_VERSION = 1;
  833. DEVELOPMENT_TEAM = XNBM7JZRCC;
  834. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  835. GCC_C_LANGUAGE_STANDARD = gnu17;
  836. GENERATE_INFOPLIST_FILE = YES;
  837. INFOPLIST_FILE = AiKeyboard/Info.plist;
  838. INFOPLIST_KEY_CFBundleDisplayName = AiKeyboard;
  839. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  840. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  841. LD_RUNPATH_SEARCH_PATHS = (
  842. "$(inherited)",
  843. "@executable_path/Frameworks",
  844. "@executable_path/../../Frameworks",
  845. );
  846. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  847. MARKETING_VERSION = 1.0;
  848. MTL_FAST_MATH = YES;
  849. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo.AiKeyboard;
  850. PRODUCT_NAME = "$(TARGET_NAME)";
  851. SKIP_INSTALL = YES;
  852. SWIFT_EMIT_LOC_STRINGS = YES;
  853. SWIFT_VERSION = 5.0;
  854. TARGETED_DEVICE_FAMILY = "1,2";
  855. };
  856. name = Profile;
  857. };
  858. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  859. isa = XCBuildConfiguration;
  860. buildSettings = {
  861. ALWAYS_SEARCH_USER_PATHS = NO;
  862. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  863. CLANG_ANALYZER_NONNULL = YES;
  864. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  865. CLANG_CXX_LIBRARY = "libc++";
  866. CLANG_ENABLE_MODULES = YES;
  867. CLANG_ENABLE_OBJC_ARC = YES;
  868. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  869. CLANG_WARN_BOOL_CONVERSION = YES;
  870. CLANG_WARN_COMMA = YES;
  871. CLANG_WARN_CONSTANT_CONVERSION = YES;
  872. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  873. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  874. CLANG_WARN_EMPTY_BODY = YES;
  875. CLANG_WARN_ENUM_CONVERSION = YES;
  876. CLANG_WARN_INFINITE_RECURSION = YES;
  877. CLANG_WARN_INT_CONVERSION = YES;
  878. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  879. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  880. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  881. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  882. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  883. CLANG_WARN_STRICT_PROTOTYPES = YES;
  884. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  885. CLANG_WARN_UNREACHABLE_CODE = YES;
  886. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  887. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  888. COPY_PHASE_STRIP = NO;
  889. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  890. ENABLE_NS_ASSERTIONS = NO;
  891. ENABLE_STRICT_OBJC_MSGSEND = YES;
  892. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  893. GCC_C_LANGUAGE_STANDARD = gnu99;
  894. GCC_NO_COMMON_BLOCKS = YES;
  895. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  896. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  897. GCC_WARN_UNDECLARED_SELECTOR = YES;
  898. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  899. GCC_WARN_UNUSED_FUNCTION = YES;
  900. GCC_WARN_UNUSED_VARIABLE = YES;
  901. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  902. MTL_ENABLE_DEBUG_INFO = NO;
  903. SDKROOT = iphoneos;
  904. SUPPORTED_PLATFORMS = iphoneos;
  905. TARGETED_DEVICE_FAMILY = "1,2";
  906. VALIDATE_PRODUCT = YES;
  907. };
  908. name = Profile;
  909. };
  910. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  911. isa = XCBuildConfiguration;
  912. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  913. buildSettings = {
  914. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  915. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  916. CLANG_ENABLE_MODULES = YES;
  917. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  918. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  919. DEVELOPMENT_TEAM = XNBM7JZRCC;
  920. ENABLE_BITCODE = NO;
  921. INFOPLIST_FILE = Runner/Info.plist;
  922. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  923. LD_RUNPATH_SEARCH_PATHS = (
  924. "$(inherited)",
  925. "@executable_path/Frameworks",
  926. );
  927. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo;
  928. PRODUCT_NAME = "$(TARGET_NAME)";
  929. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  930. SWIFT_VERSION = 5.0;
  931. VERSIONING_SYSTEM = "apple-generic";
  932. };
  933. name = Profile;
  934. };
  935. 331C8088294A63A400263BE5 /* Debug */ = {
  936. isa = XCBuildConfiguration;
  937. baseConfigurationReference = 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */;
  938. buildSettings = {
  939. BUNDLE_LOADER = "$(TEST_HOST)";
  940. CODE_SIGN_STYLE = Automatic;
  941. CURRENT_PROJECT_VERSION = 1;
  942. GENERATE_INFOPLIST_FILE = YES;
  943. MARKETING_VERSION = 1.0;
  944. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  945. PRODUCT_NAME = "$(TARGET_NAME)";
  946. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  947. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  948. SWIFT_VERSION = 5.0;
  949. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  950. };
  951. name = Debug;
  952. };
  953. 331C8089294A63A400263BE5 /* Release */ = {
  954. isa = XCBuildConfiguration;
  955. baseConfigurationReference = 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */;
  956. buildSettings = {
  957. BUNDLE_LOADER = "$(TEST_HOST)";
  958. CODE_SIGN_STYLE = Automatic;
  959. CURRENT_PROJECT_VERSION = 1;
  960. GENERATE_INFOPLIST_FILE = YES;
  961. MARKETING_VERSION = 1.0;
  962. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  963. PRODUCT_NAME = "$(TARGET_NAME)";
  964. SWIFT_VERSION = 5.0;
  965. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  966. };
  967. name = Release;
  968. };
  969. 331C808A294A63A400263BE5 /* Profile */ = {
  970. isa = XCBuildConfiguration;
  971. baseConfigurationReference = B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */;
  972. buildSettings = {
  973. BUNDLE_LOADER = "$(TEST_HOST)";
  974. CODE_SIGN_STYLE = Automatic;
  975. CURRENT_PROJECT_VERSION = 1;
  976. GENERATE_INFOPLIST_FILE = YES;
  977. MARKETING_VERSION = 1.0;
  978. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  979. PRODUCT_NAME = "$(TARGET_NAME)";
  980. SWIFT_VERSION = 5.0;
  981. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  982. };
  983. name = Profile;
  984. };
  985. 97C147031CF9000F007C117D /* Debug */ = {
  986. isa = XCBuildConfiguration;
  987. buildSettings = {
  988. ALWAYS_SEARCH_USER_PATHS = NO;
  989. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  990. CLANG_ANALYZER_NONNULL = YES;
  991. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  992. CLANG_CXX_LIBRARY = "libc++";
  993. CLANG_ENABLE_MODULES = YES;
  994. CLANG_ENABLE_OBJC_ARC = YES;
  995. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  996. CLANG_WARN_BOOL_CONVERSION = YES;
  997. CLANG_WARN_COMMA = YES;
  998. CLANG_WARN_CONSTANT_CONVERSION = YES;
  999. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1000. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1001. CLANG_WARN_EMPTY_BODY = YES;
  1002. CLANG_WARN_ENUM_CONVERSION = YES;
  1003. CLANG_WARN_INFINITE_RECURSION = YES;
  1004. CLANG_WARN_INT_CONVERSION = YES;
  1005. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1006. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1007. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1008. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1009. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1010. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1011. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1012. CLANG_WARN_UNREACHABLE_CODE = YES;
  1013. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1014. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1015. COPY_PHASE_STRIP = NO;
  1016. DEBUG_INFORMATION_FORMAT = dwarf;
  1017. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1018. ENABLE_TESTABILITY = YES;
  1019. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1020. GCC_C_LANGUAGE_STANDARD = gnu99;
  1021. GCC_DYNAMIC_NO_PIC = NO;
  1022. GCC_NO_COMMON_BLOCKS = YES;
  1023. GCC_OPTIMIZATION_LEVEL = 0;
  1024. GCC_PREPROCESSOR_DEFINITIONS = (
  1025. "DEBUG=1",
  1026. "$(inherited)",
  1027. );
  1028. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1029. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1030. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1031. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1032. GCC_WARN_UNUSED_FUNCTION = YES;
  1033. GCC_WARN_UNUSED_VARIABLE = YES;
  1034. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1035. MTL_ENABLE_DEBUG_INFO = YES;
  1036. ONLY_ACTIVE_ARCH = YES;
  1037. SDKROOT = iphoneos;
  1038. TARGETED_DEVICE_FAMILY = "1,2";
  1039. };
  1040. name = Debug;
  1041. };
  1042. 97C147041CF9000F007C117D /* Release */ = {
  1043. isa = XCBuildConfiguration;
  1044. buildSettings = {
  1045. ALWAYS_SEARCH_USER_PATHS = NO;
  1046. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1047. CLANG_ANALYZER_NONNULL = YES;
  1048. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1049. CLANG_CXX_LIBRARY = "libc++";
  1050. CLANG_ENABLE_MODULES = YES;
  1051. CLANG_ENABLE_OBJC_ARC = YES;
  1052. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1053. CLANG_WARN_BOOL_CONVERSION = YES;
  1054. CLANG_WARN_COMMA = YES;
  1055. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1056. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1057. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1058. CLANG_WARN_EMPTY_BODY = YES;
  1059. CLANG_WARN_ENUM_CONVERSION = YES;
  1060. CLANG_WARN_INFINITE_RECURSION = YES;
  1061. CLANG_WARN_INT_CONVERSION = YES;
  1062. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1063. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1064. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1065. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1066. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1067. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1068. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1069. CLANG_WARN_UNREACHABLE_CODE = YES;
  1070. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1071. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1072. COPY_PHASE_STRIP = NO;
  1073. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1074. ENABLE_NS_ASSERTIONS = NO;
  1075. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1076. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1077. GCC_C_LANGUAGE_STANDARD = gnu99;
  1078. GCC_NO_COMMON_BLOCKS = YES;
  1079. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1080. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1081. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1082. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1083. GCC_WARN_UNUSED_FUNCTION = YES;
  1084. GCC_WARN_UNUSED_VARIABLE = YES;
  1085. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1086. MTL_ENABLE_DEBUG_INFO = NO;
  1087. SDKROOT = iphoneos;
  1088. SUPPORTED_PLATFORMS = iphoneos;
  1089. SWIFT_COMPILATION_MODE = wholemodule;
  1090. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1091. TARGETED_DEVICE_FAMILY = "1,2";
  1092. VALIDATE_PRODUCT = YES;
  1093. };
  1094. name = Release;
  1095. };
  1096. 97C147061CF9000F007C117D /* Debug */ = {
  1097. isa = XCBuildConfiguration;
  1098. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  1099. buildSettings = {
  1100. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1101. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1102. CLANG_ENABLE_MODULES = YES;
  1103. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1104. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1105. DEVELOPMENT_TEAM = XNBM7JZRCC;
  1106. ENABLE_BITCODE = NO;
  1107. INFOPLIST_FILE = Runner/Info.plist;
  1108. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1109. LD_RUNPATH_SEARCH_PATHS = (
  1110. "$(inherited)",
  1111. "@executable_path/Frameworks",
  1112. );
  1113. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo;
  1114. PRODUCT_NAME = "$(TARGET_NAME)";
  1115. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1116. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1117. SWIFT_VERSION = 5.0;
  1118. VERSIONING_SYSTEM = "apple-generic";
  1119. };
  1120. name = Debug;
  1121. };
  1122. 97C147071CF9000F007C117D /* Release */ = {
  1123. isa = XCBuildConfiguration;
  1124. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1125. buildSettings = {
  1126. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1127. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1128. CLANG_ENABLE_MODULES = YES;
  1129. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1130. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1131. DEVELOPMENT_TEAM = XNBM7JZRCC;
  1132. ENABLE_BITCODE = NO;
  1133. INFOPLIST_FILE = Runner/Info.plist;
  1134. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1135. LD_RUNPATH_SEARCH_PATHS = (
  1136. "$(inherited)",
  1137. "@executable_path/Frameworks",
  1138. );
  1139. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.demo;
  1140. PRODUCT_NAME = "$(TARGET_NAME)";
  1141. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1142. SWIFT_VERSION = 5.0;
  1143. VERSIONING_SYSTEM = "apple-generic";
  1144. };
  1145. name = Release;
  1146. };
  1147. /* End XCBuildConfiguration section */
  1148. /* Begin XCConfigurationList section */
  1149. 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */ = {
  1150. isa = XCConfigurationList;
  1151. buildConfigurations = (
  1152. 045828792DB897D400C1792D /* Debug */,
  1153. 0458287A2DB897D400C1792D /* Release */,
  1154. 0458287B2DB897D400C1792D /* Profile */,
  1155. );
  1156. defaultConfigurationIsVisible = 0;
  1157. defaultConfigurationName = Release;
  1158. };
  1159. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  1160. isa = XCConfigurationList;
  1161. buildConfigurations = (
  1162. 331C8088294A63A400263BE5 /* Debug */,
  1163. 331C8089294A63A400263BE5 /* Release */,
  1164. 331C808A294A63A400263BE5 /* Profile */,
  1165. );
  1166. defaultConfigurationIsVisible = 0;
  1167. defaultConfigurationName = Release;
  1168. };
  1169. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  1170. isa = XCConfigurationList;
  1171. buildConfigurations = (
  1172. 97C147031CF9000F007C117D /* Debug */,
  1173. 97C147041CF9000F007C117D /* Release */,
  1174. 249021D3217E4FDB00AE95B9 /* Profile */,
  1175. );
  1176. defaultConfigurationIsVisible = 0;
  1177. defaultConfigurationName = Release;
  1178. };
  1179. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  1180. isa = XCConfigurationList;
  1181. buildConfigurations = (
  1182. 97C147061CF9000F007C117D /* Debug */,
  1183. 97C147071CF9000F007C117D /* Release */,
  1184. 249021D4217E4FDB00AE95B9 /* Profile */,
  1185. );
  1186. defaultConfigurationIsVisible = 0;
  1187. defaultConfigurationName = Release;
  1188. };
  1189. /* End XCConfigurationList section */
  1190. };
  1191. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  1192. }