project.pbxproj 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  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. FED899762DD1F5D5001808D5 /* tbmct.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FED899752DD1F5D5001808D5 /* tbmct.ttf */; };
  59. FED899772DD1F5D5001808D5 /* tbmct.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FED899752DD1F5D5001808D5 /* tbmct.ttf */; };
  60. /* End PBXBuildFile section */
  61. /* Begin PBXContainerItemProxy section */
  62. 045828752DB897D400C1792D /* PBXContainerItemProxy */ = {
  63. isa = PBXContainerItemProxy;
  64. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  65. proxyType = 1;
  66. remoteGlobalIDString = 0458286F2DB897D400C1792D;
  67. remoteInfo = AiKeyboard;
  68. };
  69. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  70. isa = PBXContainerItemProxy;
  71. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  72. proxyType = 1;
  73. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  74. remoteInfo = Runner;
  75. };
  76. /* End PBXContainerItemProxy section */
  77. /* Begin PBXCopyFilesBuildPhase section */
  78. 0458287C2DB897D400C1792D /* Embed Foundation Extensions */ = {
  79. isa = PBXCopyFilesBuildPhase;
  80. buildActionMask = 2147483647;
  81. dstPath = "";
  82. dstSubfolderSpec = 13;
  83. files = (
  84. 045828772DB897D400C1792D /* AiKeyboard.appex in Embed Foundation Extensions */,
  85. );
  86. name = "Embed Foundation Extensions";
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  90. isa = PBXCopyFilesBuildPhase;
  91. buildActionMask = 2147483647;
  92. dstPath = "";
  93. dstSubfolderSpec = 10;
  94. files = (
  95. );
  96. name = "Embed Frameworks";
  97. runOnlyForDeploymentPostprocessing = 0;
  98. };
  99. /* End PBXCopyFilesBuildPhase section */
  100. /* Begin PBXFileReference section */
  101. 043D62352DCB0DF8005D12EE /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
  102. 043D62362DCB0E7A005D12EE /* KeyboardSharedDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardSharedDataManager.swift; sourceTree = "<group>"; };
  103. 045828702DB897D400C1792D /* AiKeyboard.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = AiKeyboard.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  104. 045828722DB897D400C1792D /* KeyboardViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardViewController.swift; sourceTree = "<group>"; };
  105. 045828742DB897D400C1792D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  106. 045828C82DB89ABE00C1792D /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
  107. 045828CB2DB8C62100C1792D /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = "<group>"; };
  108. 045829AD2DB8DD2200C1792D /* KeyboardHelpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardHelpView.swift; sourceTree = "<group>"; };
  109. 045829FD2DB8E6D300C1792D /* KeyboardCharacterCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardCharacterCell.swift; sourceTree = "<group>"; };
  110. 04582A002DB8EBC700C1792D /* KeyboardConst.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardConst.swift; sourceTree = "<group>"; };
  111. 04582A022DB8F24100C1792D /* UIButton+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extension.swift"; sourceTree = "<group>"; };
  112. 04582A042DB8F26200C1792D /* UIView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Extension.swift"; sourceTree = "<group>"; };
  113. 04582A062DB8F9A300C1792D /* KeyboardFunctionPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardFunctionPopView.swift; sourceTree = "<group>"; };
  114. 04582A082DB9EBFC00C1792D /* KeyboardTeachView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardTeachView.swift; sourceTree = "<group>"; };
  115. 04582A0D2DBB2DE400C1792D /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
  116. 04582A0F2DBB39A700C1792D /* KeyboardBaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardBaseView.swift; sourceTree = "<group>"; };
  117. 04582A112DBB642C00C1792D /* UILabel+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Extension.swift"; sourceTree = "<group>"; };
  118. 04582A132DBB67FB00C1792D /* KeyboardLoginTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardLoginTipView.swift; sourceTree = "<group>"; };
  119. 04582A152DBB681100C1792D /* KeyboardVipTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardVipTipView.swift; sourceTree = "<group>"; };
  120. 04582A172DBB6CFA00C1792D /* UIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extension.swift"; sourceTree = "<group>"; };
  121. 04582A1A2DBB7BDD00C1792D /* vip_button.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = vip_button.json; sourceTree = "<group>"; };
  122. 04582A1E2DBF227900C1792D /* KeyboardMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardMenuView.swift; sourceTree = "<group>"; };
  123. 04582A2F2DBF5B6700C1792D /* KeyboardPrologueView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardPrologueView.swift; sourceTree = "<group>"; };
  124. 04582A312DBF6C0800C1792D /* heart.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = heart.json; sourceTree = "<group>"; };
  125. 04582A332DBF6CB800C1792D /* KeyboardExchangeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardExchangeView.swift; sourceTree = "<group>"; };
  126. 04582A362DBF6F8200C1792D /* KeyboardExchangeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardExchangeCell.swift; sourceTree = "<group>"; };
  127. 04582A382DBF820D00C1792D /* KeyboardTeachDialogueCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardTeachDialogueCell.swift; sourceTree = "<group>"; };
  128. 04582A3F2DBF8FD500C1792D /* KeyboardNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardNetworkManager.swift; sourceTree = "<group>"; };
  129. 04582A412DBF910400C1792D /* KeyboardApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardApi.swift; sourceTree = "<group>"; };
  130. 04582A432DBF964400C1792D /* KeyboardBaseResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardBaseResponse.swift; sourceTree = "<group>"; };
  131. 04582A462DC07ECA00C1792D /* KeyboardModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardModel.swift; sourceTree = "<group>"; };
  132. 04582A482DC07ED100C1792D /* UserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; };
  133. 04582A4A2DC0BDA100C1792D /* CharacterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterModel.swift; sourceTree = "<group>"; };
  134. 04582A4C2DC1CFBC00C1792D /* keyboard_loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = keyboard_loading.json; sourceTree = "<group>"; };
  135. 04582A4E2DC203DD00C1792D /* ChatModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatModel.swift; sourceTree = "<group>"; };
  136. 04582A502DC211F100C1792D /* keyboard_dialog_loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = keyboard_dialog_loading.json; sourceTree = "<group>"; };
  137. 04582A522DC227E700C1792D /* PrologueModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrologueModel.swift; sourceTree = "<group>"; };
  138. 0B5EF92DE43959D6CF5B50A3 /* Pods_AiKeyboard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AiKeyboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  139. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  140. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  141. 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>"; };
  142. 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>"; };
  143. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  144. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  145. 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>"; };
  146. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  147. 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>"; };
  148. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  149. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  150. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  151. 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>"; };
  152. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  153. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  154. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  155. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  156. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  157. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  158. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  159. 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>"; };
  160. 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>"; };
  161. 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>"; };
  162. B77EC1F8B12A295BD1DC6742 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  163. C33B8387B7ED09CA498E0EC7 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  164. 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>"; };
  165. FE05FA2D2DCE0CFC00CBA944 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
  166. FE8F00052DCC4A7B00AA2562 /* AiKeyboard.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AiKeyboard.entitlements; sourceTree = "<group>"; };
  167. FE8F00092DCC4D6F00AA2562 /* FlutterMethodChannelManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlutterMethodChannelManager.swift; sourceTree = "<group>"; };
  168. FED899702DD1D044001808D5 /* KeyboardTipsPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardTipsPopView.swift; sourceTree = "<group>"; };
  169. FED899752DD1F5D5001808D5 /* tbmct.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = tbmct.ttf; sourceTree = "<group>"; };
  170. /* End PBXFileReference section */
  171. /* Begin PBXFrameworksBuildPhase section */
  172. 0458286D2DB897D400C1792D /* Frameworks */ = {
  173. isa = PBXFrameworksBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. A21E1420BB362BC7E3EB4811 /* Pods_AiKeyboard.framework in Frameworks */,
  177. );
  178. runOnlyForDeploymentPostprocessing = 0;
  179. };
  180. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  181. isa = PBXFrameworksBuildPhase;
  182. buildActionMask = 2147483647;
  183. files = (
  184. 0A7B5470C92CC094EF933259 /* Pods_Runner.framework in Frameworks */,
  185. );
  186. runOnlyForDeploymentPostprocessing = 0;
  187. };
  188. D0B1A104582AC938612AE6B7 /* Frameworks */ = {
  189. isa = PBXFrameworksBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. 3680C058F94223A652A0F15D /* Pods_RunnerTests.framework in Frameworks */,
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXFrameworksBuildPhase section */
  197. /* Begin PBXGroup section */
  198. 045828712DB897D400C1792D /* AiKeyboard */ = {
  199. isa = PBXGroup;
  200. children = (
  201. FE8F00052DCC4A7B00AA2562 /* AiKeyboard.entitlements */,
  202. 04582A452DC07EB700C1792D /* Model */,
  203. 04582A192DBB7BBB00C1792D /* Animate */,
  204. 04582A3E2DBF8FBB00C1792D /* Network */,
  205. 045829FF2DB8EBB900C1792D /* Marco */,
  206. 045828CD2DB8CADD00C1792D /* Frameworks */,
  207. 045828CA2DB8C5DF00C1792D /* Extension */,
  208. 045829AC2DB8DCF000C1792D /* View */,
  209. 045828722DB897D400C1792D /* KeyboardViewController.swift */,
  210. 045828742DB897D400C1792D /* Info.plist */,
  211. 045828C82DB89ABE00C1792D /* Media.xcassets */,
  212. );
  213. path = AiKeyboard;
  214. sourceTree = "<group>";
  215. };
  216. 045828CA2DB8C5DF00C1792D /* Extension */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 045828CB2DB8C62100C1792D /* UIColor+Extension.swift */,
  220. 04582A022DB8F24100C1792D /* UIButton+Extension.swift */,
  221. 04582A042DB8F26200C1792D /* UIView+Extension.swift */,
  222. 04582A0D2DBB2DE400C1792D /* String+Extension.swift */,
  223. 04582A112DBB642C00C1792D /* UILabel+Extension.swift */,
  224. 04582A172DBB6CFA00C1792D /* UIImage+Extension.swift */,
  225. );
  226. path = Extension;
  227. sourceTree = "<group>";
  228. };
  229. 045828CD2DB8CADD00C1792D /* Frameworks */ = {
  230. isa = PBXGroup;
  231. children = (
  232. );
  233. path = Frameworks;
  234. sourceTree = "<group>";
  235. };
  236. 045829AC2DB8DCF000C1792D /* View */ = {
  237. isa = PBXGroup;
  238. children = (
  239. 04582A352DBF6F7700C1792D /* Cell */,
  240. 04582A2E2DBF5B4000C1792D /* PopView */,
  241. 04582A2D2DBF5B3000C1792D /* MainView */,
  242. );
  243. path = View;
  244. sourceTree = "<group>";
  245. };
  246. 045829FF2DB8EBB900C1792D /* Marco */ = {
  247. isa = PBXGroup;
  248. children = (
  249. 04582A002DB8EBC700C1792D /* KeyboardConst.swift */,
  250. );
  251. path = Marco;
  252. sourceTree = "<group>";
  253. };
  254. 04582A192DBB7BBB00C1792D /* Animate */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 04582A502DC211F100C1792D /* keyboard_dialog_loading.json */,
  258. 04582A4C2DC1CFBC00C1792D /* keyboard_loading.json */,
  259. 04582A312DBF6C0800C1792D /* heart.json */,
  260. 04582A1A2DBB7BDD00C1792D /* vip_button.json */,
  261. );
  262. path = Animate;
  263. sourceTree = "<group>";
  264. };
  265. 04582A2D2DBF5B3000C1792D /* MainView */ = {
  266. isa = PBXGroup;
  267. children = (
  268. 04582A0F2DBB39A700C1792D /* KeyboardBaseView.swift */,
  269. 045829AD2DB8DD2200C1792D /* KeyboardHelpView.swift */,
  270. 04582A082DB9EBFC00C1792D /* KeyboardTeachView.swift */,
  271. 04582A2F2DBF5B6700C1792D /* KeyboardPrologueView.swift */,
  272. );
  273. path = MainView;
  274. sourceTree = "<group>";
  275. };
  276. 04582A2E2DBF5B4000C1792D /* PopView */ = {
  277. isa = PBXGroup;
  278. children = (
  279. 04582A062DB8F9A300C1792D /* KeyboardFunctionPopView.swift */,
  280. 04582A332DBF6CB800C1792D /* KeyboardExchangeView.swift */,
  281. 04582A132DBB67FB00C1792D /* KeyboardLoginTipView.swift */,
  282. 04582A152DBB681100C1792D /* KeyboardVipTipView.swift */,
  283. 04582A1E2DBF227900C1792D /* KeyboardMenuView.swift */,
  284. FED899702DD1D044001808D5 /* KeyboardTipsPopView.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. /* End PBXShellScriptBuildPhase section */
  722. /* Begin PBXSourcesBuildPhase section */
  723. 0458286C2DB897D400C1792D /* Sources */ = {
  724. isa = PBXSourcesBuildPhase;
  725. buildActionMask = 2147483647;
  726. files = (
  727. 04582A072DB8F9A300C1792D /* KeyboardFunctionPopView.swift in Sources */,
  728. 04582A342DBF6CB800C1792D /* KeyboardExchangeView.swift in Sources */,
  729. 04582A032DB8F24100C1792D /* UIButton+Extension.swift in Sources */,
  730. 04582A162DBB681100C1792D /* KeyboardVipTipView.swift in Sources */,
  731. 04582A0E2DBB2DE400C1792D /* String+Extension.swift in Sources */,
  732. 045828732DB897D400C1792D /* KeyboardViewController.swift in Sources */,
  733. 04582A402DBF8FD500C1792D /* KeyboardNetworkManager.swift in Sources */,
  734. 045829FE2DB8E6D300C1792D /* KeyboardCharacterCell.swift in Sources */,
  735. 04582A4F2DC203DD00C1792D /* ChatModel.swift in Sources */,
  736. 04582A492DC07ED100C1792D /* UserModel.swift in Sources */,
  737. 04582A472DC07ECA00C1792D /* KeyboardModel.swift in Sources */,
  738. 04582A052DB8F26200C1792D /* UIView+Extension.swift in Sources */,
  739. 04582A532DC227E700C1792D /* PrologueModel.swift in Sources */,
  740. 04582A092DB9EBFC00C1792D /* KeyboardTeachView.swift in Sources */,
  741. 043D62382DCB0F80005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  742. FED899712DD1D044001808D5 /* KeyboardTipsPopView.swift in Sources */,
  743. 04582A422DBF910400C1792D /* KeyboardApi.swift in Sources */,
  744. 04582A142DBB67FB00C1792D /* KeyboardLoginTipView.swift in Sources */,
  745. 045829AE2DB8DD2200C1792D /* KeyboardHelpView.swift in Sources */,
  746. 04582A012DB8EBC700C1792D /* KeyboardConst.swift in Sources */,
  747. 04582A122DBB642C00C1792D /* UILabel+Extension.swift in Sources */,
  748. 04582A372DBF6F8300C1792D /* KeyboardExchangeCell.swift in Sources */,
  749. 045828CC2DB8C62100C1792D /* UIColor+Extension.swift in Sources */,
  750. 04582A4B2DC0BDA100C1792D /* CharacterModel.swift in Sources */,
  751. 04582A102DBB39A700C1792D /* KeyboardBaseView.swift in Sources */,
  752. 04582A182DBB6CFA00C1792D /* UIImage+Extension.swift in Sources */,
  753. 04582A302DBF5B6700C1792D /* KeyboardPrologueView.swift in Sources */,
  754. 04582A442DBF964400C1792D /* KeyboardBaseResponse.swift in Sources */,
  755. 04582A1F2DBF227900C1792D /* KeyboardMenuView.swift in Sources */,
  756. 04582A392DBF820D00C1792D /* KeyboardTeachDialogueCell.swift in Sources */,
  757. );
  758. runOnlyForDeploymentPostprocessing = 0;
  759. };
  760. 331C807D294A63A400263BE5 /* Sources */ = {
  761. isa = PBXSourcesBuildPhase;
  762. buildActionMask = 2147483647;
  763. files = (
  764. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  765. );
  766. runOnlyForDeploymentPostprocessing = 0;
  767. };
  768. 97C146EA1CF9000F007C117D /* Sources */ = {
  769. isa = PBXSourcesBuildPhase;
  770. buildActionMask = 2147483647;
  771. files = (
  772. 043D62372DCB0E7A005D12EE /* KeyboardSharedDataManager.swift in Sources */,
  773. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  774. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  775. FE8F000A2DCC4D6F00AA2562 /* FlutterMethodChannelManager.swift in Sources */,
  776. );
  777. runOnlyForDeploymentPostprocessing = 0;
  778. };
  779. /* End PBXSourcesBuildPhase section */
  780. /* Begin PBXTargetDependency section */
  781. 045828762DB897D400C1792D /* PBXTargetDependency */ = {
  782. isa = PBXTargetDependency;
  783. target = 0458286F2DB897D400C1792D /* AiKeyboard */;
  784. targetProxy = 045828752DB897D400C1792D /* PBXContainerItemProxy */;
  785. };
  786. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  787. isa = PBXTargetDependency;
  788. target = 97C146ED1CF9000F007C117D /* Runner */;
  789. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  790. };
  791. /* End PBXTargetDependency section */
  792. /* Begin PBXVariantGroup section */
  793. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  794. isa = PBXVariantGroup;
  795. children = (
  796. 97C146FB1CF9000F007C117D /* Base */,
  797. );
  798. name = Main.storyboard;
  799. sourceTree = "<group>";
  800. };
  801. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  802. isa = PBXVariantGroup;
  803. children = (
  804. 97C147001CF9000F007C117D /* Base */,
  805. );
  806. name = LaunchScreen.storyboard;
  807. sourceTree = "<group>";
  808. };
  809. /* End PBXVariantGroup section */
  810. /* Begin XCBuildConfiguration section */
  811. 045828792DB897D400C1792D /* Debug */ = {
  812. isa = XCBuildConfiguration;
  813. baseConfigurationReference = 8384140B01CBFD52730BA261 /* Pods-AiKeyboard.debug.xcconfig */;
  814. buildSettings = {
  815. APPLICATION_EXTENSION_API_ONLY = YES;
  816. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  817. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  818. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  819. CLANG_ENABLE_OBJC_WEAK = YES;
  820. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  821. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  822. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  823. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  824. CODE_SIGN_STYLE = Automatic;
  825. CURRENT_PROJECT_VERSION = 1;
  826. DEVELOPMENT_TEAM = ZX23DXLT68;
  827. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  828. GCC_C_LANGUAGE_STANDARD = gnu17;
  829. GENERATE_INFOPLIST_FILE = YES;
  830. INFOPLIST_FILE = AiKeyboard/Info.plist;
  831. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  832. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  833. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  834. LD_RUNPATH_SEARCH_PATHS = (
  835. "$(inherited)",
  836. "@executable_path/Frameworks",
  837. "@executable_path/../../Frameworks",
  838. );
  839. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  840. MARKETING_VERSION = 1.0;
  841. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  842. MTL_FAST_MATH = YES;
  843. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  844. PRODUCT_NAME = "$(TARGET_NAME)";
  845. SKIP_INSTALL = YES;
  846. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  847. SWIFT_EMIT_LOC_STRINGS = YES;
  848. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  849. SWIFT_VERSION = 5.0;
  850. TARGETED_DEVICE_FAMILY = "1,2";
  851. };
  852. name = Debug;
  853. };
  854. 0458287A2DB897D400C1792D /* Release */ = {
  855. isa = XCBuildConfiguration;
  856. baseConfigurationReference = 51852D8AB51D75A2CC226FD2 /* Pods-AiKeyboard.release.xcconfig */;
  857. buildSettings = {
  858. APPLICATION_EXTENSION_API_ONLY = YES;
  859. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  860. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  861. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  862. CLANG_ENABLE_OBJC_WEAK = YES;
  863. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  864. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  865. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  866. CODE_SIGN_ENTITLEMENTS = AiKeyboard/AiKeyboard.entitlements;
  867. CODE_SIGN_STYLE = Automatic;
  868. CURRENT_PROJECT_VERSION = 1;
  869. DEVELOPMENT_TEAM = ZX23DXLT68;
  870. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  871. GCC_C_LANGUAGE_STANDARD = gnu17;
  872. GENERATE_INFOPLIST_FILE = YES;
  873. INFOPLIST_FILE = AiKeyboard/Info.plist;
  874. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  875. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  876. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  877. LD_RUNPATH_SEARCH_PATHS = (
  878. "$(inherited)",
  879. "@executable_path/Frameworks",
  880. "@executable_path/../../Frameworks",
  881. );
  882. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  883. MARKETING_VERSION = 1.0;
  884. MTL_FAST_MATH = YES;
  885. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan.AiKeyboard;
  886. PRODUCT_NAME = "$(TARGET_NAME)";
  887. SKIP_INSTALL = YES;
  888. SWIFT_EMIT_LOC_STRINGS = YES;
  889. SWIFT_VERSION = 5.0;
  890. TARGETED_DEVICE_FAMILY = "1,2";
  891. };
  892. name = Release;
  893. };
  894. 0458287B2DB897D400C1792D /* Profile */ = {
  895. isa = XCBuildConfiguration;
  896. baseConfigurationReference = 36BC73017CB4127A58740364 /* Pods-AiKeyboard.profile.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 = Profile;
  933. };
  934. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  935. isa = XCBuildConfiguration;
  936. buildSettings = {
  937. ALWAYS_SEARCH_USER_PATHS = NO;
  938. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  939. CLANG_ANALYZER_NONNULL = YES;
  940. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  941. CLANG_CXX_LIBRARY = "libc++";
  942. CLANG_ENABLE_MODULES = YES;
  943. CLANG_ENABLE_OBJC_ARC = YES;
  944. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  945. CLANG_WARN_BOOL_CONVERSION = YES;
  946. CLANG_WARN_COMMA = YES;
  947. CLANG_WARN_CONSTANT_CONVERSION = YES;
  948. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  949. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  950. CLANG_WARN_EMPTY_BODY = YES;
  951. CLANG_WARN_ENUM_CONVERSION = YES;
  952. CLANG_WARN_INFINITE_RECURSION = YES;
  953. CLANG_WARN_INT_CONVERSION = YES;
  954. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  955. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  956. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  957. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  958. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  959. CLANG_WARN_STRICT_PROTOTYPES = YES;
  960. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  961. CLANG_WARN_UNREACHABLE_CODE = YES;
  962. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  963. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  964. COPY_PHASE_STRIP = NO;
  965. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  966. ENABLE_NS_ASSERTIONS = NO;
  967. ENABLE_STRICT_OBJC_MSGSEND = YES;
  968. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  969. GCC_C_LANGUAGE_STANDARD = gnu99;
  970. GCC_NO_COMMON_BLOCKS = YES;
  971. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  972. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  973. GCC_WARN_UNDECLARED_SELECTOR = YES;
  974. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  975. GCC_WARN_UNUSED_FUNCTION = YES;
  976. GCC_WARN_UNUSED_VARIABLE = YES;
  977. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  978. MTL_ENABLE_DEBUG_INFO = NO;
  979. SDKROOT = iphoneos;
  980. SUPPORTED_PLATFORMS = iphoneos;
  981. TARGETED_DEVICE_FAMILY = "1,2";
  982. VALIDATE_PRODUCT = YES;
  983. };
  984. name = Profile;
  985. };
  986. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  987. isa = XCBuildConfiguration;
  988. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  989. buildSettings = {
  990. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  991. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  992. CLANG_ENABLE_MODULES = YES;
  993. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  994. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  995. DEVELOPMENT_TEAM = ZX23DXLT68;
  996. ENABLE_BITCODE = NO;
  997. INFOPLIST_FILE = Runner/Info.plist;
  998. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  999. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1000. LD_RUNPATH_SEARCH_PATHS = (
  1001. "$(inherited)",
  1002. "@executable_path/Frameworks",
  1003. );
  1004. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1005. PRODUCT_NAME = "$(TARGET_NAME)";
  1006. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1007. SUPPORTS_MACCATALYST = NO;
  1008. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1009. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1010. SWIFT_VERSION = 5.0;
  1011. TARGETED_DEVICE_FAMILY = 1;
  1012. VERSIONING_SYSTEM = "apple-generic";
  1013. };
  1014. name = Profile;
  1015. };
  1016. 331C8088294A63A400263BE5 /* Debug */ = {
  1017. isa = XCBuildConfiguration;
  1018. baseConfigurationReference = 2C32B38FCDADA18A119DC5D4 /* Pods-RunnerTests.debug.xcconfig */;
  1019. buildSettings = {
  1020. BUNDLE_LOADER = "$(TEST_HOST)";
  1021. CODE_SIGN_STYLE = Automatic;
  1022. CURRENT_PROJECT_VERSION = 1;
  1023. GENERATE_INFOPLIST_FILE = YES;
  1024. MARKETING_VERSION = 1.0;
  1025. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1026. PRODUCT_NAME = "$(TARGET_NAME)";
  1027. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1028. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1029. SWIFT_VERSION = 5.0;
  1030. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1031. };
  1032. name = Debug;
  1033. };
  1034. 331C8089294A63A400263BE5 /* Release */ = {
  1035. isa = XCBuildConfiguration;
  1036. baseConfigurationReference = 2643F46D415CBABCC40C425B /* Pods-RunnerTests.release.xcconfig */;
  1037. buildSettings = {
  1038. BUNDLE_LOADER = "$(TEST_HOST)";
  1039. CODE_SIGN_STYLE = Automatic;
  1040. CURRENT_PROJECT_VERSION = 1;
  1041. GENERATE_INFOPLIST_FILE = YES;
  1042. MARKETING_VERSION = 1.0;
  1043. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1044. PRODUCT_NAME = "$(TARGET_NAME)";
  1045. SWIFT_VERSION = 5.0;
  1046. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1047. };
  1048. name = Release;
  1049. };
  1050. 331C808A294A63A400263BE5 /* Profile */ = {
  1051. isa = XCBuildConfiguration;
  1052. baseConfigurationReference = B29DC4E0B4ED0C83ABDE4C76 /* Pods-RunnerTests.profile.xcconfig */;
  1053. buildSettings = {
  1054. BUNDLE_LOADER = "$(TEST_HOST)";
  1055. CODE_SIGN_STYLE = Automatic;
  1056. CURRENT_PROJECT_VERSION = 1;
  1057. GENERATE_INFOPLIST_FILE = YES;
  1058. MARKETING_VERSION = 1.0;
  1059. PRODUCT_BUNDLE_IDENTIFIER = com.atmob.keyboard.RunnerTests;
  1060. PRODUCT_NAME = "$(TARGET_NAME)";
  1061. SWIFT_VERSION = 5.0;
  1062. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  1063. };
  1064. name = Profile;
  1065. };
  1066. 97C147031CF9000F007C117D /* Debug */ = {
  1067. isa = XCBuildConfiguration;
  1068. buildSettings = {
  1069. ALWAYS_SEARCH_USER_PATHS = NO;
  1070. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1071. CLANG_ANALYZER_NONNULL = YES;
  1072. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1073. CLANG_CXX_LIBRARY = "libc++";
  1074. CLANG_ENABLE_MODULES = YES;
  1075. CLANG_ENABLE_OBJC_ARC = YES;
  1076. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1077. CLANG_WARN_BOOL_CONVERSION = YES;
  1078. CLANG_WARN_COMMA = YES;
  1079. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1080. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1081. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1082. CLANG_WARN_EMPTY_BODY = YES;
  1083. CLANG_WARN_ENUM_CONVERSION = YES;
  1084. CLANG_WARN_INFINITE_RECURSION = YES;
  1085. CLANG_WARN_INT_CONVERSION = YES;
  1086. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1087. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1088. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1089. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1090. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1091. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1092. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1093. CLANG_WARN_UNREACHABLE_CODE = YES;
  1094. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1095. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1096. COPY_PHASE_STRIP = NO;
  1097. DEBUG_INFORMATION_FORMAT = dwarf;
  1098. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1099. ENABLE_TESTABILITY = YES;
  1100. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1101. GCC_C_LANGUAGE_STANDARD = gnu99;
  1102. GCC_DYNAMIC_NO_PIC = NO;
  1103. GCC_NO_COMMON_BLOCKS = YES;
  1104. GCC_OPTIMIZATION_LEVEL = 0;
  1105. GCC_PREPROCESSOR_DEFINITIONS = (
  1106. "DEBUG=1",
  1107. "$(inherited)",
  1108. );
  1109. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1110. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1111. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1112. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1113. GCC_WARN_UNUSED_FUNCTION = YES;
  1114. GCC_WARN_UNUSED_VARIABLE = YES;
  1115. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1116. MTL_ENABLE_DEBUG_INFO = YES;
  1117. ONLY_ACTIVE_ARCH = YES;
  1118. SDKROOT = iphoneos;
  1119. TARGETED_DEVICE_FAMILY = "1,2";
  1120. };
  1121. name = Debug;
  1122. };
  1123. 97C147041CF9000F007C117D /* Release */ = {
  1124. isa = XCBuildConfiguration;
  1125. buildSettings = {
  1126. ALWAYS_SEARCH_USER_PATHS = NO;
  1127. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
  1128. CLANG_ANALYZER_NONNULL = YES;
  1129. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1130. CLANG_CXX_LIBRARY = "libc++";
  1131. CLANG_ENABLE_MODULES = YES;
  1132. CLANG_ENABLE_OBJC_ARC = YES;
  1133. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1134. CLANG_WARN_BOOL_CONVERSION = YES;
  1135. CLANG_WARN_COMMA = YES;
  1136. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1137. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1138. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1139. CLANG_WARN_EMPTY_BODY = YES;
  1140. CLANG_WARN_ENUM_CONVERSION = YES;
  1141. CLANG_WARN_INFINITE_RECURSION = YES;
  1142. CLANG_WARN_INT_CONVERSION = YES;
  1143. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1144. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1145. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1146. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1147. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1148. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1149. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1150. CLANG_WARN_UNREACHABLE_CODE = YES;
  1151. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1152. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1153. COPY_PHASE_STRIP = NO;
  1154. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1155. ENABLE_NS_ASSERTIONS = NO;
  1156. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1157. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1158. GCC_C_LANGUAGE_STANDARD = gnu99;
  1159. GCC_NO_COMMON_BLOCKS = YES;
  1160. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1161. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1162. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1163. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1164. GCC_WARN_UNUSED_FUNCTION = YES;
  1165. GCC_WARN_UNUSED_VARIABLE = YES;
  1166. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1167. MTL_ENABLE_DEBUG_INFO = NO;
  1168. SDKROOT = iphoneos;
  1169. SUPPORTED_PLATFORMS = iphoneos;
  1170. SWIFT_COMPILATION_MODE = wholemodule;
  1171. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1172. TARGETED_DEVICE_FAMILY = "1,2";
  1173. VALIDATE_PRODUCT = YES;
  1174. };
  1175. name = Release;
  1176. };
  1177. 97C147061CF9000F007C117D /* Debug */ = {
  1178. isa = XCBuildConfiguration;
  1179. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  1180. buildSettings = {
  1181. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1182. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1183. CLANG_ENABLE_MODULES = YES;
  1184. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1185. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1186. DEVELOPMENT_TEAM = ZX23DXLT68;
  1187. ENABLE_BITCODE = NO;
  1188. INFOPLIST_FILE = Runner/Info.plist;
  1189. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1190. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1191. LD_RUNPATH_SEARCH_PATHS = (
  1192. "$(inherited)",
  1193. "@executable_path/Frameworks",
  1194. );
  1195. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1196. PRODUCT_NAME = "$(TARGET_NAME)";
  1197. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1198. SUPPORTS_MACCATALYST = NO;
  1199. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1200. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1201. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1202. SWIFT_VERSION = 5.0;
  1203. TARGETED_DEVICE_FAMILY = 1;
  1204. VERSIONING_SYSTEM = "apple-generic";
  1205. };
  1206. name = Debug;
  1207. };
  1208. 97C147071CF9000F007C117D /* Release */ = {
  1209. isa = XCBuildConfiguration;
  1210. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  1211. buildSettings = {
  1212. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1213. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1214. CLANG_ENABLE_MODULES = YES;
  1215. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  1216. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  1217. DEVELOPMENT_TEAM = ZX23DXLT68;
  1218. ENABLE_BITCODE = NO;
  1219. INFOPLIST_FILE = Runner/Info.plist;
  1220. INFOPLIST_KEY_CFBundleDisplayName = "追爱小键盘";
  1221. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1222. LD_RUNPATH_SEARCH_PATHS = (
  1223. "$(inherited)",
  1224. "@executable_path/Frameworks",
  1225. );
  1226. PRODUCT_BUNDLE_IDENTIFIER = com.qihuan.zhuiaijianpan;
  1227. PRODUCT_NAME = "$(TARGET_NAME)";
  1228. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1229. SUPPORTS_MACCATALYST = NO;
  1230. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1231. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  1232. SWIFT_VERSION = 5.0;
  1233. TARGETED_DEVICE_FAMILY = 1;
  1234. VERSIONING_SYSTEM = "apple-generic";
  1235. };
  1236. name = Release;
  1237. };
  1238. /* End XCBuildConfiguration section */
  1239. /* Begin XCConfigurationList section */
  1240. 045828782DB897D400C1792D /* Build configuration list for PBXNativeTarget "AiKeyboard" */ = {
  1241. isa = XCConfigurationList;
  1242. buildConfigurations = (
  1243. 045828792DB897D400C1792D /* Debug */,
  1244. 0458287A2DB897D400C1792D /* Release */,
  1245. 0458287B2DB897D400C1792D /* Profile */,
  1246. );
  1247. defaultConfigurationIsVisible = 0;
  1248. defaultConfigurationName = Release;
  1249. };
  1250. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  1251. isa = XCConfigurationList;
  1252. buildConfigurations = (
  1253. 331C8088294A63A400263BE5 /* Debug */,
  1254. 331C8089294A63A400263BE5 /* Release */,
  1255. 331C808A294A63A400263BE5 /* Profile */,
  1256. );
  1257. defaultConfigurationIsVisible = 0;
  1258. defaultConfigurationName = Release;
  1259. };
  1260. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  1261. isa = XCConfigurationList;
  1262. buildConfigurations = (
  1263. 97C147031CF9000F007C117D /* Debug */,
  1264. 97C147041CF9000F007C117D /* Release */,
  1265. 249021D3217E4FDB00AE95B9 /* Profile */,
  1266. );
  1267. defaultConfigurationIsVisible = 0;
  1268. defaultConfigurationName = Release;
  1269. };
  1270. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  1271. isa = XCConfigurationList;
  1272. buildConfigurations = (
  1273. 97C147061CF9000F007C117D /* Debug */,
  1274. 97C147071CF9000F007C117D /* Release */,
  1275. 249021D4217E4FDB00AE95B9 /* Profile */,
  1276. );
  1277. defaultConfigurationIsVisible = 0;
  1278. defaultConfigurationName = Release;
  1279. };
  1280. /* End XCConfigurationList section */
  1281. };
  1282. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  1283. }