project.pbxproj 85 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A80E721A2D3F393A00C64288 /* DiyStickerModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72192D3F393500C64288 /* DiyStickerModel.swift */; };
  10. A80E721E2D3F3A7500C64288 /* DiyElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E721D2D3F3A7500C64288 /* DiyElement.swift */; };
  11. A80E72202D3F3A8600C64288 /* DiyElementBaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E721F2D3F3A8600C64288 /* DiyElementBaseView.swift */; };
  12. A80E72222D3F3A9200C64288 /* DiyStickerElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72212D3F3A9200C64288 /* DiyStickerElement.swift */; };
  13. A80E72262D3F3A9A00C64288 /* HYHAddImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A80E72252D3F3A9A00C64288 /* HYHAddImageView.m */; };
  14. A80E72272D3F3A9A00C64288 /* DiyTextElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72232D3F3A9A00C64288 /* DiyTextElement.swift */; };
  15. A80E722F2D3F3E1400C64288 /* TSDiyCanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E722E2D3F3E0C00C64288 /* TSDiyCanvasView.swift */; };
  16. A80E72352D3F473400C64288 /* DiyPaperTemplateBaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72342D3F473400C64288 /* DiyPaperTemplateBaseView.swift */; };
  17. A80E72362D3F473400C64288 /* DiyPaperTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72332D3F473400C64288 /* DiyPaperTemplate.swift */; };
  18. A80E72382D3F473B00C64288 /* DiyPaperProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72372D3F473B00C64288 /* DiyPaperProtocol.swift */; };
  19. A80E723C2D3F4CAA00C64288 /* Food🍔.json in Resources */ = {isa = PBXBuildFile; fileRef = A80E723B2D3F4CA700C64288 /* Food🍔.json */; };
  20. A80E723F2D3F4D3700C64288 /* Universe🌍.json in Resources */ = {isa = PBXBuildFile; fileRef = A80E723E2D3F4D3000C64288 /* Universe🌍.json */; };
  21. A80E72462D3F4EED00C64288 /* sticker.json in Resources */ = {isa = PBXBuildFile; fileRef = A80E72452D3F4EED00C64288 /* sticker.json */; };
  22. A80E72482D3F4F0A00C64288 /* templates.json in Resources */ = {isa = PBXBuildFile; fileRef = A80E72472D3F4F0500C64288 /* templates.json */; };
  23. A80E724F2D3F6D7F00C64288 /* DiyFixedTextElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E724E2D3F6D6000C64288 /* DiyFixedTextElement.swift */; };
  24. A80E72532D3F985E00C64288 /* TSWallpaperVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72522D3F985D00C64288 /* TSWallpaperVC.swift */; };
  25. A80E72562D3F98D700C64288 /* TSDiyKeyboardViewVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72552D3F98D600C64288 /* TSDiyKeyboardViewVC.swift */; };
  26. A80E72592D3FA67800C64288 /* TSWallpaperViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72582D3FA65E00C64288 /* TSWallpaperViewModel.swift */; };
  27. A80E725C2D3FB09400C64288 /* TSKeyboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E725B2D3FB09100C64288 /* TSKeyboardView.swift */; };
  28. A80E72632D40925000C64288 /* TSDiyKeyboardVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72622D40924500C64288 /* TSDiyKeyboardVM.swift */; };
  29. A80E72652D409B0D00C64288 /* DiyStaticElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72642D409B0D00C64288 /* DiyStaticElement.swift */; };
  30. A80E72672D409C7D00C64288 /* Template+More.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72662D409C7D00C64288 /* Template+More.swift */; };
  31. A80E726A2D409E5400C64288 /* TSDiyTLYFlowersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72692D409D9400C64288 /* TSDiyTLYFlowersView.swift */; };
  32. A80E726C2D409E8300C64288 /* TSDiyTLPinkAnimalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E726B2D409E8000C64288 /* TSDiyTLPinkAnimalView.swift */; };
  33. A80E726F2D40DE2B00C64288 /* TSWallpaperPreviewVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E726E2D40DE2900C64288 /* TSWallpaperPreviewVC.swift */; };
  34. A80E72722D40F86000C64288 /* TSLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72712D40F86000C64288 /* TSLaunchVC.swift */; };
  35. A80E72772D41EFF900C64288 /* TSEmojisTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72762D41EFF700C64288 /* TSEmojisTutorialsVC.swift */; };
  36. A80E72792D42285500C64288 /* TSBootPageVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72782D42285500C64288 /* TSBootPageVC.swift */; };
  37. A80E73E12D533E5800C64288 /* TSPurchaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E73D82D533E5800C64288 /* TSPurchaseVC.swift */; };
  38. A80E73E42D533EB000C64288 /* TSPurchaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E73E22D533EB000C64288 /* TSPurchaseManager.swift */; };
  39. A80E73E62D5348D000C64288 /* SettingPurchaseTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E73E52D5348CF00C64288 /* SettingPurchaseTopView.swift */; };
  40. A85E478F2D67115A0018D62D /* TSTextGeneralPictureVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */; };
  41. A85E47922D6728A00018D62D /* TSTextGeneralPictureVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */; };
  42. A85E47962D672ADA0018D62D /* TSTextPicGennerateVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */; };
  43. A85E47982D672AE70018D62D /* TSTextPicGennerateVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47972D672AE40018D62D /* TSTextPicGennerateVM.swift */; };
  44. A85E479B2D6808C40018D62D /* TSBigIconBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E479A2D6808C30018D62D /* TSBigIconBrowseVC.swift */; };
  45. A85E479D2D6809DC0018D62D /* TSBigIconBrowseCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E479C2D6809DA0018D62D /* TSBigIconBrowseCell.swift */; };
  46. A85E479F2D6859FA0018D62D /* TSRandomTextPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E479E2D6859F80018D62D /* TSRandomTextPicker.swift */; };
  47. A85E47BE2D68999B0018D62D /* ShareActivityItemProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47BD2D68999B0018D62D /* ShareActivityItemProvider.swift */; };
  48. A89EA64B2D59A588000EB181 /* MessageKit in Frameworks */ = {isa = PBXBuildFile; productRef = A89EA64A2D59A588000EB181 /* MessageKit */; };
  49. A89EA6542D59A9F4000EB181 /* TSTextLayoutSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA64F2D59A9F4000EB181 /* TSTextLayoutSizeCalculator.swift */; };
  50. A89EA6552D59A9F4000EB181 /* TSChatMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6502D59A9F4000EB181 /* TSChatMessage.swift */; };
  51. A89EA6562D59A9F4000EB181 /* TSChatUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6522D59A9F4000EB181 /* TSChatUser.swift */; };
  52. A89EA6582D59A9F4000EB181 /* TSLayoutSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA64E2D59A9F4000EB181 /* TSLayoutSizeCalculator.swift */; };
  53. A89EA6592D59A9F4000EB181 /* CustomMessageFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA64C2D59A9F4000EB181 /* CustomMessageFlowLayout.swift */; };
  54. A89EA65F2D59AA11000EB181 /* TSChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA65E2D59AA11000EB181 /* TSChatViewController.swift */; };
  55. A89EA6692D59AA31000EB181 /* CameraInputBarAccessoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6632D59AA31000EB181 /* CameraInputBarAccessoryView.swift */; };
  56. A89EA66B2D59AA31000EB181 /* TSTextMessageContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6662D59AA31000EB181 /* TSTextMessageContentCell.swift */; };
  57. A89EA66C2D59AA31000EB181 /* TSMessageContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6652D59AA31000EB181 /* TSMessageContentCell.swift */; };
  58. A89EA66D2D59AA31000EB181 /* TableViewCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6672D59AA31000EB181 /* TableViewCells.swift */; };
  59. A89EA67A2D59D25F000EB181 /* TSAIChatVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6792D59D248000EB181 /* TSAIChatVM.swift */; };
  60. A89EA67D2D59F1AF000EB181 /* StreamPostRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA67C2D59F1AC000EB181 /* StreamPostRequest.swift */; };
  61. A89EA6832D59F4F9000EB181 /* TSChatViewController+ChatDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6822D59F4F1000EB181 /* TSChatViewController+ChatDelegate.swift */; };
  62. A89EA6982D5B1A01000EB181 /* Butterfly🦋.json in Resources */ = {isa = PBXBuildFile; fileRef = A89EA6972D5B19F0000EB181 /* Butterfly🦋.json */; };
  63. A89EA6A32D5B26E3000EB181 /* TSDBAIChatList.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6A22D5B26E3000EB181 /* TSDBAIChatList.swift */; };
  64. A89EA6AC2D5B3EFB000EB181 /* TSRealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6AB2D5B3EFA000EB181 /* TSRealmManager.swift */; };
  65. A89EA6B12D5C9D0C000EB181 /* TSAIChatHistoryVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6B02D5C9D0B000EB181 /* TSAIChatHistoryVC.swift */; };
  66. A89EA6B42D5C9D43000EB181 /* TSAIChatHistoryVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6B32D5C9D3D000EB181 /* TSAIChatHistoryVM.swift */; };
  67. A89EA6B82D5D7EE9000EB181 /* TSAIChatHistoryModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6B72D5D7EE4000EB181 /* TSAIChatHistoryModel.swift */; };
  68. A89EA6BA2D5DDE5B000EB181 /* TSPageNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6B92D5DDE4E000EB181 /* TSPageNullView.swift */; };
  69. A89EA6BC2D5DFB12000EB181 /* TSViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6BB2D5DFB0D000EB181 /* TSViewController.swift */; };
  70. A89EA6BF2D5E03D6000EB181 /* Notification+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6BE2D5E03D3000EB181 /* Notification+Ex.swift */; };
  71. A89EA6C12D5ED289000EB181 /* TSChatCellConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6C02D5ED278000EB181 /* TSChatCellConfig.swift */; };
  72. A89EA6C42D5F40CC000EB181 /* TSChatInputBarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6C32D5F40CB000EB181 /* TSChatInputBarVC.swift */; };
  73. A89EA6C62D5F5C22000EB181 /* TSChatInputFullScreenVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6C52D5F5C21000EB181 /* TSChatInputFullScreenVC.swift */; };
  74. A89EA6C82D6359ED000EB181 /* TSChatViewController+VipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6C72D6359EA000EB181 /* TSChatViewController+VipView.swift */; };
  75. A89EA6CA2D642C0A000EB181 /* TSChatViewController+SendMsg.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6C92D642C03000EB181 /* TSChatViewController+SendMsg.swift */; };
  76. A89EA6CC2D642CE2000EB181 /* TSChatViewController+NaviBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6CB2D642CD4000EB181 /* TSChatViewController+NaviBar.swift */; };
  77. A89EA6CF2D6430F3000EB181 /* TSChatViewController+Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89EA6CE2D6430EE000EB181 /* TSChatViewController+Keyboard.swift */; };
  78. A8EEADD42D3E6C660032C5A0 /* Flower💐.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADD32D3E6C610032C5A0 /* Flower💐.json */; };
  79. A8EEADD62D3E6CD80032C5A0 /* Fish🐠.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADD52D3E6CD30032C5A0 /* Fish🐠.json */; };
  80. A8EEADD82D3E74D20032C5A0 /* Pink🩷.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADD72D3E74CB0032C5A0 /* Pink🩷.json */; };
  81. A8EEADDE2D3E75610032C5A0 /* Fruit🍊.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADDD2D3E755C0032C5A0 /* Fruit🍊.json */; };
  82. A8EEADE02D3E75900032C5A0 /* Crystal🔮.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADDF2D3E75870032C5A0 /* Crystal🔮.json */; };
  83. A8EEADE22D3E76110032C5A0 /* Dog🐕.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADE12D3E760C0032C5A0 /* Dog🐕.json */; };
  84. A8EEADE72D3E76860032C5A0 /* Drink🥤.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADE62D3E767E0032C5A0 /* Drink🥤.json */; };
  85. A8EEADE92D3E76D90032C5A0 /* Beauty👸.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEADE82D3E76D30032C5A0 /* Beauty👸.json */; };
  86. A8F7748B2D38E8B700AA6E93 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774812D38E8B700AA6E93 /* AppDelegate.swift */; };
  87. A8F7748E2D38E8B700AA6E93 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A8F774822D38E8B700AA6E93 /* Assets.xcassets */; };
  88. A8F774902D38E8B700AA6E93 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A8F774852D38E8B700AA6E93 /* LaunchScreen.storyboard */; };
  89. A8F774E02D38EA8C00AA6E93 /* TSCommonTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774C72D38EA8C00AA6E93 /* TSCommonTool.swift */; };
  90. A8F774E12D38EA8C00AA6E93 /* TSFileManagerTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774CA2D38EA8C00AA6E93 /* TSFileManagerTool.swift */; };
  91. A8F775002D38EA8C00AA6E93 /* WindowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774CD2D38EA8C00AA6E93 /* WindowHelper.swift */; };
  92. A8F775032D38EA8C00AA6E93 /* GlobalImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774B42D38EA8C00AA6E93 /* GlobalImports.swift */; };
  93. A8F7750A2D38EA8C00AA6E93 /* TSNetworkTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F774CB2D38EA8C00AA6E93 /* TSNetworkTool.swift */; };
  94. A8F775172D38EB7400AA6E93 /* TSTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775162D38EB7400AA6E93 /* TSTabBarController.swift */; };
  95. A8F775192D38EC6800AA6E93 /* TSEmojisVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775182D38EC6700AA6E93 /* TSEmojisVC.swift */; };
  96. A8F7751B2D38EC9800AA6E93 /* TSGenmojiVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7751A2D38EC9700AA6E93 /* TSGenmojiVC.swift */; };
  97. A8F775252D38ED8300AA6E93 /* TSConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775232D38ED8300AA6E93 /* TSConfig.swift */; };
  98. A8F775352D38FC9A00AA6E93 /* TSViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775342D38FC9A00AA6E93 /* TSViewTool.swift */; };
  99. A8F775382D390C3C00AA6E93 /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775372D390C3C00AA6E93 /* TSNetworkManager.swift */; };
  100. A8F7753B2D3918DE00AA6E93 /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7753A2D3918D700AA6E93 /* TSNetworkManager+Loading.swift */; };
  101. A8F7753D2D3918F800AA6E93 /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7753C2D3918E200AA6E93 /* TSNetWork+Business.swift */; };
  102. A8F7753F2D39340E00AA6E93 /* TSSetingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7753E2D39340D00AA6E93 /* TSSetingVC.swift */; };
  103. A8F775432D39346400AA6E93 /* TSSetingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775422D39346100AA6E93 /* TSSetingModel.swift */; };
  104. A8F775452D39347100AA6E93 /* TSSetingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775442D39346700AA6E93 /* TSSetingViewModel.swift */; };
  105. A8F775492D3935D600AA6E93 /* TSBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F775472D3935D600AA6E93 /* TSBusinessWebVC.swift */; };
  106. A8F7754B2D39376800AA6E93 /* TSSettingListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7754A2D39376700AA6E93 /* TSSettingListView.swift */; };
  107. A8F7754E2D39E59100AA6E93 /* TSGenmojiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7754D2D39E58B00AA6E93 /* TSGenmojiModel.swift */; };
  108. A8F775502D39ECED00AA6E93 /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7754F2D39ECED00AA6E93 /* PhotoManager.swift */; };
  109. A8F776212D3A3F0200AA6E93 /* TSEmojisChildVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776202D3A3F0100AA6E93 /* TSEmojisChildVC.swift */; };
  110. A8F776272D3A6EC200AA6E93 /* TSGenmojiTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776262D3A6EBA00AA6E93 /* TSGenmojiTextView.swift */; };
  111. A8F7762B2D3A70B200AA6E93 /* PaddedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7762A2D3A70AF00AA6E93 /* PaddedLabel.swift */; };
  112. A8F7762D2D3A74A100AA6E93 /* TSGenmojiGennerateCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7762C2D3A748800AA6E93 /* TSGenmojiGennerateCell.swift */; };
  113. A8F7762F2D3A765400AA6E93 /* TSGenmojiViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7762E2D3A764E00AA6E93 /* TSGenmojiViewModel.swift */; };
  114. A8F776322D3A771400AA6E93 /* TSGenmojiCollectionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776312D3A771100AA6E93 /* TSGenmojiCollectionViewModel.swift */; };
  115. A8F776352D3A7C2B00AA6E93 /* TSGenmojiColSectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776342D3A7C1C00AA6E93 /* TSGenmojiColSectionView.swift */; };
  116. A8F776372D3A806E00AA6E93 /* TSGenmojiItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776362D3A805700AA6E93 /* TSGenmojiItemCell.swift */; };
  117. A8F776392D3B38E600AA6E93 /* TSGenmojiGennerateVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776382D3B38D600AA6E93 /* TSGenmojiGennerateVC.swift */; };
  118. A8F7763C2D3B429B00AA6E93 /* TSCommonloadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7763B2D3B429A00AA6E93 /* TSCommonloadingView.swift */; };
  119. A8F7763F2D3B68E100AA6E93 /* TSGenmojiGennerateViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7763E2D3B68E000AA6E93 /* TSGenmojiGennerateViewModel.swift */; };
  120. A8F776422D3B75FC00AA6E93 /* TSBottomAlertVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776412D3B75EF00AA6E93 /* TSBottomAlertVC.swift */; };
  121. A8F776452D3DE8A800AA6E93 /* TSSmallIconBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776442D3DE8A600AA6E93 /* TSSmallIconBrowseVC.swift */; };
  122. A8F776482D3DE9F600AA6E93 /* TSSmallIconBrowseCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F776472D3DE9C200AA6E93 /* TSSmallIconBrowseCell.swift */; };
  123. A8F7764B2D3E008500AA6E93 /* TSEmojisChildColViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7764A2D3E007100AA6E93 /* TSEmojisChildColViewModel.swift */; };
  124. A8F7764E2D3E00A800AA6E93 /* TSEmojisColViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F7764D2D3E00A000AA6E93 /* TSEmojisColViewModel.swift */; };
  125. A8FB02B32D3E39A40031A396 /* TSEmojisModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FB02B22D3E399F0031A396 /* TSEmojisModel.swift */; };
  126. A8FB02B72D3E3A3D0031A396 /* TSEmojisChildViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FB02B62D3E3A3B0031A396 /* TSEmojisChildViewModel.swift */; };
  127. A8FB02BA2D3E3BB20031A396 /* TSEmojisCoLItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FB02B92D3E3BB00031A396 /* TSEmojisCoLItemCell.swift */; };
  128. A8FB02D12D3E6B2A0031A396 /* Cat🐱.json in Resources */ = {isa = PBXBuildFile; fileRef = A8FB02D02D3E6B240031A396 /* Cat🐱.json */; };
  129. D34BB2B8FE0DBF83E06A3FC4 /* Pods_AIEmoji.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86FB4D6AEFDDA7A2017F307C /* Pods_AIEmoji.framework */; };
  130. /* End PBXBuildFile section */
  131. /* Begin PBXFileReference section */
  132. 6E77A292B548CD79E381757E /* Pods-AIEmoji.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIEmoji.release.xcconfig"; path = "Target Support Files/Pods-AIEmoji/Pods-AIEmoji.release.xcconfig"; sourceTree = "<group>"; };
  133. 86FB4D6AEFDDA7A2017F307C /* Pods_AIEmoji.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIEmoji.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  134. A80E72192D3F393500C64288 /* DiyStickerModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyStickerModel.swift; sourceTree = "<group>"; };
  135. A80E721D2D3F3A7500C64288 /* DiyElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyElement.swift; sourceTree = "<group>"; };
  136. A80E721F2D3F3A8600C64288 /* DiyElementBaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyElementBaseView.swift; sourceTree = "<group>"; };
  137. A80E72212D3F3A9200C64288 /* DiyStickerElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyStickerElement.swift; sourceTree = "<group>"; };
  138. A80E72232D3F3A9A00C64288 /* DiyTextElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyTextElement.swift; sourceTree = "<group>"; };
  139. A80E72242D3F3A9A00C64288 /* HYHAddImageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HYHAddImageView.h; sourceTree = "<group>"; };
  140. A80E72252D3F3A9A00C64288 /* HYHAddImageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HYHAddImageView.m; sourceTree = "<group>"; };
  141. A80E72282D3F3A9C00C64288 /* AIEmoji-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AIEmoji-Bridging-Header.h"; sourceTree = "<group>"; };
  142. A80E722E2D3F3E0C00C64288 /* TSDiyCanvasView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiyCanvasView.swift; sourceTree = "<group>"; };
  143. A80E72332D3F473400C64288 /* DiyPaperTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyPaperTemplate.swift; sourceTree = "<group>"; };
  144. A80E72342D3F473400C64288 /* DiyPaperTemplateBaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyPaperTemplateBaseView.swift; sourceTree = "<group>"; };
  145. A80E72372D3F473B00C64288 /* DiyPaperProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyPaperProtocol.swift; sourceTree = "<group>"; };
  146. A80E723B2D3F4CA700C64288 /* Food🍔.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Food🍔.json"; sourceTree = "<group>"; };
  147. A80E723E2D3F4D3000C64288 /* Universe🌍.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Universe🌍.json"; sourceTree = "<group>"; };
  148. A80E72452D3F4EED00C64288 /* sticker.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = sticker.json; sourceTree = "<group>"; };
  149. A80E72472D3F4F0500C64288 /* templates.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = templates.json; sourceTree = "<group>"; };
  150. A80E724E2D3F6D6000C64288 /* DiyFixedTextElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyFixedTextElement.swift; sourceTree = "<group>"; };
  151. A80E72522D3F985D00C64288 /* TSWallpaperVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSWallpaperVC.swift; sourceTree = "<group>"; };
  152. A80E72552D3F98D600C64288 /* TSDiyKeyboardViewVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiyKeyboardViewVC.swift; sourceTree = "<group>"; };
  153. A80E72582D3FA65E00C64288 /* TSWallpaperViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSWallpaperViewModel.swift; sourceTree = "<group>"; };
  154. A80E725B2D3FB09100C64288 /* TSKeyboardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSKeyboardView.swift; sourceTree = "<group>"; };
  155. A80E72622D40924500C64288 /* TSDiyKeyboardVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiyKeyboardVM.swift; sourceTree = "<group>"; };
  156. A80E72642D409B0D00C64288 /* DiyStaticElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiyStaticElement.swift; sourceTree = "<group>"; };
  157. A80E72662D409C7D00C64288 /* Template+More.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Template+More.swift"; sourceTree = "<group>"; };
  158. A80E72692D409D9400C64288 /* TSDiyTLYFlowersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiyTLYFlowersView.swift; sourceTree = "<group>"; };
  159. A80E726B2D409E8000C64288 /* TSDiyTLPinkAnimalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiyTLPinkAnimalView.swift; sourceTree = "<group>"; };
  160. A80E726E2D40DE2900C64288 /* TSWallpaperPreviewVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSWallpaperPreviewVC.swift; sourceTree = "<group>"; };
  161. A80E72712D40F86000C64288 /* TSLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLaunchVC.swift; sourceTree = "<group>"; };
  162. A80E72762D41EFF700C64288 /* TSEmojisTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisTutorialsVC.swift; sourceTree = "<group>"; };
  163. A80E72782D42285500C64288 /* TSBootPageVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBootPageVC.swift; sourceTree = "<group>"; };
  164. A80E73D82D533E5800C64288 /* TSPurchaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseVC.swift; sourceTree = "<group>"; };
  165. A80E73E22D533EB000C64288 /* TSPurchaseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseManager.swift; sourceTree = "<group>"; };
  166. A80E73E52D5348CF00C64288 /* SettingPurchaseTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingPurchaseTopView.swift; sourceTree = "<group>"; };
  167. A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVC.swift; sourceTree = "<group>"; };
  168. A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVM.swift; sourceTree = "<group>"; };
  169. A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextPicGennerateVC.swift; sourceTree = "<group>"; };
  170. A85E47972D672AE40018D62D /* TSTextPicGennerateVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextPicGennerateVM.swift; sourceTree = "<group>"; };
  171. A85E479A2D6808C30018D62D /* TSBigIconBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBigIconBrowseVC.swift; sourceTree = "<group>"; };
  172. A85E479C2D6809DA0018D62D /* TSBigIconBrowseCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBigIconBrowseCell.swift; sourceTree = "<group>"; };
  173. A85E479E2D6859F80018D62D /* TSRandomTextPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomTextPicker.swift; sourceTree = "<group>"; };
  174. A85E47BD2D68999B0018D62D /* ShareActivityItemProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareActivityItemProvider.swift; sourceTree = "<group>"; };
  175. A89EA64C2D59A9F4000EB181 /* CustomMessageFlowLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomMessageFlowLayout.swift; sourceTree = "<group>"; };
  176. A89EA64E2D59A9F4000EB181 /* TSLayoutSizeCalculator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLayoutSizeCalculator.swift; sourceTree = "<group>"; };
  177. A89EA64F2D59A9F4000EB181 /* TSTextLayoutSizeCalculator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextLayoutSizeCalculator.swift; sourceTree = "<group>"; };
  178. A89EA6502D59A9F4000EB181 /* TSChatMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatMessage.swift; sourceTree = "<group>"; };
  179. A89EA6522D59A9F4000EB181 /* TSChatUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatUser.swift; sourceTree = "<group>"; };
  180. A89EA65E2D59AA11000EB181 /* TSChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatViewController.swift; sourceTree = "<group>"; };
  181. A89EA6632D59AA31000EB181 /* CameraInputBarAccessoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraInputBarAccessoryView.swift; sourceTree = "<group>"; };
  182. A89EA6652D59AA31000EB181 /* TSMessageContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSMessageContentCell.swift; sourceTree = "<group>"; };
  183. A89EA6662D59AA31000EB181 /* TSTextMessageContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextMessageContentCell.swift; sourceTree = "<group>"; };
  184. A89EA6672D59AA31000EB181 /* TableViewCells.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewCells.swift; sourceTree = "<group>"; };
  185. A89EA6792D59D248000EB181 /* TSAIChatVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIChatVM.swift; sourceTree = "<group>"; };
  186. A89EA67C2D59F1AC000EB181 /* StreamPostRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPostRequest.swift; sourceTree = "<group>"; };
  187. A89EA6822D59F4F1000EB181 /* TSChatViewController+ChatDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSChatViewController+ChatDelegate.swift"; sourceTree = "<group>"; };
  188. A89EA6972D5B19F0000EB181 /* Butterfly🦋.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Butterfly🦋.json"; sourceTree = "<group>"; };
  189. A89EA6A22D5B26E3000EB181 /* TSDBAIChatList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDBAIChatList.swift; sourceTree = "<group>"; };
  190. A89EA6AB2D5B3EFA000EB181 /* TSRealmManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRealmManager.swift; sourceTree = "<group>"; };
  191. A89EA6B02D5C9D0B000EB181 /* TSAIChatHistoryVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIChatHistoryVC.swift; sourceTree = "<group>"; };
  192. A89EA6B32D5C9D3D000EB181 /* TSAIChatHistoryVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIChatHistoryVM.swift; sourceTree = "<group>"; };
  193. A89EA6B72D5D7EE4000EB181 /* TSAIChatHistoryModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIChatHistoryModel.swift; sourceTree = "<group>"; };
  194. A89EA6B92D5DDE4E000EB181 /* TSPageNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPageNullView.swift; sourceTree = "<group>"; };
  195. A89EA6BB2D5DFB0D000EB181 /* TSViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSViewController.swift; sourceTree = "<group>"; };
  196. A89EA6BE2D5E03D3000EB181 /* Notification+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+Ex.swift"; sourceTree = "<group>"; };
  197. A89EA6C02D5ED278000EB181 /* TSChatCellConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatCellConfig.swift; sourceTree = "<group>"; };
  198. A89EA6C32D5F40CB000EB181 /* TSChatInputBarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatInputBarVC.swift; sourceTree = "<group>"; };
  199. A89EA6C52D5F5C21000EB181 /* TSChatInputFullScreenVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSChatInputFullScreenVC.swift; sourceTree = "<group>"; };
  200. A89EA6C72D6359EA000EB181 /* TSChatViewController+VipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSChatViewController+VipView.swift"; sourceTree = "<group>"; };
  201. A89EA6C92D642C03000EB181 /* TSChatViewController+SendMsg.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSChatViewController+SendMsg.swift"; sourceTree = "<group>"; };
  202. A89EA6CB2D642CD4000EB181 /* TSChatViewController+NaviBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSChatViewController+NaviBar.swift"; sourceTree = "<group>"; };
  203. A89EA6CE2D6430EE000EB181 /* TSChatViewController+Keyboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSChatViewController+Keyboard.swift"; sourceTree = "<group>"; };
  204. A8EEADD32D3E6C610032C5A0 /* Flower💐.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Flower💐.json"; sourceTree = "<group>"; };
  205. A8EEADD52D3E6CD30032C5A0 /* Fish🐠.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Fish🐠.json"; sourceTree = "<group>"; };
  206. A8EEADD72D3E74CB0032C5A0 /* Pink🩷.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Pink🩷.json"; sourceTree = "<group>"; };
  207. A8EEADDD2D3E755C0032C5A0 /* Fruit🍊.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Fruit🍊.json"; sourceTree = "<group>"; };
  208. A8EEADDF2D3E75870032C5A0 /* Crystal🔮.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Crystal🔮.json"; sourceTree = "<group>"; };
  209. A8EEADE12D3E760C0032C5A0 /* Dog🐕.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Dog🐕.json"; sourceTree = "<group>"; };
  210. A8EEADE62D3E767E0032C5A0 /* Drink🥤.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Drink🥤.json"; sourceTree = "<group>"; };
  211. A8EEADE82D3E76D30032C5A0 /* Beauty👸.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Beauty👸.json"; sourceTree = "<group>"; };
  212. A8F774692D38E8B000AA6E93 /* AIEmoji.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIEmoji.app; sourceTree = BUILT_PRODUCTS_DIR; };
  213. A8F774812D38E8B700AA6E93 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  214. A8F774822D38E8B700AA6E93 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  215. A8F774832D38E8B700AA6E93 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  216. A8F774842D38E8B700AA6E93 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  217. A8F774B42D38EA8C00AA6E93 /* GlobalImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalImports.swift; sourceTree = "<group>"; };
  218. A8F774C72D38EA8C00AA6E93 /* TSCommonTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCommonTool.swift; sourceTree = "<group>"; };
  219. A8F774CA2D38EA8C00AA6E93 /* TSFileManagerTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSFileManagerTool.swift; sourceTree = "<group>"; };
  220. A8F774CB2D38EA8C00AA6E93 /* TSNetworkTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkTool.swift; sourceTree = "<group>"; };
  221. A8F774CD2D38EA8C00AA6E93 /* WindowHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowHelper.swift; sourceTree = "<group>"; };
  222. A8F775162D38EB7400AA6E93 /* TSTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTabBarController.swift; sourceTree = "<group>"; };
  223. A8F775182D38EC6700AA6E93 /* TSEmojisVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisVC.swift; sourceTree = "<group>"; };
  224. A8F7751A2D38EC9700AA6E93 /* TSGenmojiVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiVC.swift; sourceTree = "<group>"; };
  225. A8F775232D38ED8300AA6E93 /* TSConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSConfig.swift; sourceTree = "<group>"; };
  226. A8F775342D38FC9A00AA6E93 /* TSViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSViewTool.swift; sourceTree = "<group>"; };
  227. A8F775372D390C3C00AA6E93 /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
  228. A8F7753A2D3918D700AA6E93 /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
  229. A8F7753C2D3918E200AA6E93 /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
  230. A8F7753E2D39340D00AA6E93 /* TSSetingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingVC.swift; sourceTree = "<group>"; };
  231. A8F775422D39346100AA6E93 /* TSSetingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingModel.swift; sourceTree = "<group>"; };
  232. A8F775442D39346700AA6E93 /* TSSetingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingViewModel.swift; sourceTree = "<group>"; };
  233. A8F775472D3935D600AA6E93 /* TSBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessWebVC.swift; sourceTree = "<group>"; };
  234. A8F7754A2D39376700AA6E93 /* TSSettingListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSettingListView.swift; sourceTree = "<group>"; };
  235. A8F7754D2D39E58B00AA6E93 /* TSGenmojiModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiModel.swift; sourceTree = "<group>"; };
  236. A8F7754F2D39ECED00AA6E93 /* PhotoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoManager.swift; sourceTree = "<group>"; };
  237. A8F776202D3A3F0100AA6E93 /* TSEmojisChildVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisChildVC.swift; sourceTree = "<group>"; };
  238. A8F776262D3A6EBA00AA6E93 /* TSGenmojiTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiTextView.swift; sourceTree = "<group>"; };
  239. A8F7762A2D3A70AF00AA6E93 /* PaddedLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddedLabel.swift; sourceTree = "<group>"; };
  240. A8F7762C2D3A748800AA6E93 /* TSGenmojiGennerateCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiGennerateCell.swift; sourceTree = "<group>"; };
  241. A8F7762E2D3A764E00AA6E93 /* TSGenmojiViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiViewModel.swift; sourceTree = "<group>"; };
  242. A8F776312D3A771100AA6E93 /* TSGenmojiCollectionViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiCollectionViewModel.swift; sourceTree = "<group>"; };
  243. A8F776342D3A7C1C00AA6E93 /* TSGenmojiColSectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiColSectionView.swift; sourceTree = "<group>"; };
  244. A8F776362D3A805700AA6E93 /* TSGenmojiItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiItemCell.swift; sourceTree = "<group>"; };
  245. A8F776382D3B38D600AA6E93 /* TSGenmojiGennerateVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiGennerateVC.swift; sourceTree = "<group>"; };
  246. A8F7763B2D3B429A00AA6E93 /* TSCommonloadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCommonloadingView.swift; sourceTree = "<group>"; };
  247. A8F7763E2D3B68E000AA6E93 /* TSGenmojiGennerateViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenmojiGennerateViewModel.swift; sourceTree = "<group>"; };
  248. A8F776412D3B75EF00AA6E93 /* TSBottomAlertVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBottomAlertVC.swift; sourceTree = "<group>"; };
  249. A8F776442D3DE8A600AA6E93 /* TSSmallIconBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSmallIconBrowseVC.swift; sourceTree = "<group>"; };
  250. A8F776472D3DE9C200AA6E93 /* TSSmallIconBrowseCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSmallIconBrowseCell.swift; sourceTree = "<group>"; };
  251. A8F7764A2D3E007100AA6E93 /* TSEmojisChildColViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisChildColViewModel.swift; sourceTree = "<group>"; };
  252. A8F7764D2D3E00A000AA6E93 /* TSEmojisColViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisColViewModel.swift; sourceTree = "<group>"; };
  253. A8FB02B22D3E399F0031A396 /* TSEmojisModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisModel.swift; sourceTree = "<group>"; };
  254. A8FB02B62D3E3A3B0031A396 /* TSEmojisChildViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisChildViewModel.swift; sourceTree = "<group>"; };
  255. A8FB02B92D3E3BB00031A396 /* TSEmojisCoLItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEmojisCoLItemCell.swift; sourceTree = "<group>"; };
  256. A8FB02D02D3E6B240031A396 /* Cat🐱.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Cat🐱.json"; sourceTree = "<group>"; };
  257. CA9B99CBEC45A6004629E790 /* Pods-AIEmoji.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIEmoji.debug.xcconfig"; path = "Target Support Files/Pods-AIEmoji/Pods-AIEmoji.debug.xcconfig"; sourceTree = "<group>"; };
  258. /* End PBXFileReference section */
  259. /* Begin PBXFrameworksBuildPhase section */
  260. A8F774662D38E8B000AA6E93 /* Frameworks */ = {
  261. isa = PBXFrameworksBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. A89EA64B2D59A588000EB181 /* MessageKit in Frameworks */,
  265. D34BB2B8FE0DBF83E06A3FC4 /* Pods_AIEmoji.framework in Frameworks */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. /* End PBXFrameworksBuildPhase section */
  270. /* Begin PBXGroup section */
  271. 406F872E527C21AB2B2F0859 /* Pods */ = {
  272. isa = PBXGroup;
  273. children = (
  274. CA9B99CBEC45A6004629E790 /* Pods-AIEmoji.debug.xcconfig */,
  275. 6E77A292B548CD79E381757E /* Pods-AIEmoji.release.xcconfig */,
  276. );
  277. path = Pods;
  278. sourceTree = "<group>";
  279. };
  280. 97C7E956DF0731529C52523E /* Frameworks */ = {
  281. isa = PBXGroup;
  282. children = (
  283. 86FB4D6AEFDDA7A2017F307C /* Pods_AIEmoji.framework */,
  284. );
  285. name = Frameworks;
  286. sourceTree = "<group>";
  287. };
  288. A80E72182D3F390A00C64288 /* DiySticker */ = {
  289. isa = PBXGroup;
  290. children = (
  291. A80E72192D3F393500C64288 /* DiyStickerModel.swift */,
  292. );
  293. path = DiySticker;
  294. sourceTree = "<group>";
  295. };
  296. A80E721B2D3F3A3E00C64288 /* DiyWallpaper */ = {
  297. isa = PBXGroup;
  298. children = (
  299. A80E72322D3F471F00C64288 /* Templates */,
  300. A80E721C2D3F3A5600C64288 /* Elemnet */,
  301. A80E72182D3F390A00C64288 /* DiySticker */,
  302. );
  303. path = DiyWallpaper;
  304. sourceTree = "<group>";
  305. };
  306. A80E721C2D3F3A5600C64288 /* Elemnet */ = {
  307. isa = PBXGroup;
  308. children = (
  309. A80E721D2D3F3A7500C64288 /* DiyElement.swift */,
  310. A80E721F2D3F3A8600C64288 /* DiyElementBaseView.swift */,
  311. A80E72642D409B0D00C64288 /* DiyStaticElement.swift */,
  312. A80E72212D3F3A9200C64288 /* DiyStickerElement.swift */,
  313. A80E724E2D3F6D6000C64288 /* DiyFixedTextElement.swift */,
  314. A80E72232D3F3A9A00C64288 /* DiyTextElement.swift */,
  315. A80E72242D3F3A9A00C64288 /* HYHAddImageView.h */,
  316. A80E72252D3F3A9A00C64288 /* HYHAddImageView.m */,
  317. A80E72282D3F3A9C00C64288 /* AIEmoji-Bridging-Header.h */,
  318. );
  319. path = Elemnet;
  320. sourceTree = "<group>";
  321. };
  322. A80E72322D3F471F00C64288 /* Templates */ = {
  323. isa = PBXGroup;
  324. children = (
  325. A80E72682D409D6600C64288 /* StaticTemplates */,
  326. A80E72662D409C7D00C64288 /* Template+More.swift */,
  327. A80E72332D3F473400C64288 /* DiyPaperTemplate.swift */,
  328. A80E72372D3F473B00C64288 /* DiyPaperProtocol.swift */,
  329. A80E72342D3F473400C64288 /* DiyPaperTemplateBaseView.swift */,
  330. );
  331. path = Templates;
  332. sourceTree = "<group>";
  333. };
  334. A80E72442D3F4EDC00C64288 /* Json */ = {
  335. isa = PBXGroup;
  336. children = (
  337. A80E72452D3F4EED00C64288 /* sticker.json */,
  338. A80E72472D3F4F0500C64288 /* templates.json */,
  339. );
  340. path = Json;
  341. sourceTree = "<group>";
  342. };
  343. A80E72512D3F984700C64288 /* TSDiyKeyboardVC */ = {
  344. isa = PBXGroup;
  345. children = (
  346. A80E72572D3FA65400C64288 /* ViewModel */,
  347. A80E72522D3F985D00C64288 /* TSWallpaperVC.swift */,
  348. );
  349. path = TSDiyKeyboardVC;
  350. sourceTree = "<group>";
  351. };
  352. A80E72542D3F98CF00C64288 /* TSDiyKeyboardViewVC */ = {
  353. isa = PBXGroup;
  354. children = (
  355. A80E72612D40924000C64288 /* VM */,
  356. A80E72602D4091FF00C64288 /* View */,
  357. A80E72552D3F98D600C64288 /* TSDiyKeyboardViewVC.swift */,
  358. );
  359. path = TSDiyKeyboardViewVC;
  360. sourceTree = "<group>";
  361. };
  362. A80E72572D3FA65400C64288 /* ViewModel */ = {
  363. isa = PBXGroup;
  364. children = (
  365. A80E72582D3FA65E00C64288 /* TSWallpaperViewModel.swift */,
  366. );
  367. path = ViewModel;
  368. sourceTree = "<group>";
  369. };
  370. A80E72602D4091FF00C64288 /* View */ = {
  371. isa = PBXGroup;
  372. children = (
  373. A80E725B2D3FB09100C64288 /* TSKeyboardView.swift */,
  374. A80E722E2D3F3E0C00C64288 /* TSDiyCanvasView.swift */,
  375. );
  376. path = View;
  377. sourceTree = "<group>";
  378. };
  379. A80E72612D40924000C64288 /* VM */ = {
  380. isa = PBXGroup;
  381. children = (
  382. A80E72622D40924500C64288 /* TSDiyKeyboardVM.swift */,
  383. );
  384. path = VM;
  385. sourceTree = "<group>";
  386. };
  387. A80E72682D409D6600C64288 /* StaticTemplates */ = {
  388. isa = PBXGroup;
  389. children = (
  390. A80E72692D409D9400C64288 /* TSDiyTLYFlowersView.swift */,
  391. A80E726B2D409E8000C64288 /* TSDiyTLPinkAnimalView.swift */,
  392. );
  393. path = StaticTemplates;
  394. sourceTree = "<group>";
  395. };
  396. A80E726D2D40DE0B00C64288 /* TSWallpaperPreviewVC */ = {
  397. isa = PBXGroup;
  398. children = (
  399. A80E726E2D40DE2900C64288 /* TSWallpaperPreviewVC.swift */,
  400. );
  401. path = TSWallpaperPreviewVC;
  402. sourceTree = "<group>";
  403. };
  404. A80E72702D40F85800C64288 /* LaunchVC */ = {
  405. isa = PBXGroup;
  406. children = (
  407. A80E72782D42285500C64288 /* TSBootPageVC.swift */,
  408. A80E72712D40F86000C64288 /* TSLaunchVC.swift */,
  409. );
  410. path = LaunchVC;
  411. sourceTree = "<group>";
  412. };
  413. A80E72752D41EFF000C64288 /* TSEmojisTutorialsVC */ = {
  414. isa = PBXGroup;
  415. children = (
  416. A80E72762D41EFF700C64288 /* TSEmojisTutorialsVC.swift */,
  417. );
  418. path = TSEmojisTutorialsVC;
  419. sourceTree = "<group>";
  420. };
  421. A80E73DD2D533E5800C64288 /* TSPurchaseMembershipVC */ = {
  422. isa = PBXGroup;
  423. children = (
  424. A80E73D82D533E5800C64288 /* TSPurchaseVC.swift */,
  425. );
  426. path = TSPurchaseMembershipVC;
  427. sourceTree = "<group>";
  428. };
  429. A80E73E32D533EB000C64288 /* Purchase */ = {
  430. isa = PBXGroup;
  431. children = (
  432. A80E73E22D533EB000C64288 /* TSPurchaseManager.swift */,
  433. );
  434. path = Purchase;
  435. sourceTree = "<group>";
  436. };
  437. A80E74222D5996BF00C64288 /* AIChat */ = {
  438. isa = PBXGroup;
  439. children = (
  440. A89EA6AF2D5C9861000EB181 /* TSAIChatHistoryVC */,
  441. A89EA6772D59D224000EB181 /* TSChatViewController */,
  442. );
  443. path = AIChat;
  444. sourceTree = "<group>";
  445. };
  446. A85E478D2D670DF10018D62D /* TSTextGeneralPictureVC */ = {
  447. isa = PBXGroup;
  448. children = (
  449. A85E47942D672AC30018D62D /* TSTextPicGennerateVC */,
  450. A85E47932D672AB40018D62D /* TSTextGeneralPictureVC */,
  451. );
  452. path = TSTextGeneralPictureVC;
  453. sourceTree = "<group>";
  454. };
  455. A85E47902D6728810018D62D /* ViewModel */ = {
  456. isa = PBXGroup;
  457. children = (
  458. A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */,
  459. );
  460. path = ViewModel;
  461. sourceTree = "<group>";
  462. };
  463. A85E47932D672AB40018D62D /* TSTextGeneralPictureVC */ = {
  464. isa = PBXGroup;
  465. children = (
  466. A85E47902D6728810018D62D /* ViewModel */,
  467. A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */,
  468. );
  469. path = TSTextGeneralPictureVC;
  470. sourceTree = "<group>";
  471. };
  472. A85E47942D672AC30018D62D /* TSTextPicGennerateVC */ = {
  473. isa = PBXGroup;
  474. children = (
  475. A85E47972D672AE40018D62D /* TSTextPicGennerateVM.swift */,
  476. A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */,
  477. );
  478. path = TSTextPicGennerateVC;
  479. sourceTree = "<group>";
  480. };
  481. A85E47992D6808B30018D62D /* TSBigIconBrowseVC */ = {
  482. isa = PBXGroup;
  483. children = (
  484. A85E479C2D6809DA0018D62D /* TSBigIconBrowseCell.swift */,
  485. A85E479A2D6808C30018D62D /* TSBigIconBrowseVC.swift */,
  486. );
  487. path = TSBigIconBrowseVC;
  488. sourceTree = "<group>";
  489. };
  490. A89EA64D2D59A9F4000EB181 /* Layout */ = {
  491. isa = PBXGroup;
  492. children = (
  493. A89EA64C2D59A9F4000EB181 /* CustomMessageFlowLayout.swift */,
  494. );
  495. path = Layout;
  496. sourceTree = "<group>";
  497. };
  498. A89EA6532D59A9F4000EB181 /* Models */ = {
  499. isa = PBXGroup;
  500. children = (
  501. A89EA6A22D5B26E3000EB181 /* TSDBAIChatList.swift */,
  502. A89EA6C02D5ED278000EB181 /* TSChatCellConfig.swift */,
  503. A89EA64E2D59A9F4000EB181 /* TSLayoutSizeCalculator.swift */,
  504. A89EA64F2D59A9F4000EB181 /* TSTextLayoutSizeCalculator.swift */,
  505. A89EA6502D59A9F4000EB181 /* TSChatMessage.swift */,
  506. A89EA6522D59A9F4000EB181 /* TSChatUser.swift */,
  507. );
  508. path = Models;
  509. sourceTree = "<group>";
  510. };
  511. A89EA6682D59AA31000EB181 /* Views */ = {
  512. isa = PBXGroup;
  513. children = (
  514. A89EA6632D59AA31000EB181 /* CameraInputBarAccessoryView.swift */,
  515. A89EA6652D59AA31000EB181 /* TSMessageContentCell.swift */,
  516. A89EA6662D59AA31000EB181 /* TSTextMessageContentCell.swift */,
  517. A89EA6672D59AA31000EB181 /* TableViewCells.swift */,
  518. );
  519. path = Views;
  520. sourceTree = "<group>";
  521. };
  522. A89EA6772D59D224000EB181 /* TSChatViewController */ = {
  523. isa = PBXGroup;
  524. children = (
  525. A89EA6D02D64333D000EB181 /* TSChatViewController */,
  526. A89EA6C22D5F4094000EB181 /* TSChatInputBarVC */,
  527. A89EA6782D59D238000EB181 /* ViewModel */,
  528. A89EA6682D59AA31000EB181 /* Views */,
  529. A89EA64D2D59A9F4000EB181 /* Layout */,
  530. A89EA6532D59A9F4000EB181 /* Models */,
  531. );
  532. path = TSChatViewController;
  533. sourceTree = "<group>";
  534. };
  535. A89EA6782D59D238000EB181 /* ViewModel */ = {
  536. isa = PBXGroup;
  537. children = (
  538. A89EA6792D59D248000EB181 /* TSAIChatVM.swift */,
  539. );
  540. path = ViewModel;
  541. sourceTree = "<group>";
  542. };
  543. A89EA6AA2D5B3EE8000EB181 /* TSRealmManager */ = {
  544. isa = PBXGroup;
  545. children = (
  546. A89EA6AB2D5B3EFA000EB181 /* TSRealmManager.swift */,
  547. );
  548. path = TSRealmManager;
  549. sourceTree = "<group>";
  550. };
  551. A89EA6AF2D5C9861000EB181 /* TSAIChatHistoryVC */ = {
  552. isa = PBXGroup;
  553. children = (
  554. A89EA6BB2D5DFB0D000EB181 /* TSViewController.swift */,
  555. A89EA6B62D5D7ED2000EB181 /* M */,
  556. A89EA6B22D5C9D36000EB181 /* VM */,
  557. A89EA6B02D5C9D0B000EB181 /* TSAIChatHistoryVC.swift */,
  558. );
  559. path = TSAIChatHistoryVC;
  560. sourceTree = "<group>";
  561. };
  562. A89EA6B22D5C9D36000EB181 /* VM */ = {
  563. isa = PBXGroup;
  564. children = (
  565. A89EA6B32D5C9D3D000EB181 /* TSAIChatHistoryVM.swift */,
  566. );
  567. path = VM;
  568. sourceTree = "<group>";
  569. };
  570. A89EA6B62D5D7ED2000EB181 /* M */ = {
  571. isa = PBXGroup;
  572. children = (
  573. A89EA6B72D5D7EE4000EB181 /* TSAIChatHistoryModel.swift */,
  574. );
  575. path = M;
  576. sourceTree = "<group>";
  577. };
  578. A89EA6BD2D5E03CD000EB181 /* Ex */ = {
  579. isa = PBXGroup;
  580. children = (
  581. A89EA6BE2D5E03D3000EB181 /* Notification+Ex.swift */,
  582. );
  583. path = Ex;
  584. sourceTree = "<group>";
  585. };
  586. A89EA6C22D5F4094000EB181 /* TSChatInputBarVC */ = {
  587. isa = PBXGroup;
  588. children = (
  589. A89EA6C52D5F5C21000EB181 /* TSChatInputFullScreenVC.swift */,
  590. A89EA6C32D5F40CB000EB181 /* TSChatInputBarVC.swift */,
  591. );
  592. path = TSChatInputBarVC;
  593. sourceTree = "<group>";
  594. };
  595. A89EA6D02D64333D000EB181 /* TSChatViewController */ = {
  596. isa = PBXGroup;
  597. children = (
  598. A89EA65E2D59AA11000EB181 /* TSChatViewController.swift */,
  599. A89EA6822D59F4F1000EB181 /* TSChatViewController+ChatDelegate.swift */,
  600. A89EA6C72D6359EA000EB181 /* TSChatViewController+VipView.swift */,
  601. A89EA6C92D642C03000EB181 /* TSChatViewController+SendMsg.swift */,
  602. A89EA6CB2D642CD4000EB181 /* TSChatViewController+NaviBar.swift */,
  603. A89EA6CE2D6430EE000EB181 /* TSChatViewController+Keyboard.swift */,
  604. );
  605. path = TSChatViewController;
  606. sourceTree = "<group>";
  607. };
  608. A8F774602D38E8B000AA6E93 = {
  609. isa = PBXGroup;
  610. children = (
  611. A8F7748A2D38E8B700AA6E93 /* AIEmoji */,
  612. A8F7746A2D38E8B000AA6E93 /* Products */,
  613. 406F872E527C21AB2B2F0859 /* Pods */,
  614. 97C7E956DF0731529C52523E /* Frameworks */,
  615. );
  616. sourceTree = "<group>";
  617. };
  618. A8F7746A2D38E8B000AA6E93 /* Products */ = {
  619. isa = PBXGroup;
  620. children = (
  621. A8F774692D38E8B000AA6E93 /* AIEmoji.app */,
  622. );
  623. name = Products;
  624. sourceTree = "<group>";
  625. };
  626. A8F7748A2D38E8B700AA6E93 /* AIEmoji */ = {
  627. isa = PBXGroup;
  628. children = (
  629. A8FB02AE2D3E38FA0031A396 /* Res */,
  630. A8F7751E2D38ED4500AA6E93 /* DataManger */,
  631. A8F774922D38EA8C00AA6E93 /* Business */,
  632. A8F774D82D38EA8C00AA6E93 /* Common */,
  633. A8F774812D38E8B700AA6E93 /* AppDelegate.swift */,
  634. A8F774822D38E8B700AA6E93 /* Assets.xcassets */,
  635. A8F774832D38E8B700AA6E93 /* Info.plist */,
  636. A8F774852D38E8B700AA6E93 /* LaunchScreen.storyboard */,
  637. );
  638. path = AIEmoji;
  639. sourceTree = "<group>";
  640. };
  641. A8F774922D38EA8C00AA6E93 /* Business */ = {
  642. isa = PBXGroup;
  643. children = (
  644. A85E478D2D670DF10018D62D /* TSTextGeneralPictureVC */,
  645. A80E74222D5996BF00C64288 /* AIChat */,
  646. A80E73DD2D533E5800C64288 /* TSPurchaseMembershipVC */,
  647. A80E72702D40F85800C64288 /* LaunchVC */,
  648. A8F775142D38EB5300AA6E93 /* TSWallpaperVC */,
  649. A8F776402D3B75EA00AA6E93 /* General */,
  650. A8F775332D38FC8E00AA6E93 /* VIewTool */,
  651. A8F775152D38EB5D00AA6E93 /* TSSetingVC */,
  652. A8F775132D38EB3F00AA6E93 /* TSGenmojiVC */,
  653. A8F775112D38EB2800AA6E93 /* TSEmojisVC */,
  654. A8F775102D38EAE800AA6E93 /* TSTabBarController */,
  655. );
  656. path = Business;
  657. sourceTree = "<group>";
  658. };
  659. A8F774B52D38EA8C00AA6E93 /* GlobalImports */ = {
  660. isa = PBXGroup;
  661. children = (
  662. A8F774B42D38EA8C00AA6E93 /* GlobalImports.swift */,
  663. );
  664. path = GlobalImports;
  665. sourceTree = "<group>";
  666. };
  667. A8F774B72D38EA8C00AA6E93 /* NetworkManager */ = {
  668. isa = PBXGroup;
  669. children = (
  670. A8F775392D3918A100AA6E93 /* TSNetWork */,
  671. );
  672. path = NetworkManager;
  673. sourceTree = "<group>";
  674. };
  675. A8F774C62D38EA8C00AA6E93 /* ThirdParty */ = {
  676. isa = PBXGroup;
  677. children = (
  678. );
  679. path = ThirdParty;
  680. sourceTree = "<group>";
  681. };
  682. A8F774C82D38EA8C00AA6E93 /* TSCommonTool */ = {
  683. isa = PBXGroup;
  684. children = (
  685. A8F774C72D38EA8C00AA6E93 /* TSCommonTool.swift */,
  686. );
  687. path = TSCommonTool;
  688. sourceTree = "<group>";
  689. };
  690. A8F774CE2D38EA8C00AA6E93 /* Tool */ = {
  691. isa = PBXGroup;
  692. children = (
  693. A85E479E2D6859F80018D62D /* TSRandomTextPicker.swift */,
  694. A8F774C82D38EA8C00AA6E93 /* TSCommonTool */,
  695. A8F774CA2D38EA8C00AA6E93 /* TSFileManagerTool.swift */,
  696. A8F7754F2D39ECED00AA6E93 /* PhotoManager.swift */,
  697. A8F774CB2D38EA8C00AA6E93 /* TSNetworkTool.swift */,
  698. A8F774CD2D38EA8C00AA6E93 /* WindowHelper.swift */,
  699. );
  700. path = Tool;
  701. sourceTree = "<group>";
  702. };
  703. A8F774D72D38EA8C00AA6E93 /* View */ = {
  704. isa = PBXGroup;
  705. children = (
  706. A8F776292D3A70AA00AA6E93 /* UILabel */,
  707. );
  708. path = View;
  709. sourceTree = "<group>";
  710. };
  711. A8F774D82D38EA8C00AA6E93 /* Common */ = {
  712. isa = PBXGroup;
  713. children = (
  714. A89EA6AA2D5B3EE8000EB181 /* TSRealmManager */,
  715. A80E73E32D533EB000C64288 /* Purchase */,
  716. A8F774B52D38EA8C00AA6E93 /* GlobalImports */,
  717. A8F774B72D38EA8C00AA6E93 /* NetworkManager */,
  718. A8F774C62D38EA8C00AA6E93 /* ThirdParty */,
  719. A8F774CE2D38EA8C00AA6E93 /* Tool */,
  720. A8F774D72D38EA8C00AA6E93 /* View */,
  721. );
  722. path = Common;
  723. sourceTree = "<group>";
  724. };
  725. A8F775102D38EAE800AA6E93 /* TSTabBarController */ = {
  726. isa = PBXGroup;
  727. children = (
  728. A8F775162D38EB7400AA6E93 /* TSTabBarController.swift */,
  729. );
  730. path = TSTabBarController;
  731. sourceTree = "<group>";
  732. };
  733. A8F775112D38EB2800AA6E93 /* TSEmojisVC */ = {
  734. isa = PBXGroup;
  735. children = (
  736. A80E72752D41EFF000C64288 /* TSEmojisTutorialsVC */,
  737. A8F7761F2D3A3DBC00AA6E93 /* TSEmojisVC */,
  738. A8F7761E2D3A3DB400AA6E93 /* TSEmojisChildVC */,
  739. );
  740. path = TSEmojisVC;
  741. sourceTree = "<group>";
  742. };
  743. A8F775132D38EB3F00AA6E93 /* TSGenmojiVC */ = {
  744. isa = PBXGroup;
  745. children = (
  746. A8F7763A2D3B38E900AA6E93 /* TSGenmojiGennerateVC */,
  747. A8F776242D3A6EA100AA6E93 /* TSGenmojiVC */,
  748. );
  749. path = TSGenmojiVC;
  750. sourceTree = "<group>";
  751. };
  752. A8F775142D38EB5300AA6E93 /* TSWallpaperVC */ = {
  753. isa = PBXGroup;
  754. children = (
  755. A80E726D2D40DE0B00C64288 /* TSWallpaperPreviewVC */,
  756. A80E72542D3F98CF00C64288 /* TSDiyKeyboardViewVC */,
  757. A80E72512D3F984700C64288 /* TSDiyKeyboardVC */,
  758. A80E72442D3F4EDC00C64288 /* Json */,
  759. A80E721B2D3F3A3E00C64288 /* DiyWallpaper */,
  760. );
  761. path = TSWallpaperVC;
  762. sourceTree = "<group>";
  763. };
  764. A8F775152D38EB5D00AA6E93 /* TSSetingVC */ = {
  765. isa = PBXGroup;
  766. children = (
  767. A8F775482D3935D600AA6E93 /* TSBusinessWebVC */,
  768. A8F775412D39344A00AA6E93 /* SetingVC */,
  769. );
  770. path = TSSetingVC;
  771. sourceTree = "<group>";
  772. };
  773. A8F7751E2D38ED4500AA6E93 /* DataManger */ = {
  774. isa = PBXGroup;
  775. children = (
  776. A8F775242D38ED8300AA6E93 /* Config */,
  777. );
  778. path = DataManger;
  779. sourceTree = "<group>";
  780. };
  781. A8F775242D38ED8300AA6E93 /* Config */ = {
  782. isa = PBXGroup;
  783. children = (
  784. A8F775232D38ED8300AA6E93 /* TSConfig.swift */,
  785. );
  786. path = Config;
  787. sourceTree = "<group>";
  788. };
  789. A8F775332D38FC8E00AA6E93 /* VIewTool */ = {
  790. isa = PBXGroup;
  791. children = (
  792. A89EA6B92D5DDE4E000EB181 /* TSPageNullView.swift */,
  793. A8F7763B2D3B429A00AA6E93 /* TSCommonloadingView.swift */,
  794. A8F776282D3A709200AA6E93 /* UILabel */,
  795. A8F775342D38FC9A00AA6E93 /* TSViewTool.swift */,
  796. );
  797. path = VIewTool;
  798. sourceTree = "<group>";
  799. };
  800. A8F775392D3918A100AA6E93 /* TSNetWork */ = {
  801. isa = PBXGroup;
  802. children = (
  803. A8F775372D390C3C00AA6E93 /* TSNetworkManager.swift */,
  804. A8F7753C2D3918E200AA6E93 /* TSNetWork+Business.swift */,
  805. A8F7753A2D3918D700AA6E93 /* TSNetworkManager+Loading.swift */,
  806. A89EA67C2D59F1AC000EB181 /* StreamPostRequest.swift */,
  807. );
  808. path = TSNetWork;
  809. sourceTree = "<group>";
  810. };
  811. A8F775412D39344A00AA6E93 /* SetingVC */ = {
  812. isa = PBXGroup;
  813. children = (
  814. A8F775462D39348500AA6E93 /* View */,
  815. A8F775442D39346700AA6E93 /* TSSetingViewModel.swift */,
  816. A8F775422D39346100AA6E93 /* TSSetingModel.swift */,
  817. A85E47BD2D68999B0018D62D /* ShareActivityItemProvider.swift */,
  818. A8F7753E2D39340D00AA6E93 /* TSSetingVC.swift */,
  819. );
  820. path = SetingVC;
  821. sourceTree = "<group>";
  822. };
  823. A8F775462D39348500AA6E93 /* View */ = {
  824. isa = PBXGroup;
  825. children = (
  826. A80E73E52D5348CF00C64288 /* SettingPurchaseTopView.swift */,
  827. A8F7754A2D39376700AA6E93 /* TSSettingListView.swift */,
  828. );
  829. path = View;
  830. sourceTree = "<group>";
  831. };
  832. A8F775482D3935D600AA6E93 /* TSBusinessWebVC */ = {
  833. isa = PBXGroup;
  834. children = (
  835. A8F775472D3935D600AA6E93 /* TSBusinessWebVC.swift */,
  836. );
  837. path = TSBusinessWebVC;
  838. sourceTree = "<group>";
  839. };
  840. A8F7754C2D39E57B00AA6E93 /* Model */ = {
  841. isa = PBXGroup;
  842. children = (
  843. A8F7754D2D39E58B00AA6E93 /* TSGenmojiModel.swift */,
  844. );
  845. path = Model;
  846. sourceTree = "<group>";
  847. };
  848. A8F7761E2D3A3DB400AA6E93 /* TSEmojisChildVC */ = {
  849. isa = PBXGroup;
  850. children = (
  851. A8FB02B82D3E3B970031A396 /* VIew */,
  852. A8FB02B12D3E39750031A396 /* Model */,
  853. A8F776492D3E006200AA6E93 /* ViewModel */,
  854. A8F776202D3A3F0100AA6E93 /* TSEmojisChildVC.swift */,
  855. );
  856. path = TSEmojisChildVC;
  857. sourceTree = "<group>";
  858. };
  859. A8F7761F2D3A3DBC00AA6E93 /* TSEmojisVC */ = {
  860. isa = PBXGroup;
  861. children = (
  862. A8F7764C2D3E009A00AA6E93 /* ViewModel */,
  863. A8F775182D38EC6700AA6E93 /* TSEmojisVC.swift */,
  864. );
  865. path = TSEmojisVC;
  866. sourceTree = "<group>";
  867. };
  868. A8F776242D3A6EA100AA6E93 /* TSGenmojiVC */ = {
  869. isa = PBXGroup;
  870. children = (
  871. A8F776302D3A770600AA6E93 /* ViewModel */,
  872. A8F776252D3A6EAF00AA6E93 /* View */,
  873. A8F7751A2D38EC9700AA6E93 /* TSGenmojiVC.swift */,
  874. A8F7754C2D39E57B00AA6E93 /* Model */,
  875. );
  876. path = TSGenmojiVC;
  877. sourceTree = "<group>";
  878. };
  879. A8F776252D3A6EAF00AA6E93 /* View */ = {
  880. isa = PBXGroup;
  881. children = (
  882. A8F776342D3A7C1C00AA6E93 /* TSGenmojiColSectionView.swift */,
  883. A8F7762C2D3A748800AA6E93 /* TSGenmojiGennerateCell.swift */,
  884. A8F776362D3A805700AA6E93 /* TSGenmojiItemCell.swift */,
  885. A8F776262D3A6EBA00AA6E93 /* TSGenmojiTextView.swift */,
  886. );
  887. path = View;
  888. sourceTree = "<group>";
  889. };
  890. A8F776282D3A709200AA6E93 /* UILabel */ = {
  891. isa = PBXGroup;
  892. children = (
  893. );
  894. path = UILabel;
  895. sourceTree = "<group>";
  896. };
  897. A8F776292D3A70AA00AA6E93 /* UILabel */ = {
  898. isa = PBXGroup;
  899. children = (
  900. A8F7762A2D3A70AF00AA6E93 /* PaddedLabel.swift */,
  901. );
  902. path = UILabel;
  903. sourceTree = "<group>";
  904. };
  905. A8F776302D3A770600AA6E93 /* ViewModel */ = {
  906. isa = PBXGroup;
  907. children = (
  908. A8F776312D3A771100AA6E93 /* TSGenmojiCollectionViewModel.swift */,
  909. A8F7762E2D3A764E00AA6E93 /* TSGenmojiViewModel.swift */,
  910. );
  911. path = ViewModel;
  912. sourceTree = "<group>";
  913. };
  914. A8F7763A2D3B38E900AA6E93 /* TSGenmojiGennerateVC */ = {
  915. isa = PBXGroup;
  916. children = (
  917. A8F7763E2D3B68E000AA6E93 /* TSGenmojiGennerateViewModel.swift */,
  918. A8F776382D3B38D600AA6E93 /* TSGenmojiGennerateVC.swift */,
  919. );
  920. path = TSGenmojiGennerateVC;
  921. sourceTree = "<group>";
  922. };
  923. A8F776402D3B75EA00AA6E93 /* General */ = {
  924. isa = PBXGroup;
  925. children = (
  926. A85E47992D6808B30018D62D /* TSBigIconBrowseVC */,
  927. A89EA6BD2D5E03CD000EB181 /* Ex */,
  928. A8F776412D3B75EF00AA6E93 /* TSBottomAlertVC.swift */,
  929. A8F776432D3DE89900AA6E93 /* TSSmallIconBrowseVC */,
  930. );
  931. path = General;
  932. sourceTree = "<group>";
  933. };
  934. A8F776432D3DE89900AA6E93 /* TSSmallIconBrowseVC */ = {
  935. isa = PBXGroup;
  936. children = (
  937. A8F776462D3DE9BD00AA6E93 /* View */,
  938. A8F776442D3DE8A600AA6E93 /* TSSmallIconBrowseVC.swift */,
  939. );
  940. path = TSSmallIconBrowseVC;
  941. sourceTree = "<group>";
  942. };
  943. A8F776462D3DE9BD00AA6E93 /* View */ = {
  944. isa = PBXGroup;
  945. children = (
  946. A8F776472D3DE9C200AA6E93 /* TSSmallIconBrowseCell.swift */,
  947. );
  948. path = View;
  949. sourceTree = "<group>";
  950. };
  951. A8F776492D3E006200AA6E93 /* ViewModel */ = {
  952. isa = PBXGroup;
  953. children = (
  954. A8FB02B62D3E3A3B0031A396 /* TSEmojisChildViewModel.swift */,
  955. A8F7764A2D3E007100AA6E93 /* TSEmojisChildColViewModel.swift */,
  956. );
  957. path = ViewModel;
  958. sourceTree = "<group>";
  959. };
  960. A8F7764C2D3E009A00AA6E93 /* ViewModel */ = {
  961. isa = PBXGroup;
  962. children = (
  963. A8F7764D2D3E00A000AA6E93 /* TSEmojisColViewModel.swift */,
  964. );
  965. path = ViewModel;
  966. sourceTree = "<group>";
  967. };
  968. A8FB02AE2D3E38FA0031A396 /* Res */ = {
  969. isa = PBXGroup;
  970. children = (
  971. A89EA6972D5B19F0000EB181 /* Butterfly🦋.json */,
  972. A80E723E2D3F4D3000C64288 /* Universe🌍.json */,
  973. A80E723B2D3F4CA700C64288 /* Food🍔.json */,
  974. A8EEADE82D3E76D30032C5A0 /* Beauty👸.json */,
  975. A8EEADE62D3E767E0032C5A0 /* Drink🥤.json */,
  976. A8EEADDD2D3E755C0032C5A0 /* Fruit🍊.json */,
  977. A8EEADE12D3E760C0032C5A0 /* Dog🐕.json */,
  978. A8EEADDF2D3E75870032C5A0 /* Crystal🔮.json */,
  979. A8EEADD72D3E74CB0032C5A0 /* Pink🩷.json */,
  980. A8EEADD52D3E6CD30032C5A0 /* Fish🐠.json */,
  981. A8EEADD32D3E6C610032C5A0 /* Flower💐.json */,
  982. A8FB02D02D3E6B240031A396 /* Cat🐱.json */,
  983. );
  984. path = Res;
  985. sourceTree = "<group>";
  986. };
  987. A8FB02B12D3E39750031A396 /* Model */ = {
  988. isa = PBXGroup;
  989. children = (
  990. A8FB02B22D3E399F0031A396 /* TSEmojisModel.swift */,
  991. );
  992. path = Model;
  993. sourceTree = "<group>";
  994. };
  995. A8FB02B82D3E3B970031A396 /* VIew */ = {
  996. isa = PBXGroup;
  997. children = (
  998. A8FB02B92D3E3BB00031A396 /* TSEmojisCoLItemCell.swift */,
  999. );
  1000. path = VIew;
  1001. sourceTree = "<group>";
  1002. };
  1003. /* End PBXGroup section */
  1004. /* Begin PBXNativeTarget section */
  1005. A8F774682D38E8B000AA6E93 /* AIEmoji */ = {
  1006. isa = PBXNativeTarget;
  1007. buildConfigurationList = A8F7747C2D38E8B200AA6E93 /* Build configuration list for PBXNativeTarget "AIEmoji" */;
  1008. buildPhases = (
  1009. 8D2F920BECF35527D1C24A4F /* [CP] Check Pods Manifest.lock */,
  1010. A8F774652D38E8B000AA6E93 /* Sources */,
  1011. A8F774662D38E8B000AA6E93 /* Frameworks */,
  1012. A8F774672D38E8B000AA6E93 /* Resources */,
  1013. A6FFE8F95E002D0E705F3EE6 /* [CP] Embed Pods Frameworks */,
  1014. );
  1015. buildRules = (
  1016. );
  1017. dependencies = (
  1018. );
  1019. name = AIEmoji;
  1020. productName = AIEmoji;
  1021. productReference = A8F774692D38E8B000AA6E93 /* AIEmoji.app */;
  1022. productType = "com.apple.product-type.application";
  1023. };
  1024. /* End PBXNativeTarget section */
  1025. /* Begin PBXProject section */
  1026. A8F774612D38E8B000AA6E93 /* Project object */ = {
  1027. isa = PBXProject;
  1028. attributes = {
  1029. BuildIndependentTargetsInParallel = 1;
  1030. LastSwiftUpdateCheck = 1620;
  1031. LastUpgradeCheck = 1620;
  1032. TargetAttributes = {
  1033. A8F774682D38E8B000AA6E93 = {
  1034. CreatedOnToolsVersion = 16.2;
  1035. LastSwiftMigration = 1620;
  1036. };
  1037. };
  1038. };
  1039. buildConfigurationList = A8F774642D38E8B000AA6E93 /* Build configuration list for PBXProject "AIEmoji" */;
  1040. developmentRegion = en;
  1041. hasScannedForEncodings = 0;
  1042. knownRegions = (
  1043. en,
  1044. Base,
  1045. );
  1046. mainGroup = A8F774602D38E8B000AA6E93;
  1047. minimizedProjectReferenceProxies = 1;
  1048. packageReferences = (
  1049. A89EA6492D59A588000EB181 /* XCRemoteSwiftPackageReference "MessageKit" */,
  1050. );
  1051. preferredProjectObjectVersion = 77;
  1052. productRefGroup = A8F7746A2D38E8B000AA6E93 /* Products */;
  1053. projectDirPath = "";
  1054. projectRoot = "";
  1055. targets = (
  1056. A8F774682D38E8B000AA6E93 /* AIEmoji */,
  1057. );
  1058. };
  1059. /* End PBXProject section */
  1060. /* Begin PBXResourcesBuildPhase section */
  1061. A8F774672D38E8B000AA6E93 /* Resources */ = {
  1062. isa = PBXResourcesBuildPhase;
  1063. buildActionMask = 2147483647;
  1064. files = (
  1065. A80E72482D3F4F0A00C64288 /* templates.json in Resources */,
  1066. A8EEADD42D3E6C660032C5A0 /* Flower💐.json in Resources */,
  1067. A8EEADE92D3E76D90032C5A0 /* Beauty👸.json in Resources */,
  1068. A89EA6982D5B1A01000EB181 /* Butterfly🦋.json in Resources */,
  1069. A8EEADE02D3E75900032C5A0 /* Crystal🔮.json in Resources */,
  1070. A80E723C2D3F4CAA00C64288 /* Food🍔.json in Resources */,
  1071. A8EEADE72D3E76860032C5A0 /* Drink🥤.json in Resources */,
  1072. A8FB02D12D3E6B2A0031A396 /* Cat🐱.json in Resources */,
  1073. A80E72462D3F4EED00C64288 /* sticker.json in Resources */,
  1074. A8EEADD62D3E6CD80032C5A0 /* Fish🐠.json in Resources */,
  1075. A8EEADE22D3E76110032C5A0 /* Dog🐕.json in Resources */,
  1076. A8EEADD82D3E74D20032C5A0 /* Pink🩷.json in Resources */,
  1077. A80E723F2D3F4D3700C64288 /* Universe🌍.json in Resources */,
  1078. A8EEADDE2D3E75610032C5A0 /* Fruit🍊.json in Resources */,
  1079. A8F7748E2D38E8B700AA6E93 /* Assets.xcassets in Resources */,
  1080. A8F774902D38E8B700AA6E93 /* LaunchScreen.storyboard in Resources */,
  1081. );
  1082. runOnlyForDeploymentPostprocessing = 0;
  1083. };
  1084. /* End PBXResourcesBuildPhase section */
  1085. /* Begin PBXShellScriptBuildPhase section */
  1086. 8D2F920BECF35527D1C24A4F /* [CP] Check Pods Manifest.lock */ = {
  1087. isa = PBXShellScriptBuildPhase;
  1088. buildActionMask = 2147483647;
  1089. files = (
  1090. );
  1091. inputFileListPaths = (
  1092. );
  1093. inputPaths = (
  1094. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1095. "${PODS_ROOT}/Manifest.lock",
  1096. );
  1097. name = "[CP] Check Pods Manifest.lock";
  1098. outputFileListPaths = (
  1099. );
  1100. outputPaths = (
  1101. "$(DERIVED_FILE_DIR)/Pods-AIEmoji-checkManifestLockResult.txt",
  1102. );
  1103. runOnlyForDeploymentPostprocessing = 0;
  1104. shellPath = /bin/sh;
  1105. 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";
  1106. showEnvVarsInLog = 0;
  1107. };
  1108. A6FFE8F95E002D0E705F3EE6 /* [CP] Embed Pods Frameworks */ = {
  1109. isa = PBXShellScriptBuildPhase;
  1110. buildActionMask = 2147483647;
  1111. files = (
  1112. );
  1113. inputFileListPaths = (
  1114. "${PODS_ROOT}/Target Support Files/Pods-AIEmoji/Pods-AIEmoji-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  1115. );
  1116. name = "[CP] Embed Pods Frameworks";
  1117. outputFileListPaths = (
  1118. "${PODS_ROOT}/Target Support Files/Pods-AIEmoji/Pods-AIEmoji-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  1119. );
  1120. runOnlyForDeploymentPostprocessing = 0;
  1121. shellPath = /bin/sh;
  1122. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIEmoji/Pods-AIEmoji-frameworks.sh\"\n";
  1123. showEnvVarsInLog = 0;
  1124. };
  1125. /* End PBXShellScriptBuildPhase section */
  1126. /* Begin PBXSourcesBuildPhase section */
  1127. A8F774652D38E8B000AA6E93 /* Sources */ = {
  1128. isa = PBXSourcesBuildPhase;
  1129. buildActionMask = 2147483647;
  1130. files = (
  1131. A8F775252D38ED8300AA6E93 /* TSConfig.swift in Sources */,
  1132. A80E726C2D409E8300C64288 /* TSDiyTLPinkAnimalView.swift in Sources */,
  1133. A80E72652D409B0D00C64288 /* DiyStaticElement.swift in Sources */,
  1134. A89EA6B42D5C9D43000EB181 /* TSAIChatHistoryVM.swift in Sources */,
  1135. A80E72532D3F985E00C64288 /* TSWallpaperVC.swift in Sources */,
  1136. A8FB02B32D3E39A40031A396 /* TSEmojisModel.swift in Sources */,
  1137. A89EA6542D59A9F4000EB181 /* TSTextLayoutSizeCalculator.swift in Sources */,
  1138. A89EA6552D59A9F4000EB181 /* TSChatMessage.swift in Sources */,
  1139. A89EA6562D59A9F4000EB181 /* TSChatUser.swift in Sources */,
  1140. A89EA6582D59A9F4000EB181 /* TSLayoutSizeCalculator.swift in Sources */,
  1141. A89EA6592D59A9F4000EB181 /* CustomMessageFlowLayout.swift in Sources */,
  1142. A80E72792D42285500C64288 /* TSBootPageVC.swift in Sources */,
  1143. A80E726A2D409E5400C64288 /* TSDiyTLYFlowersView.swift in Sources */,
  1144. A8F7764E2D3E00A800AA6E93 /* TSEmojisColViewModel.swift in Sources */,
  1145. A89EA6C82D6359ED000EB181 /* TSChatViewController+VipView.swift in Sources */,
  1146. A8F776422D3B75FC00AA6E93 /* TSBottomAlertVC.swift in Sources */,
  1147. A8F775192D38EC6800AA6E93 /* TSEmojisVC.swift in Sources */,
  1148. A80E725C2D3FB09400C64288 /* TSKeyboardView.swift in Sources */,
  1149. A89EA6CC2D642CE2000EB181 /* TSChatViewController+NaviBar.swift in Sources */,
  1150. A8F7753B2D3918DE00AA6E93 /* TSNetworkManager+Loading.swift in Sources */,
  1151. A80E721A2D3F393A00C64288 /* DiyStickerModel.swift in Sources */,
  1152. A80E726F2D40DE2B00C64288 /* TSWallpaperPreviewVC.swift in Sources */,
  1153. A8F775492D3935D600AA6E93 /* TSBusinessWebVC.swift in Sources */,
  1154. A8F776392D3B38E600AA6E93 /* TSGenmojiGennerateVC.swift in Sources */,
  1155. A8F774E02D38EA8C00AA6E93 /* TSCommonTool.swift in Sources */,
  1156. A89EA6BF2D5E03D6000EB181 /* Notification+Ex.swift in Sources */,
  1157. A8F774E12D38EA8C00AA6E93 /* TSFileManagerTool.swift in Sources */,
  1158. A80E73E42D533EB000C64288 /* TSPurchaseManager.swift in Sources */,
  1159. A8F7762F2D3A765400AA6E93 /* TSGenmojiViewModel.swift in Sources */,
  1160. A8F7751B2D38EC9800AA6E93 /* TSGenmojiVC.swift in Sources */,
  1161. A89EA6CF2D6430F3000EB181 /* TSChatViewController+Keyboard.swift in Sources */,
  1162. A8F7754E2D39E59100AA6E93 /* TSGenmojiModel.swift in Sources */,
  1163. A8F776452D3DE8A800AA6E93 /* TSSmallIconBrowseVC.swift in Sources */,
  1164. A80E72632D40925000C64288 /* TSDiyKeyboardVM.swift in Sources */,
  1165. A8F775432D39346400AA6E93 /* TSSetingModel.swift in Sources */,
  1166. A89EA6BA2D5DDE5B000EB181 /* TSPageNullView.swift in Sources */,
  1167. A89EA6C12D5ED289000EB181 /* TSChatCellConfig.swift in Sources */,
  1168. A8F775502D39ECED00AA6E93 /* PhotoManager.swift in Sources */,
  1169. A8F7763F2D3B68E100AA6E93 /* TSGenmojiGennerateViewModel.swift in Sources */,
  1170. A80E72352D3F473400C64288 /* DiyPaperTemplateBaseView.swift in Sources */,
  1171. A80E72362D3F473400C64288 /* DiyPaperTemplate.swift in Sources */,
  1172. A85E47922D6728A00018D62D /* TSTextGeneralPictureVM.swift in Sources */,
  1173. A89EA6B82D5D7EE9000EB181 /* TSAIChatHistoryModel.swift in Sources */,
  1174. A80E72722D40F86000C64288 /* TSLaunchVC.swift in Sources */,
  1175. A8F775352D38FC9A00AA6E93 /* TSViewTool.swift in Sources */,
  1176. A80E72592D3FA67800C64288 /* TSWallpaperViewModel.swift in Sources */,
  1177. A89EA67D2D59F1AF000EB181 /* StreamPostRequest.swift in Sources */,
  1178. A80E722F2D3F3E1400C64288 /* TSDiyCanvasView.swift in Sources */,
  1179. A80E72672D409C7D00C64288 /* Template+More.swift in Sources */,
  1180. A89EA6AC2D5B3EFB000EB181 /* TSRealmManager.swift in Sources */,
  1181. A8F775172D38EB7400AA6E93 /* TSTabBarController.swift in Sources */,
  1182. A8F776272D3A6EC200AA6E93 /* TSGenmojiTextView.swift in Sources */,
  1183. A80E73E12D533E5800C64288 /* TSPurchaseVC.swift in Sources */,
  1184. A8F776352D3A7C2B00AA6E93 /* TSGenmojiColSectionView.swift in Sources */,
  1185. A80E724F2D3F6D7F00C64288 /* DiyFixedTextElement.swift in Sources */,
  1186. A85E478F2D67115A0018D62D /* TSTextGeneralPictureVC.swift in Sources */,
  1187. A89EA6C42D5F40CC000EB181 /* TSChatInputBarVC.swift in Sources */,
  1188. A8F775452D39347100AA6E93 /* TSSetingViewModel.swift in Sources */,
  1189. A80E72202D3F3A8600C64288 /* DiyElementBaseView.swift in Sources */,
  1190. A8F776212D3A3F0200AA6E93 /* TSEmojisChildVC.swift in Sources */,
  1191. A80E72222D3F3A9200C64288 /* DiyStickerElement.swift in Sources */,
  1192. A8F775002D38EA8C00AA6E93 /* WindowHelper.swift in Sources */,
  1193. A8F7764B2D3E008500AA6E93 /* TSEmojisChildColViewModel.swift in Sources */,
  1194. A80E72772D41EFF900C64288 /* TSEmojisTutorialsVC.swift in Sources */,
  1195. A8F776482D3DE9F600AA6E93 /* TSSmallIconBrowseCell.swift in Sources */,
  1196. A8F7753D2D3918F800AA6E93 /* TSNetWork+Business.swift in Sources */,
  1197. A85E479F2D6859FA0018D62D /* TSRandomTextPicker.swift in Sources */,
  1198. A80E72262D3F3A9A00C64288 /* HYHAddImageView.m in Sources */,
  1199. A80E72272D3F3A9A00C64288 /* DiyTextElement.swift in Sources */,
  1200. A8FB02BA2D3E3BB20031A396 /* TSEmojisCoLItemCell.swift in Sources */,
  1201. A85E47962D672ADA0018D62D /* TSTextPicGennerateVC.swift in Sources */,
  1202. A80E72562D3F98D700C64288 /* TSDiyKeyboardViewVC.swift in Sources */,
  1203. A8F775032D38EA8C00AA6E93 /* GlobalImports.swift in Sources */,
  1204. A89EA67A2D59D25F000EB181 /* TSAIChatVM.swift in Sources */,
  1205. A85E47BE2D68999B0018D62D /* ShareActivityItemProvider.swift in Sources */,
  1206. A8F7763C2D3B429B00AA6E93 /* TSCommonloadingView.swift in Sources */,
  1207. A8F776322D3A771400AA6E93 /* TSGenmojiCollectionViewModel.swift in Sources */,
  1208. A80E721E2D3F3A7500C64288 /* DiyElement.swift in Sources */,
  1209. A8F776372D3A806E00AA6E93 /* TSGenmojiItemCell.swift in Sources */,
  1210. A89EA6692D59AA31000EB181 /* CameraInputBarAccessoryView.swift in Sources */,
  1211. A89EA66B2D59AA31000EB181 /* TSTextMessageContentCell.swift in Sources */,
  1212. A89EA66C2D59AA31000EB181 /* TSMessageContentCell.swift in Sources */,
  1213. A89EA66D2D59AA31000EB181 /* TableViewCells.swift in Sources */,
  1214. A8F7750A2D38EA8C00AA6E93 /* TSNetworkTool.swift in Sources */,
  1215. A8F7762D2D3A74A100AA6E93 /* TSGenmojiGennerateCell.swift in Sources */,
  1216. A89EA6BC2D5DFB12000EB181 /* TSViewController.swift in Sources */,
  1217. A85E479D2D6809DC0018D62D /* TSBigIconBrowseCell.swift in Sources */,
  1218. A89EA6832D59F4F9000EB181 /* TSChatViewController+ChatDelegate.swift in Sources */,
  1219. A89EA6A32D5B26E3000EB181 /* TSDBAIChatList.swift in Sources */,
  1220. A8F7753F2D39340E00AA6E93 /* TSSetingVC.swift in Sources */,
  1221. A8F7762B2D3A70B200AA6E93 /* PaddedLabel.swift in Sources */,
  1222. A80E73E62D5348D000C64288 /* SettingPurchaseTopView.swift in Sources */,
  1223. A80E72382D3F473B00C64288 /* DiyPaperProtocol.swift in Sources */,
  1224. A8F775382D390C3C00AA6E93 /* TSNetworkManager.swift in Sources */,
  1225. A85E47982D672AE70018D62D /* TSTextPicGennerateVM.swift in Sources */,
  1226. A89EA65F2D59AA11000EB181 /* TSChatViewController.swift in Sources */,
  1227. A89EA6C62D5F5C22000EB181 /* TSChatInputFullScreenVC.swift in Sources */,
  1228. A89EA6CA2D642C0A000EB181 /* TSChatViewController+SendMsg.swift in Sources */,
  1229. A85E479B2D6808C40018D62D /* TSBigIconBrowseVC.swift in Sources */,
  1230. A89EA6B12D5C9D0C000EB181 /* TSAIChatHistoryVC.swift in Sources */,
  1231. A8FB02B72D3E3A3D0031A396 /* TSEmojisChildViewModel.swift in Sources */,
  1232. A8F7754B2D39376800AA6E93 /* TSSettingListView.swift in Sources */,
  1233. A8F7748B2D38E8B700AA6E93 /* AppDelegate.swift in Sources */,
  1234. );
  1235. runOnlyForDeploymentPostprocessing = 0;
  1236. };
  1237. /* End PBXSourcesBuildPhase section */
  1238. /* Begin PBXVariantGroup section */
  1239. A8F774852D38E8B700AA6E93 /* LaunchScreen.storyboard */ = {
  1240. isa = PBXVariantGroup;
  1241. children = (
  1242. A8F774842D38E8B700AA6E93 /* Base */,
  1243. );
  1244. name = LaunchScreen.storyboard;
  1245. sourceTree = "<group>";
  1246. };
  1247. /* End PBXVariantGroup section */
  1248. /* Begin XCBuildConfiguration section */
  1249. A8F7747D2D38E8B200AA6E93 /* Debug */ = {
  1250. isa = XCBuildConfiguration;
  1251. baseConfigurationReference = CA9B99CBEC45A6004629E790 /* Pods-AIEmoji.debug.xcconfig */;
  1252. buildSettings = {
  1253. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1254. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1255. CLANG_ENABLE_MODULES = YES;
  1256. CODE_SIGN_STYLE = Automatic;
  1257. CURRENT_PROJECT_VERSION = 5;
  1258. DEVELOPMENT_TEAM = 65UD255J84;
  1259. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1260. GENERATE_INFOPLIST_FILE = YES;
  1261. INFOPLIST_FILE = AIEmoji/Info.plist;
  1262. INFOPLIST_KEY_CFBundleDisplayName = HahaEmoji;
  1263. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save emoji to your device.";
  1264. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1265. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1266. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1267. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  1268. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  1269. LD_RUNPATH_SEARCH_PATHS = (
  1270. "$(inherited)",
  1271. "@executable_path/Frameworks",
  1272. );
  1273. MARKETING_VERSION = 1.7;
  1274. PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
  1275. PRODUCT_NAME = "$(TARGET_NAME)";
  1276. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1277. SUPPORTS_MACCATALYST = NO;
  1278. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1279. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1280. SWIFT_EMIT_LOC_STRINGS = YES;
  1281. SWIFT_OBJC_BRIDGING_HEADER = "AIEmoji/Business/TSWallpaperVC/DiyWallpaper/Elemnet/AIEmoji-Bridging-Header.h";
  1282. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1283. SWIFT_VERSION = 5.0;
  1284. TARGETED_DEVICE_FAMILY = 1;
  1285. };
  1286. name = Debug;
  1287. };
  1288. A8F7747E2D38E8B200AA6E93 /* Release */ = {
  1289. isa = XCBuildConfiguration;
  1290. baseConfigurationReference = 6E77A292B548CD79E381757E /* Pods-AIEmoji.release.xcconfig */;
  1291. buildSettings = {
  1292. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1293. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1294. CLANG_ENABLE_MODULES = YES;
  1295. CODE_SIGN_STYLE = Automatic;
  1296. CURRENT_PROJECT_VERSION = 5;
  1297. DEVELOPMENT_TEAM = 65UD255J84;
  1298. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1299. GENERATE_INFOPLIST_FILE = YES;
  1300. INFOPLIST_FILE = AIEmoji/Info.plist;
  1301. INFOPLIST_KEY_CFBundleDisplayName = HahaEmoji;
  1302. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save emoji to your device.";
  1303. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1304. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1305. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1306. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  1307. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  1308. LD_RUNPATH_SEARCH_PATHS = (
  1309. "$(inherited)",
  1310. "@executable_path/Frameworks",
  1311. );
  1312. MARKETING_VERSION = 1.7;
  1313. PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
  1314. PRODUCT_NAME = "$(TARGET_NAME)";
  1315. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1316. SUPPORTS_MACCATALYST = NO;
  1317. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1318. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1319. SWIFT_EMIT_LOC_STRINGS = YES;
  1320. SWIFT_OBJC_BRIDGING_HEADER = "AIEmoji/Business/TSWallpaperVC/DiyWallpaper/Elemnet/AIEmoji-Bridging-Header.h";
  1321. SWIFT_VERSION = 5.0;
  1322. TARGETED_DEVICE_FAMILY = 1;
  1323. };
  1324. name = Release;
  1325. };
  1326. A8F7747F2D38E8B200AA6E93 /* Debug */ = {
  1327. isa = XCBuildConfiguration;
  1328. buildSettings = {
  1329. ALWAYS_SEARCH_USER_PATHS = NO;
  1330. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1331. CLANG_ANALYZER_NONNULL = YES;
  1332. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1333. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1334. CLANG_ENABLE_MODULES = YES;
  1335. CLANG_ENABLE_OBJC_ARC = YES;
  1336. CLANG_ENABLE_OBJC_WEAK = YES;
  1337. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1338. CLANG_WARN_BOOL_CONVERSION = YES;
  1339. CLANG_WARN_COMMA = YES;
  1340. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1341. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1342. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1343. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1344. CLANG_WARN_EMPTY_BODY = YES;
  1345. CLANG_WARN_ENUM_CONVERSION = YES;
  1346. CLANG_WARN_INFINITE_RECURSION = YES;
  1347. CLANG_WARN_INT_CONVERSION = YES;
  1348. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1349. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1350. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1351. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1352. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1353. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1354. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1355. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1356. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1357. CLANG_WARN_UNREACHABLE_CODE = YES;
  1358. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1359. COPY_PHASE_STRIP = NO;
  1360. DEBUG_INFORMATION_FORMAT = dwarf;
  1361. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1362. ENABLE_TESTABILITY = YES;
  1363. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1364. GCC_C_LANGUAGE_STANDARD = gnu17;
  1365. GCC_DYNAMIC_NO_PIC = NO;
  1366. GCC_NO_COMMON_BLOCKS = YES;
  1367. GCC_OPTIMIZATION_LEVEL = 0;
  1368. GCC_PREPROCESSOR_DEFINITIONS = (
  1369. "DEBUG=1",
  1370. "$(inherited)",
  1371. );
  1372. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1373. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1374. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1375. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1376. GCC_WARN_UNUSED_FUNCTION = YES;
  1377. GCC_WARN_UNUSED_VARIABLE = YES;
  1378. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1379. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1380. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1381. MTL_FAST_MATH = YES;
  1382. ONLY_ACTIVE_ARCH = YES;
  1383. SDKROOT = iphoneos;
  1384. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  1385. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1386. };
  1387. name = Debug;
  1388. };
  1389. A8F774802D38E8B200AA6E93 /* Release */ = {
  1390. isa = XCBuildConfiguration;
  1391. buildSettings = {
  1392. ALWAYS_SEARCH_USER_PATHS = NO;
  1393. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1394. CLANG_ANALYZER_NONNULL = YES;
  1395. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1396. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1397. CLANG_ENABLE_MODULES = YES;
  1398. CLANG_ENABLE_OBJC_ARC = YES;
  1399. CLANG_ENABLE_OBJC_WEAK = YES;
  1400. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1401. CLANG_WARN_BOOL_CONVERSION = YES;
  1402. CLANG_WARN_COMMA = YES;
  1403. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1404. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1405. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1406. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1407. CLANG_WARN_EMPTY_BODY = YES;
  1408. CLANG_WARN_ENUM_CONVERSION = YES;
  1409. CLANG_WARN_INFINITE_RECURSION = YES;
  1410. CLANG_WARN_INT_CONVERSION = YES;
  1411. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1412. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1413. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1414. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1415. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1416. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1417. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1418. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1419. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1420. CLANG_WARN_UNREACHABLE_CODE = YES;
  1421. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1422. COPY_PHASE_STRIP = NO;
  1423. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1424. ENABLE_NS_ASSERTIONS = NO;
  1425. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1426. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1427. GCC_C_LANGUAGE_STANDARD = gnu17;
  1428. GCC_NO_COMMON_BLOCKS = YES;
  1429. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1430. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1431. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1432. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1433. GCC_WARN_UNUSED_FUNCTION = YES;
  1434. GCC_WARN_UNUSED_VARIABLE = YES;
  1435. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1436. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1437. MTL_ENABLE_DEBUG_INFO = NO;
  1438. MTL_FAST_MATH = YES;
  1439. SDKROOT = iphoneos;
  1440. SWIFT_COMPILATION_MODE = wholemodule;
  1441. VALIDATE_PRODUCT = YES;
  1442. };
  1443. name = Release;
  1444. };
  1445. /* End XCBuildConfiguration section */
  1446. /* Begin XCConfigurationList section */
  1447. A8F774642D38E8B000AA6E93 /* Build configuration list for PBXProject "AIEmoji" */ = {
  1448. isa = XCConfigurationList;
  1449. buildConfigurations = (
  1450. A8F7747F2D38E8B200AA6E93 /* Debug */,
  1451. A8F774802D38E8B200AA6E93 /* Release */,
  1452. );
  1453. defaultConfigurationIsVisible = 0;
  1454. defaultConfigurationName = Release;
  1455. };
  1456. A8F7747C2D38E8B200AA6E93 /* Build configuration list for PBXNativeTarget "AIEmoji" */ = {
  1457. isa = XCConfigurationList;
  1458. buildConfigurations = (
  1459. A8F7747D2D38E8B200AA6E93 /* Debug */,
  1460. A8F7747E2D38E8B200AA6E93 /* Release */,
  1461. );
  1462. defaultConfigurationIsVisible = 0;
  1463. defaultConfigurationName = Release;
  1464. };
  1465. /* End XCConfigurationList section */
  1466. /* Begin XCRemoteSwiftPackageReference section */
  1467. A89EA6492D59A588000EB181 /* XCRemoteSwiftPackageReference "MessageKit" */ = {
  1468. isa = XCRemoteSwiftPackageReference;
  1469. repositoryURL = "https://github.com/MessageKit/MessageKit";
  1470. requirement = {
  1471. kind = upToNextMajorVersion;
  1472. minimumVersion = 5.0.0;
  1473. };
  1474. };
  1475. /* End XCRemoteSwiftPackageReference section */
  1476. /* Begin XCSwiftPackageProductDependency section */
  1477. A89EA64A2D59A588000EB181 /* MessageKit */ = {
  1478. isa = XCSwiftPackageProductDependency;
  1479. package = A89EA6492D59A588000EB181 /* XCRemoteSwiftPackageReference "MessageKit" */;
  1480. productName = MessageKit;
  1481. };
  1482. /* End XCSwiftPackageProductDependency section */
  1483. };
  1484. rootObject = A8F774612D38E8B000AA6E93 /* Project object */;
  1485. }