project.pbxproj 86 KB

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