project.pbxproj 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  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. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  680. isa = PBXShellScriptBuildPhase;
  681. buildActionMask = 2147483647;
  682. files = (
  683. );
  684. inputFileListPaths = (
  685. );
  686. inputPaths = (
  687. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  688. "${PODS_ROOT}/Manifest.lock",
  689. );
  690. name = "[CP] Check Pods Manifest.lock";
  691. outputFileListPaths = (
  692. );
  693. outputPaths = (
  694. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  695. );
  696. runOnlyForDeploymentPostprocessing = 0;
  697. shellPath = /bin/sh;
  698. 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";
  699. showEnvVarsInLog = 0;
  700. };
  701. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  702. isa = PBXShellScriptBuildPhase;
  703. buildActionMask = 2147483647;
  704. files = (
  705. );
  706. inputFileListPaths = (
  707. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  708. );
  709. name = "[CP] Embed Pods Frameworks";
  710. outputFileListPaths = (
  711. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  712. );
  713. runOnlyForDeploymentPostprocessing = 0;
  714. shellPath = /bin/sh;
  715. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  716. showEnvVarsInLog = 0;
  717. };
  718. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  719. isa = PBXShellScriptBuildPhase;
  720. buildActionMask = 2147483647;
  721. files = (
  722. );
  723. inputFileListPaths = (
  724. );
  725. inputPaths = (
  726. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  727. "${PODS_ROOT}/Manifest.lock",
  728. );
  729. name = "[CP] Check Pods Manifest.lock";
  730. outputFileListPaths = (
  731. );
  732. outputPaths = (
  733. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  734. );
  735. runOnlyForDeploymentPostprocessing = 0;
  736. shellPath = /bin/sh;
  737. 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";
  738. showEnvVarsInLog = 0;
  739. };
  740. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  741. isa = PBXShellScriptBuildPhase;
  742. buildActionMask = 2147483647;
  743. files = (
  744. );
  745. inputFileListPaths = (
  746. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  747. );
  748. name = "[CP] Embed Pods Frameworks";
  749. outputFileListPaths = (
  750. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  751. );
  752. runOnlyForDeploymentPostprocessing = 0;
  753. shellPath = /bin/sh;
  754. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  755. showEnvVarsInLog = 0;
  756. };
  757. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  758. isa = PBXShellScriptBuildPhase;
  759. buildActionMask = 2147483647;
  760. files = (
  761. );
  762. inputFileListPaths = (
  763. );
  764. inputPaths = (
  765. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  766. "${PODS_ROOT}/Manifest.lock",
  767. );
  768. name = "[CP] Check Pods Manifest.lock";
  769. outputFileListPaths = (
  770. );
  771. outputPaths = (
  772. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  773. );
  774. runOnlyForDeploymentPostprocessing = 0;
  775. shellPath = /bin/sh;
  776. 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";
  777. showEnvVarsInLog = 0;
  778. };
  779. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  780. isa = PBXShellScriptBuildPhase;
  781. buildActionMask = 2147483647;
  782. files = (
  783. );
  784. inputFileListPaths = (
  785. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  786. );
  787. name = "[CP] Embed Pods Frameworks";
  788. outputFileListPaths = (
  789. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  790. );
  791. runOnlyForDeploymentPostprocessing = 0;
  792. shellPath = /bin/sh;
  793. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  794. showEnvVarsInLog = 0;
  795. };
  796. /* End PBXShellScriptBuildPhase section */
  797. /* Begin PBXSourcesBuildPhase section */
  798. 0458286C2DB897D400C1792D /* Sources */ = {
  799. isa = PBXSourcesBuildPhase;
  800. buildActionMask = 2147483647;
  801. files = (
  802. 04582A072DB8F9A300C1792D /* KeyboardFunctionPopView.swift in Sources */,
  803. 04582A342DBF6CB800C1792D /* KeyboardExchangeView.swift in Sources */,
  804. 04582A032DB8F24100C1792D /* UIButton+Extension.swift in Sources */,
  805. 04582A162DBB681100C1792D /* KeyboardVipTipView.swift in Sources */,
  806. 04582A0E2DBB2DE400C1792D /* String+Extension.swift in Sources */,
  807. 045828732DB897D400C1792D /* KeyboardViewController.swift in Sources */,
  808. 04582A402DBF8FD500C1792D /* KeyboardNetworkManager.swift in Sources */,
  809. 045829FE2DB8E6D300C1792D /* KeyboardCharacterCell.swift in Sources */,
  810. 04582A4F2DC203DD00C1792D /* ChatModel.swift in Sources */,
  811. 04582A492DC07ED100C1792D /* UserModel.swift in Sources */,
  812. 04582A472DC07ECA00C1792D /* KeyboardModel.swift in Sources */,
  813. 04582A052DB8F26200C1792D /* UIView+Extension.swift in Sources */,
  814. 04582A532DC227E700C1792D /* PrologueModel.swift in Sources */,
  815. 04582A092DB9EBFC00C1792D /* KeyboardTeachView.swift in Sources */,
  816. 043D62382DCB0F80005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  817. FED899712DD1D044001808D5 /* KeyboardTipsPopView.swift in Sources */,
  818. 04582A422DBF910400C1792D /* KeyboardApi.swift in Sources */,
  819. 04582A142DBB67FB00C1792D /* KeyboardLoginTipView.swift in Sources */,
  820. 045829AE2DB8DD2200C1792D /* KeyboardHelpView.swift in Sources */,
  821. 04582A012DB8EBC700C1792D /* KeyboardConst.swift in Sources */,
  822. 04582A122DBB642C00C1792D /* UILabel+Extension.swift in Sources */,
  823. 04582A372DBF6F8300C1792D /* KeyboardExchangeCell.swift in Sources */,
  824. FED899792DD3446A001808D5 /* KeyboardGuideView.swift in Sources */,
  825. 045828CC2DB8C62100C1792D /* UIColor+Extension.swift in Sources */,
  826. 04582A4B2DC0BDA100C1792D /* CharacterModel.swift in Sources */,
  827. 04582A102DBB39A700C1792D /* KeyboardBaseView.swift in Sources */,
  828. 04582A182DBB6CFA00C1792D /* UIImage+Extension.swift in Sources */,
  829. 04582A302DBF5B6700C1792D /* KeyboardPrologueView.swift in Sources */,
  830. 04582A442DBF964400C1792D /* KeyboardBaseResponse.swift in Sources */,
  831. 04582A1F2DBF227900C1792D /* KeyboardMenuView.swift in Sources */,
  832. 04582A392DBF820D00C1792D /* KeyboardTeachDialogueCell.swift in Sources */,
  833. );
  834. runOnlyForDeploymentPostprocessing = 0;
  835. };
  836. 331C807D294A63A400263BE5 /* Sources */ = {
  837. isa = PBXSourcesBuildPhase;
  838. buildActionMask = 2147483647;
  839. files = (
  840. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  841. );
  842. runOnlyForDeploymentPostprocessing = 0;
  843. };
  844. 97C146EA1CF9000F007C117D /* Sources */ = {
  845. isa = PBXSourcesBuildPhase;
  846. buildActionMask = 2147483647;
  847. files = (
  848. 043D62372DCB0E7A005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  849. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  850. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  851. FE8F000A2DCC4D6F00AA2562 /* FlutterMethodChannelManager.swift in Sources */,
  852. );
  853. runOnlyForDeploymentPostprocessing = 0;
  854. };
  855. /* End PBXSourcesBuildPhase section */
  856. /* Begin PBXTargetDependency section */
  857. 045828762DB897D400C1792D /* PBXTargetDependency */ = {
  858. isa = PBXTargetDependency;
  859. target = 0458286F2DB897D400C1792D /* AiKeyboard */;
  860. targetProxy = 045828752DB897D400C1792D /* PBXContainerItemProxy */;
  861. };
  862. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  863. isa = PBXTargetDependency;
  864. target = 97C146ED1CF9000F007C117D /* Runner */;
  865. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  866. };
  867. /* End PBXTargetDependency section */
  868. /* Begin PBXVariantGroup section */
  869. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  870. isa = PBXVariantGroup;
  871. children = (
  872. 97C146FB1CF9000F007C117D /* Base */,
  873. );
  874. name = Main.storyboard;
  875. sourceTree = "<group>";
  876. };
  877. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  878. isa = PBXVariantGroup;
  879. children = (
  880. 97C147001CF9000F007C117D /* Base */,
  881. );
  882. name = LaunchScreen.storyboard;
  883. sourceTree = "<group>";
  884. };
  885. /* End PBXVariantGroup section */
  886. /* Begin XCBuildConfiguration section */
  887. 045828792DB897D400C1792D /* Debug */ = {
  888. isa = XCBuildConfiguration;
  889. baseConfigurationReference = 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */;
  890. buildSettings = {
  891. APPLICATION_EXTENSION_API_ONLY = YES;
  892. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  893. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  894. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  895. CLANG_ENABLE_OBJC_WEAK = YES;
  896. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  897. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  898. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  899. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  900. CODE_SIGN_STYLE = Automatic;
  901. CURRENT_PROJECT_VERSION = 1;
  902. DEVELOPMENT_TEAM = ZX23DXLT68;
  903. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  904. GCC_C_LANGUAGE_STANDARD = gnu17;
  905. GENERATE_INFOPLIST_FILE = YES;
  906. INFOPLIST_FILE = AiKeyboard/Info.plist;
  907. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  908. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  909. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  910. LD_RUNPATH_SEARCH_PATHS = (
  911. "$(inherited)",
  912. "@executable_path/Frameworks",
  913. "@executable_path/../../Frameworks",
  914. );
  915. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  916. MARKETING_VERSION = 1.0;
  917. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  918. MTL_FAST_MATH = YES;
  919. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  920. PRODUCT_NAME = "$(TARGET_NAME)";
  921. SKIP_INSTALL = YES;
  922. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  923. SWIFT_EMIT_LOC_STRINGS = YES;
  924. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  925. SWIFT_VERSION = 5.0;
  926. TARGETED_DEVICE_FAMILY = "1,2";
  927. };
  928. name = Debug;
  929. };
  930. 0458287A2DB897D400C1792D /* Release */ = {
  931. isa = XCBuildConfiguration;
  932. baseConfigurationReference = 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */;
  933. buildSettings = {
  934. APPLICATION_EXTENSION_API_ONLY = YES;
  935. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  936. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  937. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  938. CLANG_ENABLE_OBJC_WEAK = YES;
  939. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  940. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  941. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  942. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  943. CODE_SIGN_STYLE = Automatic;
  944. CURRENT_PROJECT_VERSION = 1;
  945. DEVELOPMENT_TEAM = ZX23DXLT68;
  946. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  947. GCC_C_LANGUAGE_STANDARD = gnu17;
  948. GENERATE_INFOPLIST_FILE = YES;
  949. INFOPLIST_FILE = AiKeyboard/Info.plist;
  950. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  951. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  952. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  953. LD_RUNPATH_SEARCH_PATHS = (
  954. "$(inherited)",
  955. "@executable_path/Frameworks",
  956. "@executable_path/../../Frameworks",
  957. );
  958. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  959. MARKETING_VERSION = 1.0;
  960. MTL_FAST_MATH = YES;
  961. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  962. PRODUCT_NAME = "$(TARGET_NAME)";
  963. SKIP_INSTALL = YES;
  964. SWIFT_EMIT_LOC_STRINGS = YES;
  965. SWIFT_VERSION = 5.0;
  966. TARGETED_DEVICE_FAMILY = "1,2";
  967. };
  968. name = Release;
  969. };
  970. 0458287B2DB897D400C1792D /* Profile */ = {
  971. isa = XCBuildConfiguration;
  972. baseConfigurationReference = 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.xcconfig */;
  973. buildSettings = {
  974. APPLICATION_EXTENSION_API_ONLY = YES;
  975. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  976. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  977. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  978. CLANG_ENABLE_OBJC_WEAK = YES;
  979. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  980. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  981. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  982. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  983. CODE_SIGN_STYLE = Automatic;
  984. CURRENT_PROJECT_VERSION = 1;
  985. DEVELOPMENT_TEAM = ZX23DXLT68;
  986. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  987. GCC_C_LANGUAGE_STANDARD = gnu17;
  988. GENERATE_INFOPLIST_FILE = YES;
  989. INFOPLIST_FILE = AiKeyboard/Info.plist;
  990. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  991. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  992. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  993. LD_RUNPATH_SEARCH_PATHS = (
  994. "$(inherited)",
  995. "@executable_path/Frameworks",
  996. "@executable_path/../../Frameworks",
  997. );
  998. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  999. MARKETING_VERSION = 1.0;
  1000. MTL_FAST_MATH = YES;
  1001. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  1002. PRODUCT_NAME = "$(TARGET_NAME)";
  1003. SKIP_INSTALL = YES;
  1004. SWIFT_EMIT_LOC_STRINGS = YES;
  1005. SWIFT_VERSION = 5.0;
  1006. TARGETED_DEVICE_FAMILY = "1,2";
  1007. };
  1008. name = Profile;
  1009. };
  1010. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  1011. isa = XCBuildConfiguration;
  1012. buildSettings = {
  1013. ALWAYS_SEARCH_USER_PATHS = NO;
  1014. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1015. CLANG_ANALYZER_NONNULL = YES;
  1016. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1017. CLANG_CXX_LIBRARY = "libc++";
  1018. CLANG_ENABLE_MODULES = YES;
  1019. CLANG_ENABLE_OBJC_ARC = YES;
  1020. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1021. CLANG_WARN_BOOL_CONVERSION = YES;
  1022. CLANG_WARN_COMMA = YES;
  1023. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1024. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1025. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1026. CLANG_WARN_EMPTY_BODY = YES;
  1027. CLANG_WARN_ENUM_CONVERSION = YES;
  1028. CLANG_WARN_INFINITE_RECURSION = YES;
  1029. CLANG_WARN_INT_CONVERSION = YES;
  1030. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1031. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1032. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1033. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1034. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1035. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1036. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1037. CLANG_WARN_UNREACHABLE_CODE = YES;
  1038. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1039. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1040. COPY_PHASE_STRIP = NO;
  1041. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1042. ENABLE_NS_ASSERTIONS = NO;
  1043. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1044. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1045. GCC_C_LANGUAGE_STANDARD = gnu99;
  1046. GCC_NO_COMMON_BLOCKS = YES;
  1047. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1048. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1049. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1050. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1051. GCC_WARN_UNUSED_FUNCTION = YES;
  1052. GCC_WARN_UNUSED_VARIABLE = YES;
  1053. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1054. MTL_ENABLE_DEBUG_INFO = NO;
  1055. SDKROOT = iphoneos;
  1056. SUPPORTED_PLATFORMS = iphoneos;
  1057. TARGETED_DEVICE_FAMILY = "1,2";
  1058. VALIDATE_PRODUCT = YES;
  1059. };
  1060. name = Profile;
  1061. };
  1062. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  1063. isa = XCBuildConfiguration;
  1064. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1065. buildSettings = {
  1066. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1067. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1068. CLANG_ENABLE_MODULES = YES;
  1069. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1070. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1071. DEVELOPMENT_TEAM = ZX23DXLT68;
  1072. ENABLE_BITCODE = NO;
  1073. INFOPLIST_FILE = Runner/Info.plist;
  1074. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1075. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1076. LD_RUNPATH_SEARCH_PATHS = (
  1077. "$(inherited)",
  1078. "@executable_path/Frameworks",
  1079. );
  1080. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1081. PRODUCT_NAME = "$(TARGET_NAME)";
  1082. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1083. SUPPORTS_MACCATALYST = NO;
  1084. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1085. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1086. SWIFT_VERSION = 5.0;
  1087. TARGETED_DEVICE_FAMILY = 1;
  1088. VERSIONING_SYSTEM = "apple-generic";
  1089. };
  1090. name = Profile;
  1091. };
  1092. 331C8088294A63A400263BE5 /* Debug */ = {
  1093. isa = XCBuildConfiguration;
  1094. baseConfigurationReference = 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */;
  1095. buildSettings = {
  1096. BUNDLE_LOADER = "$(TEST_HOST)";
  1097. CODE_SIGN_STYLE = Automatic;
  1098. CURRENT_PROJECT_VERSION = 1;
  1099. GENERATE_INFOPLIST_FILE = YES;
  1100. MARKETING_VERSION = 1.0;
  1101. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1102. PRODUCT_NAME = "$(TARGET_NAME)";
  1103. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1104. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1105. SWIFT_VERSION = 5.0;
  1106. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1107. };
  1108. name = Debug;
  1109. };
  1110. 331C8089294A63A400263BE5 /* Release */ = {
  1111. isa = XCBuildConfiguration;
  1112. baseConfigurationReference = 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */;
  1113. buildSettings = {
  1114. BUNDLE_LOADER = "$(TEST_HOST)";
  1115. CODE_SIGN_STYLE = Automatic;
  1116. CURRENT_PROJECT_VERSION = 1;
  1117. GENERATE_INFOPLIST_FILE = YES;
  1118. MARKETING_VERSION = 1.0;
  1119. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1120. PRODUCT_NAME = "$(TARGET_NAME)";
  1121. SWIFT_VERSION = 5.0;
  1122. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1123. };
  1124. name = Release;
  1125. };
  1126. 331C808A294A63A400263BE5 /* Profile */ = {
  1127. isa = XCBuildConfiguration;
  1128. baseConfigurationReference = B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */;
  1129. buildSettings = {
  1130. BUNDLE_LOADER = "$(TEST_HOST)";
  1131. CODE_SIGN_STYLE = Automatic;
  1132. CURRENT_PROJECT_VERSION = 1;
  1133. GENERATE_INFOPLIST_FILE = YES;
  1134. MARKETING_VERSION = 1.0;
  1135. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1136. PRODUCT_NAME = "$(TARGET_NAME)";
  1137. SWIFT_VERSION = 5.0;
  1138. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1139. };
  1140. name = Profile;
  1141. };
  1142. 97C147031CF9000F007C117D /* Debug */ = {
  1143. isa = XCBuildConfiguration;
  1144. buildSettings = {
  1145. ALWAYS_SEARCH_USER_PATHS = NO;
  1146. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1147. CLANG_ANALYZER_NONNULL = YES;
  1148. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1149. CLANG_CXX_LIBRARY = "libc++";
  1150. CLANG_ENABLE_MODULES = YES;
  1151. CLANG_ENABLE_OBJC_ARC = YES;
  1152. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1153. CLANG_WARN_BOOL_CONVERSION = YES;
  1154. CLANG_WARN_COMMA = YES;
  1155. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1156. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1157. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1158. CLANG_WARN_EMPTY_BODY = YES;
  1159. CLANG_WARN_ENUM_CONVERSION = YES;
  1160. CLANG_WARN_INFINITE_RECURSION = YES;
  1161. CLANG_WARN_INT_CONVERSION = YES;
  1162. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1163. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1164. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1165. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1166. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1167. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1168. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1169. CLANG_WARN_UNREACHABLE_CODE = YES;
  1170. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1171. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1172. COPY_PHASE_STRIP = NO;
  1173. DEBUG_INFORMATION_FORMAT = dwarf;
  1174. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1175. ENABLE_TESTABILITY = YES;
  1176. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1177. GCC_C_LANGUAGE_STANDARD = gnu99;
  1178. GCC_DYNAMIC_NO_PIC = NO;
  1179. GCC_NO_COMMON_BLOCKS = YES;
  1180. GCC_OPTIMIZATION_LEVEL = 0;
  1181. GCC_PREPROCESSOR_DEFINITIONS = (
  1182. "DEBUG=1",
  1183. "$(inherited)",
  1184. );
  1185. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1186. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1187. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1188. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1189. GCC_WARN_UNUSED_FUNCTION = YES;
  1190. GCC_WARN_UNUSED_VARIABLE = YES;
  1191. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1192. MTL_ENABLE_DEBUG_INFO = YES;
  1193. ONLY_ACTIVE_ARCH = YES;
  1194. SDKROOT = iphoneos;
  1195. TARGETED_DEVICE_FAMILY = "1,2";
  1196. };
  1197. name = Debug;
  1198. };
  1199. 97C147041CF9000F007C117D /* Release */ = {
  1200. isa = XCBuildConfiguration;
  1201. buildSettings = {
  1202. ALWAYS_SEARCH_USER_PATHS = NO;
  1203. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1204. CLANG_ANALYZER_NONNULL = YES;
  1205. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1206. CLANG_CXX_LIBRARY = "libc++";
  1207. CLANG_ENABLE_MODULES = YES;
  1208. CLANG_ENABLE_OBJC_ARC = YES;
  1209. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1210. CLANG_WARN_BOOL_CONVERSION = YES;
  1211. CLANG_WARN_COMMA = YES;
  1212. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1213. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1214. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1215. CLANG_WARN_EMPTY_BODY = YES;
  1216. CLANG_WARN_ENUM_CONVERSION = YES;
  1217. CLANG_WARN_INFINITE_RECURSION = YES;
  1218. CLANG_WARN_INT_CONVERSION = YES;
  1219. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1220. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1221. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1222. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1223. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1224. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1225. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1226. CLANG_WARN_UNREACHABLE_CODE = YES;
  1227. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1228. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1229. COPY_PHASE_STRIP = NO;
  1230. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1231. ENABLE_NS_ASSERTIONS = NO;
  1232. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1233. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1234. GCC_C_LANGUAGE_STANDARD = gnu99;
  1235. GCC_NO_COMMON_BLOCKS = YES;
  1236. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1237. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1238. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1239. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1240. GCC_WARN_UNUSED_FUNCTION = YES;
  1241. GCC_WARN_UNUSED_VARIABLE = YES;
  1242. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1243. MTL_ENABLE_DEBUG_INFO = NO;
  1244. SDKROOT = iphoneos;
  1245. SUPPORTED_PLATFORMS = iphoneos;
  1246. SWIFT_COMPILATION_MODE = wholemodule;
  1247. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1248. TARGETED_DEVICE_FAMILY = "1,2";
  1249. VALIDATE_PRODUCT = YES;
  1250. };
  1251. name = Release;
  1252. };
  1253. 97C147061CF9000F007C117D /* Debug */ = {
  1254. isa = XCBuildConfiguration;
  1255. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  1256. buildSettings = {
  1257. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1258. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1259. CLANG_ENABLE_MODULES = YES;
  1260. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1261. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1262. DEVELOPMENT_TEAM = ZX23DXLT68;
  1263. ENABLE_BITCODE = NO;
  1264. INFOPLIST_FILE = Runner/Info.plist;
  1265. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1266. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1267. LD_RUNPATH_SEARCH_PATHS = (
  1268. "$(inherited)",
  1269. "@executable_path/Frameworks",
  1270. );
  1271. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1272. PRODUCT_NAME = "$(TARGET_NAME)";
  1273. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1274. SUPPORTS_MACCATALYST = NO;
  1275. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1276. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1277. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1278. SWIFT_VERSION = 5.0;
  1279. TARGETED_DEVICE_FAMILY = 1;
  1280. VERSIONING_SYSTEM = "apple-generic";
  1281. };
  1282. name = Debug;
  1283. };
  1284. 97C147071CF9000F007C117D /* Release */ = {
  1285. isa = XCBuildConfiguration;
  1286. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1287. buildSettings = {
  1288. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1289. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1290. CLANG_ENABLE_MODULES = YES;
  1291. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1292. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1293. DEVELOPMENT_TEAM = ZX23DXLT68;
  1294. ENABLE_BITCODE = NO;
  1295. INFOPLIST_FILE = Runner/Info.plist;
  1296. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1297. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1298. LD_RUNPATH_SEARCH_PATHS = (
  1299. "$(inherited)",
  1300. "@executable_path/Frameworks",
  1301. );
  1302. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1303. PRODUCT_NAME = "$(TARGET_NAME)";
  1304. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1305. SUPPORTS_MACCATALYST = NO;
  1306. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1307. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1308. SWIFT_VERSION = 5.0;
  1309. TARGETED_DEVICE_FAMILY = 1;
  1310. VERSIONING_SYSTEM = "apple-generic";
  1311. };
  1312. name = Release;
  1313. };
  1314. /* End XCBuildConfiguration section */
  1315. /* Begin XCConfigurationList section */
  1316. 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */ = {
  1317. isa = XCConfigurationList;
  1318. buildConfigurations = (
  1319. 045828792DB897D400C1792D /* Debug */,
  1320. 0458287A2DB897D400C1792D /* Release */,
  1321. 0458287B2DB897D400C1792D /* Profile */,
  1322. );
  1323. defaultConfigurationIsVisible = 0;
  1324. defaultConfigurationName = Release;
  1325. };
  1326. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  1327. isa = XCConfigurationList;
  1328. buildConfigurations = (
  1329. 331C8088294A63A400263BE5 /* Debug */,
  1330. 331C8089294A63A400263BE5 /* Release */,
  1331. 331C808A294A63A400263BE5 /* Profile */,
  1332. );
  1333. defaultConfigurationIsVisible = 0;
  1334. defaultConfigurationName = Release;
  1335. };
  1336. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  1337. isa = XCConfigurationList;
  1338. buildConfigurations = (
  1339. 97C147031CF9000F007C117D /* Debug */,
  1340. 97C147041CF9000F007C117D /* Release */,
  1341. 249021D3217E4FDB00AE95B9 /* Profile */,
  1342. );
  1343. defaultConfigurationIsVisible = 0;
  1344. defaultConfigurationName = Release;
  1345. };
  1346. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  1347. isa = XCConfigurationList;
  1348. buildConfigurations = (
  1349. 97C147061CF9000F007C117D /* Debug */,
  1350. 97C147071CF9000F007C117D /* Release */,
  1351. 249021D4217E4FDB00AE95B9 /* Profile */,
  1352. );
  1353. defaultConfigurationIsVisible = 0;
  1354. defaultConfigurationName = Release;
  1355. };
  1356. /* End XCConfigurationList section */
  1357. };
  1358. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  1359. }