project.pbxproj 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338
  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. FED899752DD1F5D5001808D5 /* tbmct.ttf */,
  370. 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */,
  371. 9740EEB11CF90186004384FC /* Flutter */,
  372. 97C146F01CF9000F007C117D /* Runner */,
  373. 045828712DB897D400C1792D /* AiKeyboard */,
  374. 97C146EF1CF9000F007C117D /* Products */,
  375. 331C8082294A63A400263BE5 /* RunnerTests */,
  376. 0E6767BCD381C831C55C33A7 /* Pods */,
  377. 3B6778B85F59D91D94442F72 /* Frameworks */,
  378. );
  379. sourceTree = "<group>";
  380. };
  381. 97C146EF1CF9000F007C117D /* Products */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 97C146EE1CF9000F007C117D /* Runner.app */,
  385. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  386. 045828702DB897D400C1792D /* AiKeyboard.appex */,
  387. );
  388. name = Products;
  389. sourceTree = "<group>";
  390. };
  391. 97C146F01CF9000F007C117D /* Runner */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 043D62352DCB0DF8005D12EE /* Runner.entitlements */,
  395. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  396. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  397. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  398. 97C147021CF9000F007C117D /* Info.plist */,
  399. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  400. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  401. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  402. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  403. FE8F00092DCC4D6F00AA2562 /* FlutterMethodChannelManager.swift */,
  404. FE05FA2D2DCE0CFC00CBA944 /* Settings.bundle */,
  405. );
  406. path = Runner;
  407. sourceTree = "<group>";
  408. };
  409. /* End PBXGroup section */
  410. /* Begin PBXNativeTarget section */
  411. 0458286F2DB897D400C1792D /* AiKeyboard */ = {
  412. isa = PBXNativeTarget;
  413. buildConfigurationList = 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */;
  414. buildPhases = (
  415. 2C11AF6EBCEAB3BA2F41A35A /* [CP] Check Pods Manifest.lock */,
  416. 0458286C2DB897D400C1792D /* Sources */,
  417. 0458286D2DB897D400C1792D /* Frameworks */,
  418. 0458286E2DB897D400C1792D /* Resources */,
  419. );
  420. buildRules = (
  421. );
  422. dependencies = (
  423. );
  424. name = AiKeyboard;
  425. productName = AiKeyboard;
  426. productReference = 045828702DB897D400C1792D /* AiKeyboard.appex */;
  427. productType = "com.apple.product-type.app-extension";
  428. };
  429. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  430. isa = PBXNativeTarget;
  431. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  432. buildPhases = (
  433. 2333A49A9A45CAC5393CF828 /* [CP] Check Pods Manifest.lock */,
  434. 331C807D294A63A400263BE5 /* Sources */,
  435. 331C807F294A63A400263BE5 /* Resources */,
  436. D0B1A104582AC938612AE6B7 /* Frameworks */,
  437. );
  438. buildRules = (
  439. );
  440. dependencies = (
  441. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  442. );
  443. name = RunnerTests;
  444. productName = RunnerTests;
  445. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  446. productType = "com.apple.product-type.bundle.unit-test";
  447. };
  448. 97C146ED1CF9000F007C117D /* Runner */ = {
  449. isa = PBXNativeTarget;
  450. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  451. buildPhases = (
  452. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */,
  453. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  454. 0458287C2DB897D400C1792D /* Embed Foundation Extensions */,
  455. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */,
  456. 9740EEB61CF901F6004384FC /* Run Script */,
  457. 97C146EA1CF9000F007C117D /* Sources */,
  458. 97C146EB1CF9000F007C117D /* Frameworks */,
  459. 97C146EC1CF9000F007C117D /* Resources */,
  460. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  461. 983A7A17C703B56965F0AE2C /* [CP] Copy Pods Resources */,
  462. );
  463. buildRules = (
  464. );
  465. dependencies = (
  466. 045828762DB897D400C1792D /* PBXTargetDependency */,
  467. );
  468. name = Runner;
  469. productName = Runner;
  470. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  471. productType = "com.apple.product-type.application";
  472. };
  473. /* End PBXNativeTarget section */
  474. /* Begin PBXProject section */
  475. 97C146E61CF9000F007C117D /* Project object */ = {
  476. isa = PBXProject;
  477. attributes = {
  478. BuildIndependentTargetsInParallel = YES;
  479. LastSwiftUpdateCheck = 1500;
  480. LastUpgradeCheck = 1510;
  481. ORGANIZATIONNAME = "";
  482. TargetAttributes = {
  483. 0458286F2DB897D400C1792D = {
  484. CreatedOnToolsVersion = 15.0.1;
  485. };
  486. 331C8080294A63A400263BE5 = {
  487. CreatedOnToolsVersion = 14.0;
  488. TestTargetID = 97C146ED1CF9000F007C117D;
  489. };
  490. 97C146ED1CF9000F007C117D = {
  491. CreatedOnToolsVersion = 7.3.1;
  492. LastSwiftMigration = 1100;
  493. };
  494. };
  495. };
  496. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  497. compatibilityVersion = "Xcode 9.3";
  498. developmentRegion = en;
  499. hasScannedForEncodings = 0;
  500. knownRegions = (
  501. en,
  502. Base,
  503. );
  504. mainGroup = 97C146E51CF9000F007C117D;
  505. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  506. projectDirPath = "";
  507. projectRoot = "";
  508. targets = (
  509. 97C146ED1CF9000F007C117D /* Runner */,
  510. 331C8080294A63A400263BE5 /* RunnerTests */,
  511. 0458286F2DB897D400C1792D /* AiKeyboard */,
  512. );
  513. };
  514. /* End PBXProject section */
  515. /* Begin PBXResourcesBuildPhase section */
  516. 0458286E2DB897D400C1792D /* Resources */ = {
  517. isa = PBXResourcesBuildPhase;
  518. buildActionMask = 2147483647;
  519. files = (
  520. 04582A1B2DBB7BDD00C1792D /* vip_button.json in Resources */,
  521. 04582A4D2DC1CFBC00C1792D /* keyboard_loading.json in Resources */,
  522. 04582A512DC211F100C1792D /* keyboard_dialog_loading.json in Resources */,
  523. 04582A322DBF6C0800C1792D /* heart.json in Resources */,
  524. 045828C92DB89ABE00C1792D /* Media.xcassets in Resources */,
  525. FED899772DD1F5D5001808D5 /* tbmct.ttf in Resources */,
  526. );
  527. runOnlyForDeploymentPostprocessing = 0;
  528. };
  529. 331C807F294A63A400263BE5 /* Resources */ = {
  530. isa = PBXResourcesBuildPhase;
  531. buildActionMask = 2147483647;
  532. files = (
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. };
  536. 97C146EC1CF9000F007C117D /* Resources */ = {
  537. isa = PBXResourcesBuildPhase;
  538. buildActionMask = 2147483647;
  539. files = (
  540. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  541. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  542. FE05FA2E2DCE0CFC00CBA944 /* Settings.bundle in Resources */,
  543. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  544. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  545. FED899762DD1F5D5001808D5 /* tbmct.ttf in Resources */,
  546. );
  547. runOnlyForDeploymentPostprocessing = 0;
  548. };
  549. /* End PBXResourcesBuildPhase section */
  550. /* Begin PBXShellScriptBuildPhase section */
  551. 2333A49A9A45CAC5393CF828 /* [CP] Check Pods Manifest.lock */ = {
  552. isa = PBXShellScriptBuildPhase;
  553. buildActionMask = 2147483647;
  554. files = (
  555. );
  556. inputFileListPaths = (
  557. );
  558. inputPaths = (
  559. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  560. "${PODS_ROOT}/Manifest.lock",
  561. );
  562. name = "[CP] Check Pods Manifest.lock";
  563. outputFileListPaths = (
  564. );
  565. outputPaths = (
  566. "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
  567. );
  568. runOnlyForDeploymentPostprocessing = 0;
  569. shellPath = /bin/sh;
  570. 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";
  571. showEnvVarsInLog = 0;
  572. };
  573. 2C11AF6EBCEAB3BA2F41A35A /* [CP] Check Pods Manifest.lock */ = {
  574. isa = PBXShellScriptBuildPhase;
  575. buildActionMask = 2147483647;
  576. files = (
  577. );
  578. inputFileListPaths = (
  579. );
  580. inputPaths = (
  581. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  582. "${PODS_ROOT}/Manifest.lock",
  583. );
  584. name = "[CP] Check Pods Manifest.lock";
  585. outputFileListPaths = (
  586. );
  587. outputPaths = (
  588. "$(DERIVED_FILE_DIR)/Pods-AiKeyboard-checkManifestLockResult.txt",
  589. );
  590. runOnlyForDeploymentPostprocessing = 0;
  591. shellPath = /bin/sh;
  592. 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";
  593. showEnvVarsInLog = 0;
  594. };
  595. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  596. isa = PBXShellScriptBuildPhase;
  597. alwaysOutOfDate = 1;
  598. buildActionMask = 2147483647;
  599. files = (
  600. );
  601. inputPaths = (
  602. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  603. );
  604. name = "Thin Binary";
  605. outputPaths = (
  606. );
  607. runOnlyForDeploymentPostprocessing = 0;
  608. shellPath = /bin/sh;
  609. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  610. };
  611. 9740EEB61CF901F6004384FC /* Run Script */ = {
  612. isa = PBXShellScriptBuildPhase;
  613. alwaysOutOfDate = 1;
  614. buildActionMask = 2147483647;
  615. files = (
  616. );
  617. inputPaths = (
  618. );
  619. name = "Run Script";
  620. outputPaths = (
  621. );
  622. runOnlyForDeploymentPostprocessing = 0;
  623. shellPath = /bin/sh;
  624. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
  625. };
  626. 983A7A17C703B56965F0AE2C /* [CP] Copy Pods Resources */ = {
  627. isa = PBXShellScriptBuildPhase;
  628. buildActionMask = 2147483647;
  629. files = (
  630. );
  631. inputFileListPaths = (
  632. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
  633. );
  634. name = "[CP] Copy Pods Resources";
  635. outputFileListPaths = (
  636. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
  637. );
  638. runOnlyForDeploymentPostprocessing = 0;
  639. shellPath = /bin/sh;
  640. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
  641. showEnvVarsInLog = 0;
  642. };
  643. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  644. isa = PBXShellScriptBuildPhase;
  645. buildActionMask = 2147483647;
  646. files = (
  647. );
  648. inputFileListPaths = (
  649. );
  650. inputPaths = (
  651. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  652. "${PODS_ROOT}/Manifest.lock",
  653. );
  654. name = "[CP] Check Pods Manifest.lock";
  655. outputFileListPaths = (
  656. );
  657. outputPaths = (
  658. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  659. );
  660. runOnlyForDeploymentPostprocessing = 0;
  661. shellPath = /bin/sh;
  662. 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";
  663. showEnvVarsInLog = 0;
  664. };
  665. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  666. isa = PBXShellScriptBuildPhase;
  667. buildActionMask = 2147483647;
  668. files = (
  669. );
  670. inputFileListPaths = (
  671. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  672. );
  673. name = "[CP] Embed Pods Frameworks";
  674. outputFileListPaths = (
  675. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  676. );
  677. runOnlyForDeploymentPostprocessing = 0;
  678. shellPath = /bin/sh;
  679. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  680. showEnvVarsInLog = 0;
  681. };
  682. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  683. isa = PBXShellScriptBuildPhase;
  684. buildActionMask = 2147483647;
  685. files = (
  686. );
  687. inputFileListPaths = (
  688. );
  689. inputPaths = (
  690. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  691. "${PODS_ROOT}/Manifest.lock",
  692. );
  693. name = "[CP] Check Pods Manifest.lock";
  694. outputFileListPaths = (
  695. );
  696. outputPaths = (
  697. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  698. );
  699. runOnlyForDeploymentPostprocessing = 0;
  700. shellPath = /bin/sh;
  701. 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";
  702. showEnvVarsInLog = 0;
  703. };
  704. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  705. isa = PBXShellScriptBuildPhase;
  706. buildActionMask = 2147483647;
  707. files = (
  708. );
  709. inputFileListPaths = (
  710. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  711. );
  712. name = "[CP] Embed Pods Frameworks";
  713. outputFileListPaths = (
  714. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  715. );
  716. runOnlyForDeploymentPostprocessing = 0;
  717. shellPath = /bin/sh;
  718. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  719. showEnvVarsInLog = 0;
  720. };
  721. C84FD05E1687413028FE5569 /* [CP] Check Pods Manifest.lock */ = {
  722. isa = PBXShellScriptBuildPhase;
  723. buildActionMask = 2147483647;
  724. files = (
  725. );
  726. inputFileListPaths = (
  727. );
  728. inputPaths = (
  729. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  730. "${PODS_ROOT}/Manifest.lock",
  731. );
  732. name = "[CP] Check Pods Manifest.lock";
  733. outputFileListPaths = (
  734. );
  735. outputPaths = (
  736. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  737. );
  738. runOnlyForDeploymentPostprocessing = 0;
  739. shellPath = /bin/sh;
  740. 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";
  741. showEnvVarsInLog = 0;
  742. };
  743. EADF2BA47287E2D0EA1688E0 /* [CP] Embed Pods Frameworks */ = {
  744. isa = PBXShellScriptBuildPhase;
  745. buildActionMask = 2147483647;
  746. files = (
  747. );
  748. inputFileListPaths = (
  749. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  750. );
  751. name = "[CP] Embed Pods Frameworks";
  752. outputFileListPaths = (
  753. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  754. );
  755. runOnlyForDeploymentPostprocessing = 0;
  756. shellPath = /bin/sh;
  757. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  758. showEnvVarsInLog = 0;
  759. };
  760. /* End PBXShellScriptBuildPhase section */
  761. /* Begin PBXSourcesBuildPhase section */
  762. 0458286C2DB897D400C1792D /* Sources */ = {
  763. isa = PBXSourcesBuildPhase;
  764. buildActionMask = 2147483647;
  765. files = (
  766. 04582A072DB8F9A300C1792D /* KeyboardFunctionPopView.swift in Sources */,
  767. 04582A342DBF6CB800C1792D /* KeyboardExchangeView.swift in Sources */,
  768. 04582A032DB8F24100C1792D /* UIButton+Extension.swift in Sources */,
  769. 04582A162DBB681100C1792D /* KeyboardVipTipView.swift in Sources */,
  770. 04582A0E2DBB2DE400C1792D /* String+Extension.swift in Sources */,
  771. 045828732DB897D400C1792D /* KeyboardViewController.swift in Sources */,
  772. 04582A402DBF8FD500C1792D /* KeyboardNetworkManager.swift in Sources */,
  773. 045829FE2DB8E6D300C1792D /* KeyboardCharacterCell.swift in Sources */,
  774. 04582A4F2DC203DD00C1792D /* ChatModel.swift in Sources */,
  775. 04582A492DC07ED100C1792D /* UserModel.swift in Sources */,
  776. 04582A472DC07ECA00C1792D /* KeyboardModel.swift in Sources */,
  777. 04582A052DB8F26200C1792D /* UIView+Extension.swift in Sources */,
  778. 04582A532DC227E700C1792D /* PrologueModel.swift in Sources */,
  779. 04582A092DB9EBFC00C1792D /* KeyboardTeachView.swift in Sources */,
  780. 043D62382DCB0F80005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  781. FED899712DD1D044001808D5 /* KeyboardTipsPopView.swift in Sources */,
  782. 04582A422DBF910400C1792D /* KeyboardApi.swift in Sources */,
  783. 04582A142DBB67FB00C1792D /* KeyboardLoginTipView.swift in Sources */,
  784. 045829AE2DB8DD2200C1792D /* KeyboardHelpView.swift in Sources */,
  785. 04582A012DB8EBC700C1792D /* KeyboardConst.swift in Sources */,
  786. 04582A122DBB642C00C1792D /* UILabel+Extension.swift in Sources */,
  787. 04582A372DBF6F8300C1792D /* KeyboardExchangeCell.swift in Sources */,
  788. FED899792DD3446A001808D5 /* KeyboardGuideView.swift in Sources */,
  789. 045828CC2DB8C62100C1792D /* UIColor+Extension.swift in Sources */,
  790. 04582A4B2DC0BDA100C1792D /* CharacterModel.swift in Sources */,
  791. 04582A102DBB39A700C1792D /* KeyboardBaseView.swift in Sources */,
  792. 04582A182DBB6CFA00C1792D /* UIImage+Extension.swift in Sources */,
  793. 04582A302DBF5B6700C1792D /* KeyboardPrologueView.swift in Sources */,
  794. 04582A442DBF964400C1792D /* KeyboardBaseResponse.swift in Sources */,
  795. 04582A1F2DBF227900C1792D /* KeyboardMenuView.swift in Sources */,
  796. 04582A392DBF820D00C1792D /* KeyboardTeachDialogueCell.swift in Sources */,
  797. );
  798. runOnlyForDeploymentPostprocessing = 0;
  799. };
  800. 331C807D294A63A400263BE5 /* Sources */ = {
  801. isa = PBXSourcesBuildPhase;
  802. buildActionMask = 2147483647;
  803. files = (
  804. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  805. );
  806. runOnlyForDeploymentPostprocessing = 0;
  807. };
  808. 97C146EA1CF9000F007C117D /* Sources */ = {
  809. isa = PBXSourcesBuildPhase;
  810. buildActionMask = 2147483647;
  811. files = (
  812. 043D62372DCB0E7A005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  813. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  814. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  815. FE8F000A2DCC4D6F00AA2562 /* FlutterMethodChannelManager.swift in Sources */,
  816. );
  817. runOnlyForDeploymentPostprocessing = 0;
  818. };
  819. /* End PBXSourcesBuildPhase section */
  820. /* Begin PBXTargetDependency section */
  821. 045828762DB897D400C1792D /* PBXTargetDependency */ = {
  822. isa = PBXTargetDependency;
  823. target = 0458286F2DB897D400C1792D /* AiKeyboard */;
  824. targetProxy = 045828752DB897D400C1792D /* PBXContainerItemProxy */;
  825. };
  826. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  827. isa = PBXTargetDependency;
  828. target = 97C146ED1CF9000F007C117D /* Runner */;
  829. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  830. };
  831. /* End PBXTargetDependency section */
  832. /* Begin PBXVariantGroup section */
  833. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  834. isa = PBXVariantGroup;
  835. children = (
  836. 97C146FB1CF9000F007C117D /* Base */,
  837. );
  838. name = Main.storyboard;
  839. sourceTree = "<group>";
  840. };
  841. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  842. isa = PBXVariantGroup;
  843. children = (
  844. 97C147001CF9000F007C117D /* Base */,
  845. );
  846. name = LaunchScreen.storyboard;
  847. sourceTree = "<group>";
  848. };
  849. /* End PBXVariantGroup section */
  850. /* Begin XCBuildConfiguration section */
  851. 045828792DB897D400C1792D /* Debug */ = {
  852. isa = XCBuildConfiguration;
  853. baseConfigurationReference = 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */;
  854. buildSettings = {
  855. APPLICATION_EXTENSION_API_ONLY = YES;
  856. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  857. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  858. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  859. CLANG_ENABLE_OBJC_WEAK = YES;
  860. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  861. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  862. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  863. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  864. CODE_SIGN_STYLE = Automatic;
  865. CURRENT_PROJECT_VERSION = 1;
  866. DEVELOPMENT_TEAM = ZX23DXLT68;
  867. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  868. GCC_C_LANGUAGE_STANDARD = gnu17;
  869. GENERATE_INFOPLIST_FILE = YES;
  870. INFOPLIST_FILE = AiKeyboard/Info.plist;
  871. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  872. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  873. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  874. LD_RUNPATH_SEARCH_PATHS = (
  875. "$(inherited)",
  876. "@executable_path/Frameworks",
  877. "@executable_path/../../Frameworks",
  878. );
  879. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  880. MARKETING_VERSION = 1.0;
  881. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  882. MTL_FAST_MATH = YES;
  883. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  884. PRODUCT_NAME = "$(TARGET_NAME)";
  885. SKIP_INSTALL = YES;
  886. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  887. SWIFT_EMIT_LOC_STRINGS = YES;
  888. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  889. SWIFT_VERSION = 5.0;
  890. TARGETED_DEVICE_FAMILY = "1,2";
  891. };
  892. name = Debug;
  893. };
  894. 0458287A2DB897D400C1792D /* Release */ = {
  895. isa = XCBuildConfiguration;
  896. baseConfigurationReference = 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */;
  897. buildSettings = {
  898. APPLICATION_EXTENSION_API_ONLY = YES;
  899. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  900. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  901. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  902. CLANG_ENABLE_OBJC_WEAK = YES;
  903. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  904. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  905. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  906. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  907. CODE_SIGN_STYLE = Automatic;
  908. CURRENT_PROJECT_VERSION = 1;
  909. DEVELOPMENT_TEAM = ZX23DXLT68;
  910. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  911. GCC_C_LANGUAGE_STANDARD = gnu17;
  912. GENERATE_INFOPLIST_FILE = YES;
  913. INFOPLIST_FILE = AiKeyboard/Info.plist;
  914. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  915. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  916. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  917. LD_RUNPATH_SEARCH_PATHS = (
  918. "$(inherited)",
  919. "@executable_path/Frameworks",
  920. "@executable_path/../../Frameworks",
  921. );
  922. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  923. MARKETING_VERSION = 1.0;
  924. MTL_FAST_MATH = YES;
  925. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  926. PRODUCT_NAME = "$(TARGET_NAME)";
  927. SKIP_INSTALL = YES;
  928. SWIFT_EMIT_LOC_STRINGS = YES;
  929. SWIFT_VERSION = 5.0;
  930. TARGETED_DEVICE_FAMILY = "1,2";
  931. };
  932. name = Release;
  933. };
  934. 0458287B2DB897D400C1792D /* Profile */ = {
  935. isa = XCBuildConfiguration;
  936. baseConfigurationReference = 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.xcconfig */;
  937. buildSettings = {
  938. APPLICATION_EXTENSION_API_ONLY = YES;
  939. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  940. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  941. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  942. CLANG_ENABLE_OBJC_WEAK = YES;
  943. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  944. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  945. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  946. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  947. CODE_SIGN_STYLE = Automatic;
  948. CURRENT_PROJECT_VERSION = 1;
  949. DEVELOPMENT_TEAM = ZX23DXLT68;
  950. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  951. GCC_C_LANGUAGE_STANDARD = gnu17;
  952. GENERATE_INFOPLIST_FILE = YES;
  953. INFOPLIST_FILE = AiKeyboard/Info.plist;
  954. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  955. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  956. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  957. LD_RUNPATH_SEARCH_PATHS = (
  958. "$(inherited)",
  959. "@executable_path/Frameworks",
  960. "@executable_path/../../Frameworks",
  961. );
  962. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  963. MARKETING_VERSION = 1.0;
  964. MTL_FAST_MATH = YES;
  965. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  966. PRODUCT_NAME = "$(TARGET_NAME)";
  967. SKIP_INSTALL = YES;
  968. SWIFT_EMIT_LOC_STRINGS = YES;
  969. SWIFT_VERSION = 5.0;
  970. TARGETED_DEVICE_FAMILY = "1,2";
  971. };
  972. name = Profile;
  973. };
  974. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  975. isa = XCBuildConfiguration;
  976. buildSettings = {
  977. ALWAYS_SEARCH_USER_PATHS = NO;
  978. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  979. CLANG_ANALYZER_NONNULL = YES;
  980. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  981. CLANG_CXX_LIBRARY = "libc++";
  982. CLANG_ENABLE_MODULES = YES;
  983. CLANG_ENABLE_OBJC_ARC = YES;
  984. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  985. CLANG_WARN_BOOL_CONVERSION = YES;
  986. CLANG_WARN_COMMA = YES;
  987. CLANG_WARN_CONSTANT_CONVERSION = YES;
  988. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  989. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  990. CLANG_WARN_EMPTY_BODY = YES;
  991. CLANG_WARN_ENUM_CONVERSION = YES;
  992. CLANG_WARN_INFINITE_RECURSION = YES;
  993. CLANG_WARN_INT_CONVERSION = YES;
  994. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  995. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  996. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  997. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  998. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  999. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1000. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1001. CLANG_WARN_UNREACHABLE_CODE = YES;
  1002. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1003. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1004. COPY_PHASE_STRIP = NO;
  1005. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1006. ENABLE_NS_ASSERTIONS = NO;
  1007. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1008. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1009. GCC_C_LANGUAGE_STANDARD = gnu99;
  1010. GCC_NO_COMMON_BLOCKS = YES;
  1011. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1012. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1013. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1014. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1015. GCC_WARN_UNUSED_FUNCTION = YES;
  1016. GCC_WARN_UNUSED_VARIABLE = YES;
  1017. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1018. MTL_ENABLE_DEBUG_INFO = NO;
  1019. SDKROOT = iphoneos;
  1020. SUPPORTED_PLATFORMS = iphoneos;
  1021. TARGETED_DEVICE_FAMILY = "1,2";
  1022. VALIDATE_PRODUCT = YES;
  1023. };
  1024. name = Profile;
  1025. };
  1026. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  1027. isa = XCBuildConfiguration;
  1028. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1029. buildSettings = {
  1030. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1031. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1032. CLANG_ENABLE_MODULES = YES;
  1033. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1034. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1035. DEVELOPMENT_TEAM = ZX23DXLT68;
  1036. ENABLE_BITCODE = NO;
  1037. INFOPLIST_FILE = Runner/Info.plist;
  1038. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1039. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1040. LD_RUNPATH_SEARCH_PATHS = (
  1041. "$(inherited)",
  1042. "@executable_path/Frameworks",
  1043. );
  1044. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1045. PRODUCT_NAME = "$(TARGET_NAME)";
  1046. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1047. SUPPORTS_MACCATALYST = NO;
  1048. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1049. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1050. SWIFT_VERSION = 5.0;
  1051. TARGETED_DEVICE_FAMILY = 1;
  1052. VERSIONING_SYSTEM = "apple-generic";
  1053. };
  1054. name = Profile;
  1055. };
  1056. 331C8088294A63A400263BE5 /* Debug */ = {
  1057. isa = XCBuildConfiguration;
  1058. baseConfigurationReference = 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */;
  1059. buildSettings = {
  1060. BUNDLE_LOADER = "$(TEST_HOST)";
  1061. CODE_SIGN_STYLE = Automatic;
  1062. CURRENT_PROJECT_VERSION = 1;
  1063. GENERATE_INFOPLIST_FILE = YES;
  1064. MARKETING_VERSION = 1.0;
  1065. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1066. PRODUCT_NAME = "$(TARGET_NAME)";
  1067. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1068. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1069. SWIFT_VERSION = 5.0;
  1070. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1071. };
  1072. name = Debug;
  1073. };
  1074. 331C8089294A63A400263BE5 /* Release */ = {
  1075. isa = XCBuildConfiguration;
  1076. baseConfigurationReference = 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */;
  1077. buildSettings = {
  1078. BUNDLE_LOADER = "$(TEST_HOST)";
  1079. CODE_SIGN_STYLE = Automatic;
  1080. CURRENT_PROJECT_VERSION = 1;
  1081. GENERATE_INFOPLIST_FILE = YES;
  1082. MARKETING_VERSION = 1.0;
  1083. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1084. PRODUCT_NAME = "$(TARGET_NAME)";
  1085. SWIFT_VERSION = 5.0;
  1086. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1087. };
  1088. name = Release;
  1089. };
  1090. 331C808A294A63A400263BE5 /* Profile */ = {
  1091. isa = XCBuildConfiguration;
  1092. baseConfigurationReference = B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */;
  1093. buildSettings = {
  1094. BUNDLE_LOADER = "$(TEST_HOST)";
  1095. CODE_SIGN_STYLE = Automatic;
  1096. CURRENT_PROJECT_VERSION = 1;
  1097. GENERATE_INFOPLIST_FILE = YES;
  1098. MARKETING_VERSION = 1.0;
  1099. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1100. PRODUCT_NAME = "$(TARGET_NAME)";
  1101. SWIFT_VERSION = 5.0;
  1102. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1103. };
  1104. name = Profile;
  1105. };
  1106. 97C147031CF9000F007C117D /* Debug */ = {
  1107. isa = XCBuildConfiguration;
  1108. buildSettings = {
  1109. ALWAYS_SEARCH_USER_PATHS = NO;
  1110. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1111. CLANG_ANALYZER_NONNULL = YES;
  1112. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1113. CLANG_CXX_LIBRARY = "libc++";
  1114. CLANG_ENABLE_MODULES = YES;
  1115. CLANG_ENABLE_OBJC_ARC = YES;
  1116. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1117. CLANG_WARN_BOOL_CONVERSION = YES;
  1118. CLANG_WARN_COMMA = YES;
  1119. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1120. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1121. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1122. CLANG_WARN_EMPTY_BODY = YES;
  1123. CLANG_WARN_ENUM_CONVERSION = YES;
  1124. CLANG_WARN_INFINITE_RECURSION = YES;
  1125. CLANG_WARN_INT_CONVERSION = YES;
  1126. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1127. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1128. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1129. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1130. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1131. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1132. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1133. CLANG_WARN_UNREACHABLE_CODE = YES;
  1134. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1135. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1136. COPY_PHASE_STRIP = NO;
  1137. DEBUG_INFORMATION_FORMAT = dwarf;
  1138. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1139. ENABLE_TESTABILITY = YES;
  1140. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1141. GCC_C_LANGUAGE_STANDARD = gnu99;
  1142. GCC_DYNAMIC_NO_PIC = NO;
  1143. GCC_NO_COMMON_BLOCKS = YES;
  1144. GCC_OPTIMIZATION_LEVEL = 0;
  1145. GCC_PREPROCESSOR_DEFINITIONS = (
  1146. "DEBUG=1",
  1147. "$(inherited)",
  1148. );
  1149. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1150. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1151. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1152. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1153. GCC_WARN_UNUSED_FUNCTION = YES;
  1154. GCC_WARN_UNUSED_VARIABLE = YES;
  1155. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1156. MTL_ENABLE_DEBUG_INFO = YES;
  1157. ONLY_ACTIVE_ARCH = YES;
  1158. SDKROOT = iphoneos;
  1159. TARGETED_DEVICE_FAMILY = "1,2";
  1160. };
  1161. name = Debug;
  1162. };
  1163. 97C147041CF9000F007C117D /* Release */ = {
  1164. isa = XCBuildConfiguration;
  1165. buildSettings = {
  1166. ALWAYS_SEARCH_USER_PATHS = NO;
  1167. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1168. CLANG_ANALYZER_NONNULL = YES;
  1169. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1170. CLANG_CXX_LIBRARY = "libc++";
  1171. CLANG_ENABLE_MODULES = YES;
  1172. CLANG_ENABLE_OBJC_ARC = YES;
  1173. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1174. CLANG_WARN_BOOL_CONVERSION = YES;
  1175. CLANG_WARN_COMMA = YES;
  1176. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1177. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1178. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1179. CLANG_WARN_EMPTY_BODY = YES;
  1180. CLANG_WARN_ENUM_CONVERSION = YES;
  1181. CLANG_WARN_INFINITE_RECURSION = YES;
  1182. CLANG_WARN_INT_CONVERSION = YES;
  1183. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1184. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1185. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1186. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1187. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1188. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1189. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1190. CLANG_WARN_UNREACHABLE_CODE = YES;
  1191. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1192. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1193. COPY_PHASE_STRIP = NO;
  1194. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1195. ENABLE_NS_ASSERTIONS = NO;
  1196. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1197. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1198. GCC_C_LANGUAGE_STANDARD = gnu99;
  1199. GCC_NO_COMMON_BLOCKS = YES;
  1200. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1201. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1202. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1203. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1204. GCC_WARN_UNUSED_FUNCTION = YES;
  1205. GCC_WARN_UNUSED_VARIABLE = YES;
  1206. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1207. MTL_ENABLE_DEBUG_INFO = NO;
  1208. SDKROOT = iphoneos;
  1209. SUPPORTED_PLATFORMS = iphoneos;
  1210. SWIFT_COMPILATION_MODE = wholemodule;
  1211. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1212. TARGETED_DEVICE_FAMILY = "1,2";
  1213. VALIDATE_PRODUCT = YES;
  1214. };
  1215. name = Release;
  1216. };
  1217. 97C147061CF9000F007C117D /* Debug */ = {
  1218. isa = XCBuildConfiguration;
  1219. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  1220. buildSettings = {
  1221. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1222. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1223. CLANG_ENABLE_MODULES = YES;
  1224. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1225. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1226. DEVELOPMENT_TEAM = ZX23DXLT68;
  1227. ENABLE_BITCODE = NO;
  1228. INFOPLIST_FILE = Runner/Info.plist;
  1229. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1230. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1231. LD_RUNPATH_SEARCH_PATHS = (
  1232. "$(inherited)",
  1233. "@executable_path/Frameworks",
  1234. );
  1235. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1236. PRODUCT_NAME = "$(TARGET_NAME)";
  1237. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1238. SUPPORTS_MACCATALYST = NO;
  1239. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1240. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1241. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1242. SWIFT_VERSION = 5.0;
  1243. TARGETED_DEVICE_FAMILY = 1;
  1244. VERSIONING_SYSTEM = "apple-generic";
  1245. };
  1246. name = Debug;
  1247. };
  1248. 97C147071CF9000F007C117D /* Release */ = {
  1249. isa = XCBuildConfiguration;
  1250. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1251. buildSettings = {
  1252. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1253. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1254. CLANG_ENABLE_MODULES = YES;
  1255. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1256. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1257. DEVELOPMENT_TEAM = ZX23DXLT68;
  1258. ENABLE_BITCODE = NO;
  1259. INFOPLIST_FILE = Runner/Info.plist;
  1260. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1261. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1262. LD_RUNPATH_SEARCH_PATHS = (
  1263. "$(inherited)",
  1264. "@executable_path/Frameworks",
  1265. );
  1266. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1267. PRODUCT_NAME = "$(TARGET_NAME)";
  1268. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1269. SUPPORTS_MACCATALYST = NO;
  1270. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1271. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1272. SWIFT_VERSION = 5.0;
  1273. TARGETED_DEVICE_FAMILY = 1;
  1274. VERSIONING_SYSTEM = "apple-generic";
  1275. };
  1276. name = Release;
  1277. };
  1278. /* End XCBuildConfiguration section */
  1279. /* Begin XCConfigurationList section */
  1280. 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */ = {
  1281. isa = XCConfigurationList;
  1282. buildConfigurations = (
  1283. 045828792DB897D400C1792D /* Debug */,
  1284. 0458287A2DB897D400C1792D /* Release */,
  1285. 0458287B2DB897D400C1792D /* Profile */,
  1286. );
  1287. defaultConfigurationIsVisible = 0;
  1288. defaultConfigurationName = Release;
  1289. };
  1290. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  1291. isa = XCConfigurationList;
  1292. buildConfigurations = (
  1293. 331C8088294A63A400263BE5 /* Debug */,
  1294. 331C8089294A63A400263BE5 /* Release */,
  1295. 331C808A294A63A400263BE5 /* Profile */,
  1296. );
  1297. defaultConfigurationIsVisible = 0;
  1298. defaultConfigurationName = Release;
  1299. };
  1300. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  1301. isa = XCConfigurationList;
  1302. buildConfigurations = (
  1303. 97C147031CF9000F007C117D /* Debug */,
  1304. 97C147041CF9000F007C117D /* Release */,
  1305. 249021D3217E4FDB00AE95B9 /* Profile */,
  1306. );
  1307. defaultConfigurationIsVisible = 0;
  1308. defaultConfigurationName = Release;
  1309. };
  1310. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  1311. isa = XCConfigurationList;
  1312. buildConfigurations = (
  1313. 97C147061CF9000F007C117D /* Debug */,
  1314. 97C147071CF9000F007C117D /* Release */,
  1315. 249021D4217E4FDB00AE95B9 /* Profile */,
  1316. );
  1317. defaultConfigurationIsVisible = 0;
  1318. defaultConfigurationName = Release;
  1319. };
  1320. /* End XCConfigurationList section */
  1321. };
  1322. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  1323. }