project.pbxproj 63 KB

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