project.pbxproj 91 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A80EDE582D718623003CD332 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE4E2D718623003CD332 /* AppDelegate.swift */; };
  10. A80EDE5B2D718623003CD332 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A80EDE4F2D718623003CD332 /* Assets.xcassets */; };
  11. A80EDE5D2D718623003CD332 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A80EDE522D718623003CD332 /* LaunchScreen.storyboard */; };
  12. A80EDE612D718AF4003CD332 /* TSConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE602D718AF4003CD332 /* TSConfig.swift */; };
  13. A80EDE652D718CAF003CD332 /* GlobalImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE642D718CAF003CD332 /* GlobalImports.swift */; };
  14. A80EDEC62D718CEA003CD332 /* TSRandomTextPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEB32D718CEA003CD332 /* TSRandomTextPicker.swift */; };
  15. A80EDEC82D718CEA003CD332 /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE6E2D718CEA003CD332 /* TSNetworkManager+Loading.swift */; };
  16. A80EDECB2D718CEA003CD332 /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE6D2D718CEA003CD332 /* TSNetWork+Business.swift */; };
  17. A80EDEDB2D718CEA003CD332 /* TSPhotoPickerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEBB2D718CEA003CD332 /* TSPhotoPickerManager.swift */; };
  18. A80EDEE32D718CEA003CD332 /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE6C2D718CEA003CD332 /* TSNetworkManager.swift */; };
  19. A80EDEE92D718CEA003CD332 /* TSFileManagerTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEB62D718CEA003CD332 /* TSFileManagerTool.swift */; };
  20. A80EDEEA2D718CEA003CD332 /* PaddedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEBF2D718CEA003CD332 /* PaddedLabel.swift */; };
  21. A80EDEEB2D718CEA003CD332 /* StreamPostRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDE6F2D718CEA003CD332 /* StreamPostRequest.swift */; };
  22. A80EDEF52D718DEA003CD332 /* TSTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEF32D718DEA003CD332 /* TSTabBarController.swift */; };
  23. A80EDF012D718DF1003CD332 /* TSBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEF62D718DF1003CD332 /* TSBusinessWebVC.swift */; };
  24. A80EDF022D718DF1003CD332 /* TSSettingListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEF92D718DF1003CD332 /* TSSettingListView.swift */; };
  25. A80EDF032D718DF1003CD332 /* ShareActivityItemProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEFD2D718DF1003CD332 /* ShareActivityItemProvider.swift */; };
  26. A80EDF042D718DF1003CD332 /* TSSetingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEFC2D718DF1003CD332 /* TSSetingModel.swift */; };
  27. A80EDF052D718DF1003CD332 /* TSSetingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEFE2D718DF1003CD332 /* TSSetingVC.swift */; };
  28. A80EDF062D718DF1003CD332 /* SettingPurchaseTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEF82D718DF1003CD332 /* SettingPurchaseTopView.swift */; };
  29. A80EDF072D718DF1003CD332 /* TSSetingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDEFB2D718DF1003CD332 /* TSSetingViewModel.swift */; };
  30. A80EDF0B2D718DF7003CD332 /* TSBootPageVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF082D718DF7003CD332 /* TSBootPageVC.swift */; };
  31. A80EDF0C2D718DF7003CD332 /* TSLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF092D718DF7003CD332 /* TSLaunchVC.swift */; };
  32. A80EDF112D718ED1003CD332 /* TSAIRintoneVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF102D718ECF003CD332 /* TSAIRintoneVC.swift */; };
  33. A80EDF132D718EF7003CD332 /* TSAIPhotoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF122D718EF6003CD332 /* TSAIPhotoVC.swift */; };
  34. A80EDF152D718F13003CD332 /* TSThemeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF142D718F12003CD332 /* TSThemeVC.swift */; };
  35. A80EDF182D7193EE003CD332 /* TSTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF172D7193ED003CD332 /* TSTutorialsVC.swift */; };
  36. A80EDF1B2D71AC90003CD332 /* TSCollectionViewVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF1A2D71AC8F003CD332 /* TSCollectionViewVM.swift */; };
  37. A80EDF1D2D71BE15003CD332 /* TSCollectionViewVM+Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF1C2D71BE11003CD332 /* TSCollectionViewVM+Config.swift */; };
  38. A80EDF242D71C0AA003CD332 /* TSColVVMSectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF232D71C091003CD332 /* TSColVVMSectionHeaderView.swift */; };
  39. A80EDF272D71C13D003CD332 /* TSColVVMHeaderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF262D71C13C003CD332 /* TSColVVMHeaderModel.swift */; };
  40. A80EDF2A2D71C215003CD332 /* TSThemeVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF292D71C211003CD332 /* TSThemeVM.swift */; };
  41. A80EDF2D2D71C2CA003CD332 /* TSThemeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80EDF2C2D71C2BF003CD332 /* TSThemeModel.swift */; };
  42. A8272E982D7A88F400F1C814 /* text_rintone_style.json in Resources */ = {isa = PBXBuildFile; fileRef = A8272E972D7A88E300F1C814 /* text_rintone_style.json */; };
  43. A8272E9B2D7A8F1000F1C814 /* TSGeneralRintoneVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272E9A2D7A8F0E00F1C814 /* TSGeneralRintoneVC.swift */; };
  44. A8272E9D2D7A8F4600F1C814 /* TSGeneralRintoneVC+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272E9C2D7A8F3A00F1C814 /* TSGeneralRintoneVC+Event.swift */; };
  45. A8272E9F2D7A8F6500F1C814 /* TSGeneralRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272E9E2D7A8F6000F1C814 /* TSGeneralRintoneVM.swift */; };
  46. A8272EBB2D7AFD0F00F1C814 /* TSBusinessAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */; };
  47. A83503CD2D7ED1440067002A /* TSThemeTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */; };
  48. A83F871D2D79409B00D29B1B /* TSUserDefaultData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F871C2D79409300D29B1B /* TSUserDefaultData.swift */; };
  49. A83F87202D794FF000D29B1B /* TSAIPhotoImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F871F2D794FE600D29B1B /* TSAIPhotoImageCell.swift */; };
  50. A83F87222D7953C000D29B1B /* Notification+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F87212D7953BA00D29B1B /* Notification+TSEx.swift */; };
  51. A83F87242D7954BB00D29B1B /* TSAIPhotoChildVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F87232D7954B800D29B1B /* TSAIPhotoChildVM.swift */; };
  52. A840A7EB2D8D81CD0044B8B9 /* TSGenerateRintoneOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7EA2D8D81C90044B8B9 /* TSGenerateRintoneOperationQueue.swift */; };
  53. A840A7ED2D8D81DB0044B8B9 /* TSGenerateRintoneOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7EC2D8D81DA0044B8B9 /* TSGenerateRintoneOperation.swift */; };
  54. A840A7F02D8E5BA00044B8B9 /* TSRingLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7EF2D8E5B8F0044B8B9 /* TSRingLoadingView.swift */; };
  55. A840A7F22D8E60A40044B8B9 /* ringAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = A840A7F12D8E60A40044B8B9 /* ringAnimation.gif */; };
  56. A840A7F42D8EA0340044B8B9 /* TSGeneralPhotoBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7F32D8EA02E0044B8B9 /* TSGeneralPhotoBrowseVC.swift */; };
  57. A840A7F62D8EA0470044B8B9 /* TSGeneralPosterBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7F52D8EA0380044B8B9 /* TSGeneralPosterBrowseVC.swift */; };
  58. A840A7FA2D916D9B0044B8B9 /* TSGeneratePosterOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7F92D916D9A0044B8B9 /* TSGeneratePosterOperation.swift */; };
  59. A840A7FE2D916DB50044B8B9 /* TSGeneratePhotoOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A840A7FD2D916DB40044B8B9 /* TSGeneratePhotoOperation.swift */; };
  60. A868A89A2D75505E00F6D884 /* TSThemeBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8992D75505800F6D884 /* TSThemeBannerCell.swift */; };
  61. A868A89C2D75506C00F6D884 /* TSThemeContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A89B2D75506500F6D884 /* TSThemeContentCell.swift */; };
  62. A868A8A22D7560B900F6D884 /* TSPageNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A89D2D7560B900F6D884 /* TSPageNullView.swift */; };
  63. A868A8A32D7560B900F6D884 /* TSViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8A02D7560B900F6D884 /* TSViewTool.swift */; };
  64. A868A8A42D7560B900F6D884 /* TSCommonloadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A89E2D7560B900F6D884 /* TSCommonloadingView.swift */; };
  65. A868A8A72D757DD600F6D884 /* UICollectionView+Refresh.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8A62D757DCE00F6D884 /* UICollectionView+Refresh.swift */; };
  66. A868A8AA2D7588A500F6D884 /* TSThemeBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8A92D7588A400F6D884 /* TSThemeBrowseVC.swift */; };
  67. A868A8AD2D758B6B00F6D884 /* TSTBCallPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8AC2D758B5100F6D884 /* TSTBCallPreviewView.swift */; };
  68. A868A8AF2D758BBC00F6D884 /* TSTBDesktopPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8AE2D758BA800F6D884 /* TSTBDesktopPreviewView.swift */; };
  69. A868A8B12D758CA400F6D884 /* TSTBBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8B02D758C9600F6D884 /* TSTBBtnView.swift */; };
  70. A868A8B52D7598C000F6D884 /* TSTSIslandView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8B42D7598A500F6D884 /* TSTSIslandView.swift */; };
  71. A868A8BA2D75C22300F6D884 /* TSThemeBrowseVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8B92D75C20400F6D884 /* TSThemeBrowseVM.swift */; };
  72. A868A8BD2D75C68300F6D884 /* TSAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8BB2D75C68300F6D884 /* TSAudioPlayer.swift */; };
  73. A868A8BF2D76A17E00F6D884 /* Poppins-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A868A8BE2D76A17E00F6D884 /* Poppins-BlackItalic.ttf */; };
  74. A868A8C22D76A2A700F6D884 /* UIFont+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8C12D76A28F00F6D884 /* UIFont+TSEx.swift */; };
  75. A868A8C72D76A44500F6D884 /* TSThemeSetVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8C62D76A43E00F6D884 /* TSThemeSetVC.swift */; };
  76. A868A8C92D76A45900F6D884 /* TSThemeSetItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */; };
  77. A868A8CE2D76AAC600F6D884 /* TSThemeSetRingToneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */; };
  78. A868A8D02D76D03900F6D884 /* TSRingToneCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8CF2D76D02300F6D884 /* TSRingToneCellView.swift */; };
  79. A868A8DB2D76F00C00F6D884 /* TSBandRingTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8DA2D76F00800F6D884 /* TSBandRingTool.swift */; };
  80. A868A8DE2D76F91500F6D884 /* AudioTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8DD2D76F91500F6D884 /* AudioTool.swift */; };
  81. A868A8E12D76F9BB00F6D884 /* AudioConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = A868A8E02D76F9BB00F6D884 /* AudioConverter.m */; };
  82. A868A8E82D76FA4200F6D884 /* ExtAudioConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = A868A8E52D76FA4200F6D884 /* ExtAudioConverter.m */; };
  83. A868A8EB2D76FD9800F6D884 /* placeholder.band in Resources */ = {isa = PBXBuildFile; fileRef = A868A8EA2D76FD9800F6D884 /* placeholder.band */; };
  84. A868A8ED2D76FE5D00F6D884 /* tutorial-ring.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = A868A8EC2D76FE5D00F6D884 /* tutorial-ring.mp4 */; };
  85. A868A8EF2D77041400F6D884 /* TSLoadingAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8EE2D77040F00F6D884 /* TSLoadingAnimation.swift */; };
  86. A868A8F12D77081C00F6D884 /* TSContactsTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8F02D77081B00F6D884 /* TSContactsTool.swift */; };
  87. A868A8F22D770A9200F6D884 /* libmp3lame.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A868A8E42D76FA4200F6D884 /* libmp3lame.a */; };
  88. A868A8F52D77179D00F6D884 /* TSAIPhotoChildVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8F42D77179C00F6D884 /* TSAIPhotoChildVC.swift */; };
  89. A868A8F82D77E2BC00F6D884 /* TSTextGeneralPicVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8F72D77E2B900F6D884 /* TSTextGeneralPicVC.swift */; };
  90. A868A8FA2D77E35E00F6D884 /* TSPromptTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8F92D77E34D00F6D884 /* TSPromptTextView.swift */; };
  91. A868A9002D77E55800F6D884 /* TSPromptStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8FF2D77E54A00F6D884 /* TSPromptStyleView.swift */; };
  92. A868A9032D77E5A500F6D884 /* TSPTPStyleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9022D77E5A400F6D884 /* TSPTPStyleModel.swift */; };
  93. A868A9052D77E5AB00F6D884 /* photo_to_photo_style.json in Resources */ = {isa = PBXBuildFile; fileRef = A868A9042D77E5AB00F6D884 /* photo_to_photo_style.json */; };
  94. A868A9072D77EED800F6D884 /* TSTGPTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9062D77EECC00F6D884 /* TSTGPTitleView.swift */; };
  95. A868A9092D7828EC00F6D884 /* TSTGPPhotoStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9082D7828DF00F6D884 /* TSTGPPhotoStyleView.swift */; };
  96. A868A90C2D78311A00F6D884 /* TSTextGeneralPicVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A90B2D78311400F6D884 /* TSTextGeneralPicVM.swift */; };
  97. A868A90E2D7846D600F6D884 /* TSSavePhotoSuccessTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A90D2D7846D400F6D884 /* TSSavePhotoSuccessTool.swift */; };
  98. A868A9112D784CFB00F6D884 /* TSGeneralPicVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9102D784CFA00F6D884 /* TSGeneralPicVC.swift */; };
  99. A868A9142D784D4D00F6D884 /* TSGeneralPicModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9132D784D2700F6D884 /* TSGeneralPicModel.swift */; };
  100. A868A9162D784E6500F6D884 /* TSBottomAlertVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9152D784E6500F6D884 /* TSBottomAlertVC.swift */; };
  101. A868A9182D78555200F6D884 /* TSGenneralPicVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9172D78554800F6D884 /* TSGenneralPicVM.swift */; };
  102. A868A91A2D78559800F6D884 /* TSProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A9192D78559600F6D884 /* TSProgressState.swift */; };
  103. A868A91C2D78592600F6D884 /* rotatingAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = A868A91B2D78592600F6D884 /* rotatingAnimation.gif */; };
  104. A868A91E2D785CEA00F6D884 /* TSGeneralPicVC+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A91D2D785CE600F6D884 /* TSGeneralPicVC+Event.swift */; };
  105. A899D34D2D82C61C00AB9C1C /* TSPurchaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D34B2D82C61C00AB9C1C /* TSPurchaseVC.swift */; };
  106. A899D3572D82C73100AB9C1C /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = A899D3562D82C73100AB9C1C /* SwiftUIX */; };
  107. A899D35A2D82C75B00AB9C1C /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = A899D3592D82C75B00AB9C1C /* SwiftUIX */; };
  108. A899D35D2D82C88900AB9C1C /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = A899D35C2D82C88900AB9C1C /* SwiftUIX */; };
  109. A899D3602D82C8D800AB9C1C /* TSPurchaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D35E2D82C8D800AB9C1C /* TSPurchaseManager.swift */; };
  110. A899D3622D82D89C00AB9C1C /* TSButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3612D82D89000AB9C1C /* TSButton.swift */; };
  111. A899D36F2D83C3DC00AB9C1C /* TSTutorialPopupVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D36E2D83C3D500AB9C1C /* TSTutorialPopupVC.swift */; };
  112. A899D3742D87B15F00AB9C1C /* TSPurchaseTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3732D87B15D00AB9C1C /* TSPurchaseTool.swift */; };
  113. A899D3842D88303E00AB9C1C /* TSDiscoverVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3832D88303D00AB9C1C /* TSDiscoverVC.swift */; };
  114. A899D3872D89024400AB9C1C /* TSRingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3862D89023A00AB9C1C /* TSRingModel.swift */; };
  115. A899D38A2D891ADE00AB9C1C /* TSDiscoverVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3892D891ADB00AB9C1C /* TSDiscoverVM.swift */; };
  116. A899D38D2D891C5600AB9C1C /* TSDiscoverCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D38C2D891C4D00AB9C1C /* TSDiscoverCell.swift */; };
  117. A899D3932D8924A300AB9C1C /* TSDiscoverListVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3922D8924A200AB9C1C /* TSDiscoverListVC.swift */; };
  118. A899D3962D89258B00AB9C1C /* TSDiscoverListVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3952D89258600AB9C1C /* TSDiscoverListVM.swift */; };
  119. A899D39C2D894F9800AB9C1C /* TSRingDownVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */; };
  120. A899D3A32D896A7B00AB9C1C /* TSRingDownNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D39F2D895F3C00AB9C1C /* TSRingDownNullView.swift */; };
  121. A899D3A52D89786200AB9C1C /* TSAudioAVPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */; };
  122. A899D3CB2D89A53D00AB9C1C /* TSDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */; };
  123. A899D3CF2D89AD4C00AB9C1C /* TSAudioPlayerFileTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */; };
  124. A899D3D12D89B14B00AB9C1C /* TSDiscoverListCellVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */; };
  125. A899D3D42D8A6B6600AB9C1C /* TSGenerateHistoryVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */; };
  126. A899D3D62D8A6CC600AB9C1C /* TSGenerateHistoryVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */; };
  127. A899D3D82D8A76CE00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */; };
  128. A899D3DB2D8A97F100AB9C1C /* TSRingDownVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */; };
  129. A8C6436C2D79A8C8001068D0 /* TSAIRintoneHistoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */; };
  130. A8CC55822D797720002E0CAA /* TSGeneralPicBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55812D79771F002E0CAA /* TSGeneralPicBrowseVC.swift */; };
  131. A8CC55862D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55852D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift */; };
  132. A8CC55892D798E5D002E0CAA /* TSTextGeneralRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55882D798E5A002E0CAA /* TSTextGeneralRintoneVM.swift */; };
  133. A8CC558B2D79905A002E0CAA /* TSCreatBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC558A2D799051002E0CAA /* TSCreatBtnView.swift */; };
  134. A8CC55902D799F9F002E0CAA /* TSAIRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC558F2D799F9C002E0CAA /* TSAIRintoneVM.swift */; };
  135. A8D776F82D8D3448007EAB35 /* TSBaseOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D776F72D8D343F007EAB35 /* TSBaseOperationQueue.swift */; };
  136. A8D776FA2D8D345C007EAB35 /* TSBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D776F92D8D345B007EAB35 /* TSBaseOperation.swift */; };
  137. A8D776FE2D8D3E5E007EAB35 /* TSPublicContent.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D776FD2D8D3E4E007EAB35 /* TSPublicContent.swift */; };
  138. A8DEC2702D7C395C002EB948 /* TSThemeCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */; };
  139. F5FF0EC10B0056B65FDB9C78 /* Pods_AIRingtone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39C823AB7F3D49E8B2356E07 /* Pods_AIRingtone.framework */; };
  140. /* End PBXBuildFile section */
  141. /* Begin PBXFileReference section */
  142. 39C823AB7F3D49E8B2356E07 /* Pods_AIRingtone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIRingtone.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  143. 5D578E9BD60A04ABE5E6E12E /* Pods-AIRingtone.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIRingtone.debug.xcconfig"; path = "Target Support Files/Pods-AIRingtone/Pods-AIRingtone.debug.xcconfig"; sourceTree = "<group>"; };
  144. 5DBE882FFF7A297F71A825E3 /* Pods-AIRingtone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIRingtone.release.xcconfig"; path = "Target Support Files/Pods-AIRingtone/Pods-AIRingtone.release.xcconfig"; sourceTree = "<group>"; };
  145. A80EDE362D7184D9003CD332 /* AIRingtone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIRingtone.app; sourceTree = BUILT_PRODUCTS_DIR; };
  146. A80EDE4E2D718623003CD332 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  147. A80EDE4F2D718623003CD332 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  148. A80EDE502D718623003CD332 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  149. A80EDE512D718623003CD332 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  150. A80EDE602D718AF4003CD332 /* TSConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSConfig.swift; sourceTree = "<group>"; };
  151. A80EDE642D718CAF003CD332 /* GlobalImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalImports.swift; sourceTree = "<group>"; };
  152. A80EDE6C2D718CEA003CD332 /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
  153. A80EDE6D2D718CEA003CD332 /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
  154. A80EDE6E2D718CEA003CD332 /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
  155. A80EDE6F2D718CEA003CD332 /* StreamPostRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPostRequest.swift; sourceTree = "<group>"; };
  156. A80EDEB32D718CEA003CD332 /* TSRandomTextPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomTextPicker.swift; sourceTree = "<group>"; };
  157. A80EDEB62D718CEA003CD332 /* TSFileManagerTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSFileManagerTool.swift; sourceTree = "<group>"; };
  158. A80EDEBB2D718CEA003CD332 /* TSPhotoPickerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPhotoPickerManager.swift; sourceTree = "<group>"; };
  159. A80EDEBF2D718CEA003CD332 /* PaddedLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddedLabel.swift; sourceTree = "<group>"; };
  160. A80EDEF32D718DEA003CD332 /* TSTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTabBarController.swift; sourceTree = "<group>"; };
  161. A80EDEF62D718DF1003CD332 /* TSBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessWebVC.swift; sourceTree = "<group>"; };
  162. A80EDEF82D718DF1003CD332 /* SettingPurchaseTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingPurchaseTopView.swift; sourceTree = "<group>"; };
  163. A80EDEF92D718DF1003CD332 /* TSSettingListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSettingListView.swift; sourceTree = "<group>"; };
  164. A80EDEFB2D718DF1003CD332 /* TSSetingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingViewModel.swift; sourceTree = "<group>"; };
  165. A80EDEFC2D718DF1003CD332 /* TSSetingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingModel.swift; sourceTree = "<group>"; };
  166. A80EDEFD2D718DF1003CD332 /* ShareActivityItemProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareActivityItemProvider.swift; sourceTree = "<group>"; };
  167. A80EDEFE2D718DF1003CD332 /* TSSetingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetingVC.swift; sourceTree = "<group>"; };
  168. A80EDF082D718DF7003CD332 /* TSBootPageVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBootPageVC.swift; sourceTree = "<group>"; };
  169. A80EDF092D718DF7003CD332 /* TSLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLaunchVC.swift; sourceTree = "<group>"; };
  170. A80EDF102D718ECF003CD332 /* TSAIRintoneVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneVC.swift; sourceTree = "<group>"; };
  171. A80EDF122D718EF6003CD332 /* TSAIPhotoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoVC.swift; sourceTree = "<group>"; };
  172. A80EDF142D718F12003CD332 /* TSThemeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeVC.swift; sourceTree = "<group>"; };
  173. A80EDF172D7193ED003CD332 /* TSTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTutorialsVC.swift; sourceTree = "<group>"; };
  174. A80EDF1A2D71AC8F003CD332 /* TSCollectionViewVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCollectionViewVM.swift; sourceTree = "<group>"; };
  175. A80EDF1C2D71BE11003CD332 /* TSCollectionViewVM+Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSCollectionViewVM+Config.swift"; sourceTree = "<group>"; };
  176. A80EDF232D71C091003CD332 /* TSColVVMSectionHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSColVVMSectionHeaderView.swift; sourceTree = "<group>"; };
  177. A80EDF262D71C13C003CD332 /* TSColVVMHeaderModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSColVVMHeaderModel.swift; sourceTree = "<group>"; };
  178. A80EDF292D71C211003CD332 /* TSThemeVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeVM.swift; sourceTree = "<group>"; };
  179. A80EDF2C2D71C2BF003CD332 /* TSThemeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeModel.swift; sourceTree = "<group>"; };
  180. A8272E972D7A88E300F1C814 /* text_rintone_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = text_rintone_style.json; sourceTree = "<group>"; };
  181. A8272E9A2D7A8F0E00F1C814 /* TSGeneralRintoneVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralRintoneVC.swift; sourceTree = "<group>"; };
  182. A8272E9C2D7A8F3A00F1C814 /* TSGeneralRintoneVC+Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSGeneralRintoneVC+Event.swift"; sourceTree = "<group>"; };
  183. A8272E9E2D7A8F6000F1C814 /* TSGeneralRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralRintoneVM.swift; sourceTree = "<group>"; };
  184. A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessAudioPlayer.swift; sourceTree = "<group>"; };
  185. A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeTutorialsVC.swift; sourceTree = "<group>"; };
  186. A83F871C2D79409300D29B1B /* TSUserDefaultData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSUserDefaultData.swift; sourceTree = "<group>"; };
  187. A83F871F2D794FE600D29B1B /* TSAIPhotoImageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoImageCell.swift; sourceTree = "<group>"; };
  188. A83F87212D7953BA00D29B1B /* Notification+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+TSEx.swift"; sourceTree = "<group>"; };
  189. A83F87232D7954B800D29B1B /* TSAIPhotoChildVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoChildVM.swift; sourceTree = "<group>"; };
  190. A840A7EA2D8D81C90044B8B9 /* TSGenerateRintoneOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateRintoneOperationQueue.swift; sourceTree = "<group>"; };
  191. A840A7EC2D8D81DA0044B8B9 /* TSGenerateRintoneOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateRintoneOperation.swift; sourceTree = "<group>"; };
  192. A840A7EF2D8E5B8F0044B8B9 /* TSRingLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingLoadingView.swift; sourceTree = "<group>"; };
  193. A840A7F12D8E60A40044B8B9 /* ringAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ringAnimation.gif; sourceTree = "<group>"; };
  194. A840A7F32D8EA02E0044B8B9 /* TSGeneralPhotoBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPhotoBrowseVC.swift; sourceTree = "<group>"; };
  195. A840A7F52D8EA0380044B8B9 /* TSGeneralPosterBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPosterBrowseVC.swift; sourceTree = "<group>"; };
  196. A840A7F92D916D9A0044B8B9 /* TSGeneratePosterOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratePosterOperation.swift; sourceTree = "<group>"; };
  197. A840A7FD2D916DB40044B8B9 /* TSGeneratePhotoOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratePhotoOperation.swift; sourceTree = "<group>"; };
  198. A868A8992D75505800F6D884 /* TSThemeBannerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeBannerCell.swift; sourceTree = "<group>"; };
  199. A868A89B2D75506500F6D884 /* TSThemeContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeContentCell.swift; sourceTree = "<group>"; };
  200. A868A89D2D7560B900F6D884 /* TSPageNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPageNullView.swift; sourceTree = "<group>"; };
  201. A868A89E2D7560B900F6D884 /* TSCommonloadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCommonloadingView.swift; sourceTree = "<group>"; };
  202. A868A8A02D7560B900F6D884 /* TSViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSViewTool.swift; sourceTree = "<group>"; };
  203. A868A8A62D757DCE00F6D884 /* UICollectionView+Refresh.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Refresh.swift"; sourceTree = "<group>"; };
  204. A868A8A92D7588A400F6D884 /* TSThemeBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeBrowseVC.swift; sourceTree = "<group>"; };
  205. A868A8AC2D758B5100F6D884 /* TSTBCallPreviewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTBCallPreviewView.swift; sourceTree = "<group>"; };
  206. A868A8AE2D758BA800F6D884 /* TSTBDesktopPreviewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTBDesktopPreviewView.swift; sourceTree = "<group>"; };
  207. A868A8B02D758C9600F6D884 /* TSTBBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTBBtnView.swift; sourceTree = "<group>"; };
  208. A868A8B42D7598A500F6D884 /* TSTSIslandView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTSIslandView.swift; sourceTree = "<group>"; };
  209. A868A8B92D75C20400F6D884 /* TSThemeBrowseVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeBrowseVM.swift; sourceTree = "<group>"; };
  210. A868A8BB2D75C68300F6D884 /* TSAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioPlayer.swift; sourceTree = "<group>"; };
  211. A868A8BE2D76A17E00F6D884 /* Poppins-BlackItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BlackItalic.ttf"; sourceTree = "<group>"; };
  212. A868A8C12D76A28F00F6D884 /* UIFont+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+TSEx.swift"; sourceTree = "<group>"; };
  213. A868A8C62D76A43E00F6D884 /* TSThemeSetVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetVC.swift; sourceTree = "<group>"; };
  214. A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetItemView.swift; sourceTree = "<group>"; };
  215. A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetRingToneView.swift; sourceTree = "<group>"; };
  216. A868A8CF2D76D02300F6D884 /* TSRingToneCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingToneCellView.swift; sourceTree = "<group>"; };
  217. A868A8DA2D76F00800F6D884 /* TSBandRingTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBandRingTool.swift; sourceTree = "<group>"; };
  218. A868A8DD2D76F91500F6D884 /* AudioTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioTool.swift; sourceTree = "<group>"; };
  219. A868A8DF2D76F9BB00F6D884 /* AudioConverter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioConverter.h; sourceTree = "<group>"; };
  220. A868A8E02D76F9BB00F6D884 /* AudioConverter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AudioConverter.m; sourceTree = "<group>"; };
  221. A868A8E22D76F9BC00F6D884 /* AIRingtone-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AIRingtone-Bridging-Header.h"; sourceTree = "<group>"; };
  222. A868A8E32D76FA4200F6D884 /* ExtAudioConverter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtAudioConverter.h; sourceTree = "<group>"; };
  223. A868A8E42D76FA4200F6D884 /* libmp3lame.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libmp3lame.a; sourceTree = "<group>"; };
  224. A868A8E52D76FA4200F6D884 /* ExtAudioConverter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtAudioConverter.m; sourceTree = "<group>"; };
  225. A868A8E62D76FA4200F6D884 /* lame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lame.h; sourceTree = "<group>"; };
  226. A868A8EA2D76FD9800F6D884 /* placeholder.band */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = placeholder.band; sourceTree = "<group>"; };
  227. A868A8EC2D76FE5D00F6D884 /* tutorial-ring.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = "tutorial-ring.mp4"; sourceTree = "<group>"; };
  228. A868A8EE2D77040F00F6D884 /* TSLoadingAnimation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLoadingAnimation.swift; sourceTree = "<group>"; };
  229. A868A8F02D77081B00F6D884 /* TSContactsTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSContactsTool.swift; sourceTree = "<group>"; };
  230. A868A8F42D77179C00F6D884 /* TSAIPhotoChildVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoChildVC.swift; sourceTree = "<group>"; };
  231. A868A8F72D77E2B900F6D884 /* TSTextGeneralPicVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPicVC.swift; sourceTree = "<group>"; };
  232. A868A8F92D77E34D00F6D884 /* TSPromptTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPromptTextView.swift; sourceTree = "<group>"; };
  233. A868A8FF2D77E54A00F6D884 /* TSPromptStyleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPromptStyleView.swift; sourceTree = "<group>"; };
  234. A868A9022D77E5A400F6D884 /* TSPTPStyleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPTPStyleModel.swift; sourceTree = "<group>"; };
  235. A868A9042D77E5AB00F6D884 /* photo_to_photo_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = photo_to_photo_style.json; sourceTree = "<group>"; };
  236. A868A9062D77EECC00F6D884 /* TSTGPTitleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTGPTitleView.swift; sourceTree = "<group>"; };
  237. A868A9082D7828DF00F6D884 /* TSTGPPhotoStyleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTGPPhotoStyleView.swift; sourceTree = "<group>"; };
  238. A868A90B2D78311400F6D884 /* TSTextGeneralPicVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPicVM.swift; sourceTree = "<group>"; };
  239. A868A90D2D7846D400F6D884 /* TSSavePhotoSuccessTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSavePhotoSuccessTool.swift; sourceTree = "<group>"; };
  240. A868A9102D784CFA00F6D884 /* TSGeneralPicVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPicVC.swift; sourceTree = "<group>"; };
  241. A868A9132D784D2700F6D884 /* TSGeneralPicModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPicModel.swift; sourceTree = "<group>"; };
  242. A868A9152D784E6500F6D884 /* TSBottomAlertVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBottomAlertVC.swift; sourceTree = "<group>"; };
  243. A868A9172D78554800F6D884 /* TSGenneralPicVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenneralPicVM.swift; sourceTree = "<group>"; };
  244. A868A9192D78559600F6D884 /* TSProgressState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSProgressState.swift; sourceTree = "<group>"; };
  245. A868A91B2D78592600F6D884 /* rotatingAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = rotatingAnimation.gif; sourceTree = "<group>"; };
  246. A868A91D2D785CE600F6D884 /* TSGeneralPicVC+Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSGeneralPicVC+Event.swift"; sourceTree = "<group>"; };
  247. A899D34B2D82C61C00AB9C1C /* TSPurchaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseVC.swift; sourceTree = "<group>"; };
  248. A899D3512D82C67900AB9C1C /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
  249. A899D35E2D82C8D800AB9C1C /* TSPurchaseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseManager.swift; sourceTree = "<group>"; };
  250. A899D3612D82D89000AB9C1C /* TSButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSButton.swift; sourceTree = "<group>"; };
  251. A899D36E2D83C3D500AB9C1C /* TSTutorialPopupVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTutorialPopupVC.swift; sourceTree = "<group>"; };
  252. A899D3732D87B15D00AB9C1C /* TSPurchaseTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseTool.swift; sourceTree = "<group>"; };
  253. A899D3832D88303D00AB9C1C /* TSDiscoverVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverVC.swift; sourceTree = "<group>"; };
  254. A899D3862D89023A00AB9C1C /* TSRingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingModel.swift; sourceTree = "<group>"; };
  255. A899D3892D891ADB00AB9C1C /* TSDiscoverVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverVM.swift; sourceTree = "<group>"; };
  256. A899D38C2D891C4D00AB9C1C /* TSDiscoverCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverCell.swift; sourceTree = "<group>"; };
  257. A899D3922D8924A200AB9C1C /* TSDiscoverListVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverListVC.swift; sourceTree = "<group>"; };
  258. A899D3952D89258600AB9C1C /* TSDiscoverListVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverListVM.swift; sourceTree = "<group>"; };
  259. A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownVC.swift; sourceTree = "<group>"; };
  260. A899D39F2D895F3C00AB9C1C /* TSRingDownNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownNullView.swift; sourceTree = "<group>"; };
  261. A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioAVPlayer.swift; sourceTree = "<group>"; };
  262. A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDownloadManager.swift; sourceTree = "<group>"; };
  263. A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioPlayerFileTool.swift; sourceTree = "<group>"; };
  264. A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverListCellVM.swift; sourceTree = "<group>"; };
  265. A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateHistoryVC.swift; sourceTree = "<group>"; };
  266. A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateHistoryVM.swift; sourceTree = "<group>"; };
  267. A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneHistorySectionHeaderView.swift; sourceTree = "<group>"; };
  268. A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownVM.swift; sourceTree = "<group>"; };
  269. A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneHistoryCell.swift; sourceTree = "<group>"; };
  270. A8CC55812D79771F002E0CAA /* TSGeneralPicBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPicBrowseVC.swift; sourceTree = "<group>"; };
  271. A8CC55852D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralRintoneVC.swift; sourceTree = "<group>"; };
  272. A8CC55882D798E5A002E0CAA /* TSTextGeneralRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralRintoneVM.swift; sourceTree = "<group>"; };
  273. A8CC558A2D799051002E0CAA /* TSCreatBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCreatBtnView.swift; sourceTree = "<group>"; };
  274. A8CC558F2D799F9C002E0CAA /* TSAIRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneVM.swift; sourceTree = "<group>"; };
  275. A8D776F72D8D343F007EAB35 /* TSBaseOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBaseOperationQueue.swift; sourceTree = "<group>"; };
  276. A8D776F92D8D345B007EAB35 /* TSBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBaseOperation.swift; sourceTree = "<group>"; };
  277. A8D776FD2D8D3E4E007EAB35 /* TSPublicContent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPublicContent.swift; sourceTree = "<group>"; };
  278. A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeCopyrightVC.swift; sourceTree = "<group>"; };
  279. /* End PBXFileReference section */
  280. /* Begin PBXFrameworksBuildPhase section */
  281. A80EDE332D7184D9003CD332 /* Frameworks */ = {
  282. isa = PBXFrameworksBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. A899D3572D82C73100AB9C1C /* SwiftUIX in Frameworks */,
  286. F5FF0EC10B0056B65FDB9C78 /* Pods_AIRingtone.framework in Frameworks */,
  287. A868A8F22D770A9200F6D884 /* libmp3lame.a in Frameworks */,
  288. A899D35D2D82C88900AB9C1C /* SwiftUIX in Frameworks */,
  289. A899D35A2D82C75B00AB9C1C /* SwiftUIX in Frameworks */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. /* End PBXFrameworksBuildPhase section */
  294. /* Begin PBXGroup section */
  295. 229F5991134C992950FFF4DF /* Frameworks */ = {
  296. isa = PBXGroup;
  297. children = (
  298. A899D3512D82C67900AB9C1C /* SwiftUI.framework */,
  299. 39C823AB7F3D49E8B2356E07 /* Pods_AIRingtone.framework */,
  300. );
  301. name = Frameworks;
  302. sourceTree = "<group>";
  303. };
  304. 95CE771C1383BB2F7CD1521C /* Pods */ = {
  305. isa = PBXGroup;
  306. children = (
  307. 5D578E9BD60A04ABE5E6E12E /* Pods-AIRingtone.debug.xcconfig */,
  308. 5DBE882FFF7A297F71A825E3 /* Pods-AIRingtone.release.xcconfig */,
  309. );
  310. path = Pods;
  311. sourceTree = "<group>";
  312. };
  313. A80EDE2D2D7184D9003CD332 = {
  314. isa = PBXGroup;
  315. children = (
  316. A80EDE572D718623003CD332 /* AIRingtone */,
  317. A80EDE372D7184D9003CD332 /* Products */,
  318. 95CE771C1383BB2F7CD1521C /* Pods */,
  319. 229F5991134C992950FFF4DF /* Frameworks */,
  320. );
  321. sourceTree = "<group>";
  322. };
  323. A80EDE372D7184D9003CD332 /* Products */ = {
  324. isa = PBXGroup;
  325. children = (
  326. A80EDE362D7184D9003CD332 /* AIRingtone.app */,
  327. );
  328. name = Products;
  329. sourceTree = "<group>";
  330. };
  331. A80EDE572D718623003CD332 /* AIRingtone */ = {
  332. isa = PBXGroup;
  333. children = (
  334. A80EDE632D718B19003CD332 /* Business */,
  335. A80EDEC22D718CEA003CD332 /* Common */,
  336. A80EDE4E2D718623003CD332 /* AppDelegate.swift */,
  337. A868A8E22D76F9BC00F6D884 /* AIRingtone-Bridging-Header.h */,
  338. A80EDE4F2D718623003CD332 /* Assets.xcassets */,
  339. A80EDE502D718623003CD332 /* Info.plist */,
  340. A80EDE522D718623003CD332 /* LaunchScreen.storyboard */,
  341. );
  342. path = AIRingtone;
  343. sourceTree = "<group>";
  344. };
  345. A80EDE5F2D718AEF003CD332 /* Config */ = {
  346. isa = PBXGroup;
  347. children = (
  348. A80EDE602D718AF4003CD332 /* TSConfig.swift */,
  349. A80EDE642D718CAF003CD332 /* GlobalImports.swift */,
  350. );
  351. path = Config;
  352. sourceTree = "<group>";
  353. };
  354. A80EDE622D718B0F003CD332 /* Res */ = {
  355. isa = PBXGroup;
  356. children = (
  357. A840A7F12D8E60A40044B8B9 /* ringAnimation.gif */,
  358. A868A91B2D78592600F6D884 /* rotatingAnimation.gif */,
  359. A868A8BE2D76A17E00F6D884 /* Poppins-BlackItalic.ttf */,
  360. );
  361. path = Res;
  362. sourceTree = "<group>";
  363. };
  364. A80EDE632D718B19003CD332 /* Business */ = {
  365. isa = PBXGroup;
  366. children = (
  367. A83F871B2D79408300D29B1B /* Data */,
  368. A899D3822D88303300AB9C1C /* TSDiscoverVC */,
  369. A899D34C2D82C61C00AB9C1C /* TSPurchaseMembershipVC */,
  370. A868A8A12D7560B900F6D884 /* VIewTool */,
  371. A80EDF192D71AC2F003CD332 /* TSCollectionViewVM */,
  372. A80EDF162D7193E4003CD332 /* TSTutorialsVC */,
  373. A80EDF0F2D718E8E003CD332 /* TSAIPhotoVC */,
  374. A80EDF0E2D718E58003CD332 /* TSAIRintoneVC */,
  375. A80EDF0D2D718E42003CD332 /* TSThemeVC */,
  376. A80EDF0A2D718DF7003CD332 /* LaunchVC */,
  377. A80EDF002D718DF1003CD332 /* TSSetingVC */,
  378. A80EDEF42D718DEA003CD332 /* TSTabBarController */,
  379. );
  380. path = Business;
  381. sourceTree = "<group>";
  382. };
  383. A80EDE702D718CEA003CD332 /* TSNetWork */ = {
  384. isa = PBXGroup;
  385. children = (
  386. A80EDE6C2D718CEA003CD332 /* TSNetworkManager.swift */,
  387. A80EDE6D2D718CEA003CD332 /* TSNetWork+Business.swift */,
  388. A80EDE6E2D718CEA003CD332 /* TSNetworkManager+Loading.swift */,
  389. A80EDE6F2D718CEA003CD332 /* StreamPostRequest.swift */,
  390. );
  391. path = TSNetWork;
  392. sourceTree = "<group>";
  393. };
  394. A80EDE712D718CEA003CD332 /* NetworkManager */ = {
  395. isa = PBXGroup;
  396. children = (
  397. A80EDE702D718CEA003CD332 /* TSNetWork */,
  398. );
  399. path = NetworkManager;
  400. sourceTree = "<group>";
  401. };
  402. A80EDEBA2D718CEA003CD332 /* Tool */ = {
  403. isa = PBXGroup;
  404. children = (
  405. A8D776FD2D8D3E4E007EAB35 /* TSPublicContent.swift */,
  406. A8D776F62D8D342D007EAB35 /* OperationQueue */,
  407. A840A7EE2D8D82100044B8B9 /* NotUse */,
  408. A868A8DC2D76F90E00F6D884 /* TSBandRingTool */,
  409. A868A8BC2D75C68300F6D884 /* TSAudioPlayer */,
  410. A80EDEB32D718CEA003CD332 /* TSRandomTextPicker.swift */,
  411. A868A8F02D77081B00F6D884 /* TSContactsTool.swift */,
  412. A80EDEB62D718CEA003CD332 /* TSFileManagerTool.swift */,
  413. A868A8EE2D77040F00F6D884 /* TSLoadingAnimation.swift */,
  414. );
  415. path = Tool;
  416. sourceTree = "<group>";
  417. };
  418. A80EDEBC2D718CEA003CD332 /* TSPhotoPickerManager */ = {
  419. isa = PBXGroup;
  420. children = (
  421. A80EDEBB2D718CEA003CD332 /* TSPhotoPickerManager.swift */,
  422. );
  423. path = TSPhotoPickerManager;
  424. sourceTree = "<group>";
  425. };
  426. A80EDEC02D718CEA003CD332 /* UILabel */ = {
  427. isa = PBXGroup;
  428. children = (
  429. A80EDEBF2D718CEA003CD332 /* PaddedLabel.swift */,
  430. );
  431. path = UILabel;
  432. sourceTree = "<group>";
  433. };
  434. A80EDEC12D718CEA003CD332 /* View */ = {
  435. isa = PBXGroup;
  436. children = (
  437. A80EDEBC2D718CEA003CD332 /* TSPhotoPickerManager */,
  438. A80EDEC02D718CEA003CD332 /* UILabel */,
  439. );
  440. path = View;
  441. sourceTree = "<group>";
  442. };
  443. A80EDEC22D718CEA003CD332 /* Common */ = {
  444. isa = PBXGroup;
  445. children = (
  446. A899D35F2D82C8D800AB9C1C /* Purchase */,
  447. A868A8C02D76A28A00F6D884 /* Ex */,
  448. A80EDE622D718B0F003CD332 /* Res */,
  449. A80EDE5F2D718AEF003CD332 /* Config */,
  450. A80EDE712D718CEA003CD332 /* NetworkManager */,
  451. A80EDEBA2D718CEA003CD332 /* Tool */,
  452. A80EDEC12D718CEA003CD332 /* View */,
  453. );
  454. path = Common;
  455. sourceTree = "<group>";
  456. };
  457. A80EDEF42D718DEA003CD332 /* TSTabBarController */ = {
  458. isa = PBXGroup;
  459. children = (
  460. A80EDEF32D718DEA003CD332 /* TSTabBarController.swift */,
  461. );
  462. path = TSTabBarController;
  463. sourceTree = "<group>";
  464. };
  465. A80EDEF72D718DF1003CD332 /* TSBusinessWebVC */ = {
  466. isa = PBXGroup;
  467. children = (
  468. A80EDEF62D718DF1003CD332 /* TSBusinessWebVC.swift */,
  469. );
  470. path = TSBusinessWebVC;
  471. sourceTree = "<group>";
  472. };
  473. A80EDEFA2D718DF1003CD332 /* View */ = {
  474. isa = PBXGroup;
  475. children = (
  476. A80EDEF82D718DF1003CD332 /* SettingPurchaseTopView.swift */,
  477. A80EDEF92D718DF1003CD332 /* TSSettingListView.swift */,
  478. );
  479. path = View;
  480. sourceTree = "<group>";
  481. };
  482. A80EDEFF2D718DF1003CD332 /* SetingVC */ = {
  483. isa = PBXGroup;
  484. children = (
  485. A80EDEFA2D718DF1003CD332 /* View */,
  486. A80EDEFB2D718DF1003CD332 /* TSSetingViewModel.swift */,
  487. A80EDEFC2D718DF1003CD332 /* TSSetingModel.swift */,
  488. A80EDEFD2D718DF1003CD332 /* ShareActivityItemProvider.swift */,
  489. A80EDEFE2D718DF1003CD332 /* TSSetingVC.swift */,
  490. );
  491. path = SetingVC;
  492. sourceTree = "<group>";
  493. };
  494. A80EDF002D718DF1003CD332 /* TSSetingVC */ = {
  495. isa = PBXGroup;
  496. children = (
  497. A80EDEF72D718DF1003CD332 /* TSBusinessWebVC */,
  498. A80EDEFF2D718DF1003CD332 /* SetingVC */,
  499. );
  500. path = TSSetingVC;
  501. sourceTree = "<group>";
  502. };
  503. A80EDF0A2D718DF7003CD332 /* LaunchVC */ = {
  504. isa = PBXGroup;
  505. children = (
  506. A80EDF082D718DF7003CD332 /* TSBootPageVC.swift */,
  507. A80EDF092D718DF7003CD332 /* TSLaunchVC.swift */,
  508. );
  509. path = LaunchVC;
  510. sourceTree = "<group>";
  511. };
  512. A80EDF0D2D718E42003CD332 /* TSThemeVC */ = {
  513. isa = PBXGroup;
  514. children = (
  515. A83503CB2D7ED1340067002A /* TSThemeTutorialsVC */,
  516. A8DEC26E2D7C3948002EB948 /* TSThemeCopyrightVC */,
  517. A868A8C52D76A43300F6D884 /* TSThemeSetVC */,
  518. A868A8C42D76A42700F6D884 /* TSThemeVC */,
  519. A868A8A82D75889700F6D884 /* TSThemeBrowseVC */,
  520. );
  521. path = TSThemeVC;
  522. sourceTree = "<group>";
  523. };
  524. A80EDF0E2D718E58003CD332 /* TSAIRintoneVC */ = {
  525. isa = PBXGroup;
  526. children = (
  527. A899D3D22D8A6B5A00AB9C1C /* TSGenerateHistoryVC */,
  528. A8272E992D7A8F0500F1C814 /* TSGeneralRintoneVC */,
  529. A8CC55842D798E26002E0CAA /* TSAIRintoneVC */,
  530. A8CC55832D798E05002E0CAA /* TSTextGeneralRintoneVC */,
  531. );
  532. path = TSAIRintoneVC;
  533. sourceTree = "<group>";
  534. };
  535. A80EDF0F2D718E8E003CD332 /* TSAIPhotoVC */ = {
  536. isa = PBXGroup;
  537. children = (
  538. A8CC55802D7976E7002E0CAA /* TSGeneralPicBrowseVC */,
  539. A868A90F2D784CF100F6D884 /* TSGeneralPicVC */,
  540. A868A8F62D77E2A900F6D884 /* TSTextGeneralPicVC */,
  541. A868A8F32D77179000F6D884 /* TSAIPhotoChildVC */,
  542. A80EDF122D718EF6003CD332 /* TSAIPhotoVC.swift */,
  543. );
  544. path = TSAIPhotoVC;
  545. sourceTree = "<group>";
  546. };
  547. A80EDF162D7193E4003CD332 /* TSTutorialsVC */ = {
  548. isa = PBXGroup;
  549. children = (
  550. A899D36E2D83C3D500AB9C1C /* TSTutorialPopupVC.swift */,
  551. A80EDF172D7193ED003CD332 /* TSTutorialsVC.swift */,
  552. );
  553. path = TSTutorialsVC;
  554. sourceTree = "<group>";
  555. };
  556. A80EDF192D71AC2F003CD332 /* TSCollectionViewVM */ = {
  557. isa = PBXGroup;
  558. children = (
  559. A868A8A52D757DC100F6D884 /* View */,
  560. A80EDF252D71C122003CD332 /* Model */,
  561. A80EDF222D71C081003CD332 /* Header */,
  562. A80EDF1A2D71AC8F003CD332 /* TSCollectionViewVM.swift */,
  563. A80EDF1C2D71BE11003CD332 /* TSCollectionViewVM+Config.swift */,
  564. );
  565. path = TSCollectionViewVM;
  566. sourceTree = "<group>";
  567. };
  568. A80EDF222D71C081003CD332 /* Header */ = {
  569. isa = PBXGroup;
  570. children = (
  571. A80EDF232D71C091003CD332 /* TSColVVMSectionHeaderView.swift */,
  572. A80EDF262D71C13C003CD332 /* TSColVVMHeaderModel.swift */,
  573. );
  574. path = Header;
  575. sourceTree = "<group>";
  576. };
  577. A80EDF252D71C122003CD332 /* Model */ = {
  578. isa = PBXGroup;
  579. children = (
  580. );
  581. path = Model;
  582. sourceTree = "<group>";
  583. };
  584. A80EDF282D71C20D003CD332 /* VM */ = {
  585. isa = PBXGroup;
  586. children = (
  587. A80EDF292D71C211003CD332 /* TSThemeVM.swift */,
  588. );
  589. path = VM;
  590. sourceTree = "<group>";
  591. };
  592. A80EDF2B2D71C2B7003CD332 /* Model */ = {
  593. isa = PBXGroup;
  594. children = (
  595. A80EDF2C2D71C2BF003CD332 /* TSThemeModel.swift */,
  596. );
  597. path = Model;
  598. sourceTree = "<group>";
  599. };
  600. A8272E992D7A8F0500F1C814 /* TSGeneralRintoneVC */ = {
  601. isa = PBXGroup;
  602. children = (
  603. A8272E9E2D7A8F6000F1C814 /* TSGeneralRintoneVM.swift */,
  604. A8272E9A2D7A8F0E00F1C814 /* TSGeneralRintoneVC.swift */,
  605. A8272E9C2D7A8F3A00F1C814 /* TSGeneralRintoneVC+Event.swift */,
  606. );
  607. path = TSGeneralRintoneVC;
  608. sourceTree = "<group>";
  609. };
  610. A83503CB2D7ED1340067002A /* TSThemeTutorialsVC */ = {
  611. isa = PBXGroup;
  612. children = (
  613. A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */,
  614. );
  615. path = TSThemeTutorialsVC;
  616. sourceTree = "<group>";
  617. };
  618. A83F871B2D79408300D29B1B /* Data */ = {
  619. isa = PBXGroup;
  620. children = (
  621. A83F871C2D79409300D29B1B /* TSUserDefaultData.swift */,
  622. );
  623. path = Data;
  624. sourceTree = "<group>";
  625. };
  626. A83F871E2D794FDF00D29B1B /* View */ = {
  627. isa = PBXGroup;
  628. children = (
  629. A83F871F2D794FE600D29B1B /* TSAIPhotoImageCell.swift */,
  630. );
  631. path = View;
  632. sourceTree = "<group>";
  633. };
  634. A840A7E92D8D81350044B8B9 /* TSGenerateRintoneOperation */ = {
  635. isa = PBXGroup;
  636. children = (
  637. A840A7EA2D8D81C90044B8B9 /* TSGenerateRintoneOperationQueue.swift */,
  638. A840A7EC2D8D81DA0044B8B9 /* TSGenerateRintoneOperation.swift */,
  639. );
  640. path = TSGenerateRintoneOperation;
  641. sourceTree = "<group>";
  642. };
  643. A840A7EE2D8D82100044B8B9 /* NotUse */ = {
  644. isa = PBXGroup;
  645. children = (
  646. A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */,
  647. A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */,
  648. A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */,
  649. );
  650. path = NotUse;
  651. sourceTree = "<group>";
  652. };
  653. A840A7F72D916D7F0044B8B9 /* TSGeneratePhotoOperation */ = {
  654. isa = PBXGroup;
  655. children = (
  656. A840A7FD2D916DB40044B8B9 /* TSGeneratePhotoOperation.swift */,
  657. );
  658. path = TSGeneratePhotoOperation;
  659. sourceTree = "<group>";
  660. };
  661. A840A7F82D916D8E0044B8B9 /* TSGeneratePosterOperation */ = {
  662. isa = PBXGroup;
  663. children = (
  664. A840A7F92D916D9A0044B8B9 /* TSGeneratePosterOperation.swift */,
  665. );
  666. path = TSGeneratePosterOperation;
  667. sourceTree = "<group>";
  668. };
  669. A868A8982D75505100F6D884 /* View */ = {
  670. isa = PBXGroup;
  671. children = (
  672. A868A89B2D75506500F6D884 /* TSThemeContentCell.swift */,
  673. A868A8992D75505800F6D884 /* TSThemeBannerCell.swift */,
  674. );
  675. path = View;
  676. sourceTree = "<group>";
  677. };
  678. A868A8A12D7560B900F6D884 /* VIewTool */ = {
  679. isa = PBXGroup;
  680. children = (
  681. A899D3612D82D89000AB9C1C /* TSButton.swift */,
  682. A868A9152D784E6500F6D884 /* TSBottomAlertVC.swift */,
  683. A868A90D2D7846D400F6D884 /* TSSavePhotoSuccessTool.swift */,
  684. A868A8CF2D76D02300F6D884 /* TSRingToneCellView.swift */,
  685. A868A89D2D7560B900F6D884 /* TSPageNullView.swift */,
  686. A868A89E2D7560B900F6D884 /* TSCommonloadingView.swift */,
  687. A840A7EF2D8E5B8F0044B8B9 /* TSRingLoadingView.swift */,
  688. A868A8A02D7560B900F6D884 /* TSViewTool.swift */,
  689. );
  690. path = VIewTool;
  691. sourceTree = "<group>";
  692. };
  693. A868A8A52D757DC100F6D884 /* View */ = {
  694. isa = PBXGroup;
  695. children = (
  696. A868A8A62D757DCE00F6D884 /* UICollectionView+Refresh.swift */,
  697. );
  698. path = View;
  699. sourceTree = "<group>";
  700. };
  701. A868A8A82D75889700F6D884 /* TSThemeBrowseVC */ = {
  702. isa = PBXGroup;
  703. children = (
  704. A868A8B82D75C1FB00F6D884 /* VM */,
  705. A868A8AB2D758B4100F6D884 /* View */,
  706. A868A8A92D7588A400F6D884 /* TSThemeBrowseVC.swift */,
  707. );
  708. path = TSThemeBrowseVC;
  709. sourceTree = "<group>";
  710. };
  711. A868A8AB2D758B4100F6D884 /* View */ = {
  712. isa = PBXGroup;
  713. children = (
  714. A868A8B42D7598A500F6D884 /* TSTSIslandView.swift */,
  715. A868A8B02D758C9600F6D884 /* TSTBBtnView.swift */,
  716. A868A8AC2D758B5100F6D884 /* TSTBCallPreviewView.swift */,
  717. A868A8AE2D758BA800F6D884 /* TSTBDesktopPreviewView.swift */,
  718. );
  719. path = View;
  720. sourceTree = "<group>";
  721. };
  722. A868A8B82D75C1FB00F6D884 /* VM */ = {
  723. isa = PBXGroup;
  724. children = (
  725. A868A8B92D75C20400F6D884 /* TSThemeBrowseVM.swift */,
  726. );
  727. path = VM;
  728. sourceTree = "<group>";
  729. };
  730. A868A8BC2D75C68300F6D884 /* TSAudioPlayer */ = {
  731. isa = PBXGroup;
  732. children = (
  733. A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */,
  734. A868A8BB2D75C68300F6D884 /* TSAudioPlayer.swift */,
  735. );
  736. path = TSAudioPlayer;
  737. sourceTree = "<group>";
  738. };
  739. A868A8C02D76A28A00F6D884 /* Ex */ = {
  740. isa = PBXGroup;
  741. children = (
  742. A83F87212D7953BA00D29B1B /* Notification+TSEx.swift */,
  743. A868A8C12D76A28F00F6D884 /* UIFont+TSEx.swift */,
  744. );
  745. path = Ex;
  746. sourceTree = "<group>";
  747. };
  748. A868A8C42D76A42700F6D884 /* TSThemeVC */ = {
  749. isa = PBXGroup;
  750. children = (
  751. A868A8982D75505100F6D884 /* View */,
  752. A80EDF2B2D71C2B7003CD332 /* Model */,
  753. A80EDF282D71C20D003CD332 /* VM */,
  754. A80EDF142D718F12003CD332 /* TSThemeVC.swift */,
  755. );
  756. path = TSThemeVC;
  757. sourceTree = "<group>";
  758. };
  759. A868A8C52D76A43300F6D884 /* TSThemeSetVC */ = {
  760. isa = PBXGroup;
  761. children = (
  762. A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */,
  763. A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */,
  764. A868A8C62D76A43E00F6D884 /* TSThemeSetVC.swift */,
  765. );
  766. path = TSThemeSetVC;
  767. sourceTree = "<group>";
  768. };
  769. A868A8DC2D76F90E00F6D884 /* TSBandRingTool */ = {
  770. isa = PBXGroup;
  771. children = (
  772. A868A8DF2D76F9BB00F6D884 /* AudioConverter.h */,
  773. A868A8E02D76F9BB00F6D884 /* AudioConverter.m */,
  774. A868A8E72D76FA4200F6D884 /* libmp3 */,
  775. A868A8DD2D76F91500F6D884 /* AudioTool.swift */,
  776. A868A8EC2D76FE5D00F6D884 /* tutorial-ring.mp4 */,
  777. A868A8DA2D76F00800F6D884 /* TSBandRingTool.swift */,
  778. A868A8EA2D76FD9800F6D884 /* placeholder.band */,
  779. );
  780. path = TSBandRingTool;
  781. sourceTree = "<group>";
  782. };
  783. A868A8E72D76FA4200F6D884 /* libmp3 */ = {
  784. isa = PBXGroup;
  785. children = (
  786. A868A8E32D76FA4200F6D884 /* ExtAudioConverter.h */,
  787. A868A8E42D76FA4200F6D884 /* libmp3lame.a */,
  788. A868A8E52D76FA4200F6D884 /* ExtAudioConverter.m */,
  789. A868A8E62D76FA4200F6D884 /* lame.h */,
  790. );
  791. path = libmp3;
  792. sourceTree = "<group>";
  793. };
  794. A868A8F32D77179000F6D884 /* TSAIPhotoChildVC */ = {
  795. isa = PBXGroup;
  796. children = (
  797. A83F871E2D794FDF00D29B1B /* View */,
  798. A868A8F42D77179C00F6D884 /* TSAIPhotoChildVC.swift */,
  799. A83F87232D7954B800D29B1B /* TSAIPhotoChildVM.swift */,
  800. );
  801. path = TSAIPhotoChildVC;
  802. sourceTree = "<group>";
  803. };
  804. A868A8F62D77E2A900F6D884 /* TSTextGeneralPicVC */ = {
  805. isa = PBXGroup;
  806. children = (
  807. A868A90A2D78310800F6D884 /* VM */,
  808. A868A9012D77E59100F6D884 /* Model */,
  809. A868A8FB2D77E36000F6D884 /* View */,
  810. A868A8F72D77E2B900F6D884 /* TSTextGeneralPicVC.swift */,
  811. );
  812. path = TSTextGeneralPicVC;
  813. sourceTree = "<group>";
  814. };
  815. A868A8FB2D77E36000F6D884 /* View */ = {
  816. isa = PBXGroup;
  817. children = (
  818. A8CC558A2D799051002E0CAA /* TSCreatBtnView.swift */,
  819. A868A9082D7828DF00F6D884 /* TSTGPPhotoStyleView.swift */,
  820. A868A9062D77EECC00F6D884 /* TSTGPTitleView.swift */,
  821. A868A8FF2D77E54A00F6D884 /* TSPromptStyleView.swift */,
  822. A868A8F92D77E34D00F6D884 /* TSPromptTextView.swift */,
  823. );
  824. path = View;
  825. sourceTree = "<group>";
  826. };
  827. A868A9012D77E59100F6D884 /* Model */ = {
  828. isa = PBXGroup;
  829. children = (
  830. A868A9042D77E5AB00F6D884 /* photo_to_photo_style.json */,
  831. A868A9022D77E5A400F6D884 /* TSPTPStyleModel.swift */,
  832. );
  833. path = Model;
  834. sourceTree = "<group>";
  835. };
  836. A868A90A2D78310800F6D884 /* VM */ = {
  837. isa = PBXGroup;
  838. children = (
  839. A868A90B2D78311400F6D884 /* TSTextGeneralPicVM.swift */,
  840. );
  841. path = VM;
  842. sourceTree = "<group>";
  843. };
  844. A868A90F2D784CF100F6D884 /* TSGeneralPicVC */ = {
  845. isa = PBXGroup;
  846. children = (
  847. A868A9172D78554800F6D884 /* TSGenneralPicVM.swift */,
  848. A868A9122D784D2200F6D884 /* Model */,
  849. A868A9102D784CFA00F6D884 /* TSGeneralPicVC.swift */,
  850. A868A91D2D785CE600F6D884 /* TSGeneralPicVC+Event.swift */,
  851. );
  852. path = TSGeneralPicVC;
  853. sourceTree = "<group>";
  854. };
  855. A868A9122D784D2200F6D884 /* Model */ = {
  856. isa = PBXGroup;
  857. children = (
  858. A868A9132D784D2700F6D884 /* TSGeneralPicModel.swift */,
  859. A868A9192D78559600F6D884 /* TSProgressState.swift */,
  860. );
  861. path = Model;
  862. sourceTree = "<group>";
  863. };
  864. A899D34C2D82C61C00AB9C1C /* TSPurchaseMembershipVC */ = {
  865. isa = PBXGroup;
  866. children = (
  867. A899D34B2D82C61C00AB9C1C /* TSPurchaseVC.swift */,
  868. );
  869. path = TSPurchaseMembershipVC;
  870. sourceTree = "<group>";
  871. };
  872. A899D35F2D82C8D800AB9C1C /* Purchase */ = {
  873. isa = PBXGroup;
  874. children = (
  875. A899D3722D87B15100AB9C1C /* TSPurchaseManager */,
  876. );
  877. path = Purchase;
  878. sourceTree = "<group>";
  879. };
  880. A899D3722D87B15100AB9C1C /* TSPurchaseManager */ = {
  881. isa = PBXGroup;
  882. children = (
  883. A899D35E2D82C8D800AB9C1C /* TSPurchaseManager.swift */,
  884. A899D3732D87B15D00AB9C1C /* TSPurchaseTool.swift */,
  885. );
  886. path = TSPurchaseManager;
  887. sourceTree = "<group>";
  888. };
  889. A899D3822D88303300AB9C1C /* TSDiscoverVC */ = {
  890. isa = PBXGroup;
  891. children = (
  892. A899D39A2D894F8600AB9C1C /* TSRingDownVC */,
  893. A899D3912D89249600AB9C1C /* TSDiscoverListVC */,
  894. A899D38E2D89248500AB9C1C /* TSDiscoverVC */,
  895. );
  896. path = TSDiscoverVC;
  897. sourceTree = "<group>";
  898. };
  899. A899D3852D89021400AB9C1C /* Model */ = {
  900. isa = PBXGroup;
  901. children = (
  902. A899D3862D89023A00AB9C1C /* TSRingModel.swift */,
  903. );
  904. path = Model;
  905. sourceTree = "<group>";
  906. };
  907. A899D3882D891AD100AB9C1C /* ViewModel */ = {
  908. isa = PBXGroup;
  909. children = (
  910. A899D3892D891ADB00AB9C1C /* TSDiscoverVM.swift */,
  911. );
  912. path = ViewModel;
  913. sourceTree = "<group>";
  914. };
  915. A899D38B2D891C4700AB9C1C /* View */ = {
  916. isa = PBXGroup;
  917. children = (
  918. A899D38C2D891C4D00AB9C1C /* TSDiscoverCell.swift */,
  919. );
  920. path = View;
  921. sourceTree = "<group>";
  922. };
  923. A899D38E2D89248500AB9C1C /* TSDiscoverVC */ = {
  924. isa = PBXGroup;
  925. children = (
  926. A899D38B2D891C4700AB9C1C /* View */,
  927. A899D3882D891AD100AB9C1C /* ViewModel */,
  928. A899D3832D88303D00AB9C1C /* TSDiscoverVC.swift */,
  929. );
  930. path = TSDiscoverVC;
  931. sourceTree = "<group>";
  932. };
  933. A899D3912D89249600AB9C1C /* TSDiscoverListVC */ = {
  934. isa = PBXGroup;
  935. children = (
  936. A899D3972D8947C700AB9C1C /* View */,
  937. A899D3942D89258000AB9C1C /* VM */,
  938. A899D3922D8924A200AB9C1C /* TSDiscoverListVC.swift */,
  939. );
  940. path = TSDiscoverListVC;
  941. sourceTree = "<group>";
  942. };
  943. A899D3942D89258000AB9C1C /* VM */ = {
  944. isa = PBXGroup;
  945. children = (
  946. A899D3952D89258600AB9C1C /* TSDiscoverListVM.swift */,
  947. );
  948. path = VM;
  949. sourceTree = "<group>";
  950. };
  951. A899D3972D8947C700AB9C1C /* View */ = {
  952. isa = PBXGroup;
  953. children = (
  954. A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */,
  955. );
  956. path = View;
  957. sourceTree = "<group>";
  958. };
  959. A899D39A2D894F8600AB9C1C /* TSRingDownVC */ = {
  960. isa = PBXGroup;
  961. children = (
  962. A899D3D92D8A97E300AB9C1C /* VM */,
  963. A899D39D2D895F3000AB9C1C /* View */,
  964. A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */,
  965. );
  966. path = TSRingDownVC;
  967. sourceTree = "<group>";
  968. };
  969. A899D39D2D895F3000AB9C1C /* View */ = {
  970. isa = PBXGroup;
  971. children = (
  972. A899D39F2D895F3C00AB9C1C /* TSRingDownNullView.swift */,
  973. );
  974. path = View;
  975. sourceTree = "<group>";
  976. };
  977. A899D3D22D8A6B5A00AB9C1C /* TSGenerateHistoryVC */ = {
  978. isa = PBXGroup;
  979. children = (
  980. A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */,
  981. A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */,
  982. );
  983. path = TSGenerateHistoryVC;
  984. sourceTree = "<group>";
  985. };
  986. A899D3D92D8A97E300AB9C1C /* VM */ = {
  987. isa = PBXGroup;
  988. children = (
  989. A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */,
  990. );
  991. path = VM;
  992. sourceTree = "<group>";
  993. };
  994. A8C6436A2D79A8BD001068D0 /* View */ = {
  995. isa = PBXGroup;
  996. children = (
  997. A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */,
  998. A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */,
  999. );
  1000. path = View;
  1001. sourceTree = "<group>";
  1002. };
  1003. A8CC55802D7976E7002E0CAA /* TSGeneralPicBrowseVC */ = {
  1004. isa = PBXGroup;
  1005. children = (
  1006. A8CC55812D79771F002E0CAA /* TSGeneralPicBrowseVC.swift */,
  1007. A840A7F52D8EA0380044B8B9 /* TSGeneralPosterBrowseVC.swift */,
  1008. A840A7F32D8EA02E0044B8B9 /* TSGeneralPhotoBrowseVC.swift */,
  1009. );
  1010. path = TSGeneralPicBrowseVC;
  1011. sourceTree = "<group>";
  1012. };
  1013. A8CC55832D798E05002E0CAA /* TSTextGeneralRintoneVC */ = {
  1014. isa = PBXGroup;
  1015. children = (
  1016. A8CC55872D798E51002E0CAA /* VM */,
  1017. A8CC55852D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift */,
  1018. );
  1019. path = TSTextGeneralRintoneVC;
  1020. sourceTree = "<group>";
  1021. };
  1022. A8CC55842D798E26002E0CAA /* TSAIRintoneVC */ = {
  1023. isa = PBXGroup;
  1024. children = (
  1025. A899D3852D89021400AB9C1C /* Model */,
  1026. A8C6436A2D79A8BD001068D0 /* View */,
  1027. A8CC558E2D799F93002E0CAA /* ViewModel */,
  1028. A80EDF102D718ECF003CD332 /* TSAIRintoneVC.swift */,
  1029. );
  1030. path = TSAIRintoneVC;
  1031. sourceTree = "<group>";
  1032. };
  1033. A8CC55872D798E51002E0CAA /* VM */ = {
  1034. isa = PBXGroup;
  1035. children = (
  1036. A8272E972D7A88E300F1C814 /* text_rintone_style.json */,
  1037. A8CC55882D798E5A002E0CAA /* TSTextGeneralRintoneVM.swift */,
  1038. );
  1039. path = VM;
  1040. sourceTree = "<group>";
  1041. };
  1042. A8CC558E2D799F93002E0CAA /* ViewModel */ = {
  1043. isa = PBXGroup;
  1044. children = (
  1045. A8CC558F2D799F9C002E0CAA /* TSAIRintoneVM.swift */,
  1046. );
  1047. path = ViewModel;
  1048. sourceTree = "<group>";
  1049. };
  1050. A8D776F62D8D342D007EAB35 /* OperationQueue */ = {
  1051. isa = PBXGroup;
  1052. children = (
  1053. A840A7F82D916D8E0044B8B9 /* TSGeneratePosterOperation */,
  1054. A840A7F72D916D7F0044B8B9 /* TSGeneratePhotoOperation */,
  1055. A840A7E92D8D81350044B8B9 /* TSGenerateRintoneOperation */,
  1056. A8D776F72D8D343F007EAB35 /* TSBaseOperationQueue.swift */,
  1057. A8D776F92D8D345B007EAB35 /* TSBaseOperation.swift */,
  1058. );
  1059. path = OperationQueue;
  1060. sourceTree = "<group>";
  1061. };
  1062. A8DEC26E2D7C3948002EB948 /* TSThemeCopyrightVC */ = {
  1063. isa = PBXGroup;
  1064. children = (
  1065. A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */,
  1066. );
  1067. path = TSThemeCopyrightVC;
  1068. sourceTree = "<group>";
  1069. };
  1070. /* End PBXGroup section */
  1071. /* Begin PBXNativeTarget section */
  1072. A80EDE352D7184D9003CD332 /* AIRingtone */ = {
  1073. isa = PBXNativeTarget;
  1074. buildConfigurationList = A80EDE492D7184DB003CD332 /* Build configuration list for PBXNativeTarget "AIRingtone" */;
  1075. buildPhases = (
  1076. 955A19BE27CEE13A37F689F6 /* [CP] Check Pods Manifest.lock */,
  1077. A80EDE322D7184D9003CD332 /* Sources */,
  1078. A80EDE332D7184D9003CD332 /* Frameworks */,
  1079. A80EDE342D7184D9003CD332 /* Resources */,
  1080. B7757A8921F6C3AA38945D37 /* [CP] Embed Pods Frameworks */,
  1081. );
  1082. buildRules = (
  1083. );
  1084. dependencies = (
  1085. );
  1086. name = AIRingtone;
  1087. productName = AIRingtone;
  1088. productReference = A80EDE362D7184D9003CD332 /* AIRingtone.app */;
  1089. productType = "com.apple.product-type.application";
  1090. };
  1091. /* End PBXNativeTarget section */
  1092. /* Begin PBXProject section */
  1093. A80EDE2E2D7184D9003CD332 /* Project object */ = {
  1094. isa = PBXProject;
  1095. attributes = {
  1096. BuildIndependentTargetsInParallel = 1;
  1097. LastSwiftUpdateCheck = 1620;
  1098. LastUpgradeCheck = 1620;
  1099. TargetAttributes = {
  1100. A80EDE352D7184D9003CD332 = {
  1101. CreatedOnToolsVersion = 16.2;
  1102. LastSwiftMigration = 1620;
  1103. };
  1104. };
  1105. };
  1106. buildConfigurationList = A80EDE312D7184D9003CD332 /* Build configuration list for PBXProject "AIRingtone" */;
  1107. developmentRegion = en;
  1108. hasScannedForEncodings = 0;
  1109. knownRegions = (
  1110. en,
  1111. Base,
  1112. );
  1113. mainGroup = A80EDE2D2D7184D9003CD332;
  1114. minimizedProjectReferenceProxies = 1;
  1115. packageReferences = (
  1116. A899D35B2D82C88800AB9C1C /* XCRemoteSwiftPackageReference "SwiftUIX" */,
  1117. );
  1118. preferredProjectObjectVersion = 77;
  1119. productRefGroup = A80EDE372D7184D9003CD332 /* Products */;
  1120. projectDirPath = "";
  1121. projectRoot = "";
  1122. targets = (
  1123. A80EDE352D7184D9003CD332 /* AIRingtone */,
  1124. );
  1125. };
  1126. /* End PBXProject section */
  1127. /* Begin PBXResourcesBuildPhase section */
  1128. A80EDE342D7184D9003CD332 /* Resources */ = {
  1129. isa = PBXResourcesBuildPhase;
  1130. buildActionMask = 2147483647;
  1131. files = (
  1132. A868A91C2D78592600F6D884 /* rotatingAnimation.gif in Resources */,
  1133. A868A9052D77E5AB00F6D884 /* photo_to_photo_style.json in Resources */,
  1134. A8272E982D7A88F400F1C814 /* text_rintone_style.json in Resources */,
  1135. A80EDE5B2D718623003CD332 /* Assets.xcassets in Resources */,
  1136. A868A8ED2D76FE5D00F6D884 /* tutorial-ring.mp4 in Resources */,
  1137. A840A7F22D8E60A40044B8B9 /* ringAnimation.gif in Resources */,
  1138. A868A8BF2D76A17E00F6D884 /* Poppins-BlackItalic.ttf in Resources */,
  1139. A868A8EB2D76FD9800F6D884 /* placeholder.band in Resources */,
  1140. A80EDE5D2D718623003CD332 /* LaunchScreen.storyboard in Resources */,
  1141. );
  1142. runOnlyForDeploymentPostprocessing = 0;
  1143. };
  1144. /* End PBXResourcesBuildPhase section */
  1145. /* Begin PBXShellScriptBuildPhase section */
  1146. 955A19BE27CEE13A37F689F6 /* [CP] Check Pods Manifest.lock */ = {
  1147. isa = PBXShellScriptBuildPhase;
  1148. buildActionMask = 2147483647;
  1149. files = (
  1150. );
  1151. inputFileListPaths = (
  1152. );
  1153. inputPaths = (
  1154. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1155. "${PODS_ROOT}/Manifest.lock",
  1156. );
  1157. name = "[CP] Check Pods Manifest.lock";
  1158. outputFileListPaths = (
  1159. );
  1160. outputPaths = (
  1161. "$(DERIVED_FILE_DIR)/Pods-AIRingtone-checkManifestLockResult.txt",
  1162. );
  1163. runOnlyForDeploymentPostprocessing = 0;
  1164. shellPath = /bin/sh;
  1165. 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";
  1166. showEnvVarsInLog = 0;
  1167. };
  1168. B7757A8921F6C3AA38945D37 /* [CP] Embed Pods Frameworks */ = {
  1169. isa = PBXShellScriptBuildPhase;
  1170. buildActionMask = 2147483647;
  1171. files = (
  1172. );
  1173. inputFileListPaths = (
  1174. "${PODS_ROOT}/Target Support Files/Pods-AIRingtone/Pods-AIRingtone-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  1175. );
  1176. name = "[CP] Embed Pods Frameworks";
  1177. outputFileListPaths = (
  1178. "${PODS_ROOT}/Target Support Files/Pods-AIRingtone/Pods-AIRingtone-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  1179. );
  1180. runOnlyForDeploymentPostprocessing = 0;
  1181. shellPath = /bin/sh;
  1182. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIRingtone/Pods-AIRingtone-frameworks.sh\"\n";
  1183. showEnvVarsInLog = 0;
  1184. };
  1185. /* End PBXShellScriptBuildPhase section */
  1186. /* Begin PBXSourcesBuildPhase section */
  1187. A80EDE322D7184D9003CD332 /* Sources */ = {
  1188. isa = PBXSourcesBuildPhase;
  1189. buildActionMask = 2147483647;
  1190. files = (
  1191. A899D3742D87B15F00AB9C1C /* TSPurchaseTool.swift in Sources */,
  1192. A868A9072D77EED800F6D884 /* TSTGPTitleView.swift in Sources */,
  1193. A840A7EB2D8D81CD0044B8B9 /* TSGenerateRintoneOperationQueue.swift in Sources */,
  1194. A868A8C22D76A2A700F6D884 /* UIFont+TSEx.swift in Sources */,
  1195. A868A91A2D78559800F6D884 /* TSProgressState.swift in Sources */,
  1196. A899D3842D88303E00AB9C1C /* TSDiscoverVC.swift in Sources */,
  1197. A868A8C92D76A45900F6D884 /* TSThemeSetItemView.swift in Sources */,
  1198. A868A9002D77E55800F6D884 /* TSPromptStyleView.swift in Sources */,
  1199. A83F87202D794FF000D29B1B /* TSAIPhotoImageCell.swift in Sources */,
  1200. A899D3932D8924A300AB9C1C /* TSDiscoverListVC.swift in Sources */,
  1201. A868A8DB2D76F00C00F6D884 /* TSBandRingTool.swift in Sources */,
  1202. A840A7F42D8EA0340044B8B9 /* TSGeneralPhotoBrowseVC.swift in Sources */,
  1203. A8D776FA2D8D345C007EAB35 /* TSBaseOperation.swift in Sources */,
  1204. A899D3602D82C8D800AB9C1C /* TSPurchaseManager.swift in Sources */,
  1205. A868A8F12D77081C00F6D884 /* TSContactsTool.swift in Sources */,
  1206. A80EDF2D2D71C2CA003CD332 /* TSThemeModel.swift in Sources */,
  1207. A80EDE582D718623003CD332 /* AppDelegate.swift in Sources */,
  1208. A868A8EF2D77041400F6D884 /* TSLoadingAnimation.swift in Sources */,
  1209. A80EDE652D718CAF003CD332 /* GlobalImports.swift in Sources */,
  1210. A840A7ED2D8D81DB0044B8B9 /* TSGenerateRintoneOperation.swift in Sources */,
  1211. A868A9092D7828EC00F6D884 /* TSTGPPhotoStyleView.swift in Sources */,
  1212. A8D776FE2D8D3E5E007EAB35 /* TSPublicContent.swift in Sources */,
  1213. A8DEC2702D7C395C002EB948 /* TSThemeCopyrightVC.swift in Sources */,
  1214. A8D776F82D8D3448007EAB35 /* TSBaseOperationQueue.swift in Sources */,
  1215. A80EDF112D718ED1003CD332 /* TSAIRintoneVC.swift in Sources */,
  1216. A80EDF1B2D71AC90003CD332 /* TSCollectionViewVM.swift in Sources */,
  1217. A80EDE612D718AF4003CD332 /* TSConfig.swift in Sources */,
  1218. A80EDF152D718F13003CD332 /* TSThemeVC.swift in Sources */,
  1219. A899D38D2D891C5600AB9C1C /* TSDiscoverCell.swift in Sources */,
  1220. A868A9032D77E5A500F6D884 /* TSPTPStyleModel.swift in Sources */,
  1221. A80EDEC62D718CEA003CD332 /* TSRandomTextPicker.swift in Sources */,
  1222. A899D3D12D89B14B00AB9C1C /* TSDiscoverListCellVM.swift in Sources */,
  1223. A80EDEC82D718CEA003CD332 /* TSNetworkManager+Loading.swift in Sources */,
  1224. A899D34D2D82C61C00AB9C1C /* TSPurchaseVC.swift in Sources */,
  1225. A868A9182D78555200F6D884 /* TSGenneralPicVM.swift in Sources */,
  1226. A80EDECB2D718CEA003CD332 /* TSNetWork+Business.swift in Sources */,
  1227. A899D3D82D8A76CE00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift in Sources */,
  1228. A8CC558B2D79905A002E0CAA /* TSCreatBtnView.swift in Sources */,
  1229. A80EDF0B2D718DF7003CD332 /* TSBootPageVC.swift in Sources */,
  1230. A80EDF0C2D718DF7003CD332 /* TSLaunchVC.swift in Sources */,
  1231. A80EDEDB2D718CEA003CD332 /* TSPhotoPickerManager.swift in Sources */,
  1232. A868A8BD2D75C68300F6D884 /* TSAudioPlayer.swift in Sources */,
  1233. A8CC55822D797720002E0CAA /* TSGeneralPicBrowseVC.swift in Sources */,
  1234. A80EDEE32D718CEA003CD332 /* TSNetworkManager.swift in Sources */,
  1235. A868A8AF2D758BBC00F6D884 /* TSTBDesktopPreviewView.swift in Sources */,
  1236. A80EDEF52D718DEA003CD332 /* TSTabBarController.swift in Sources */,
  1237. A899D3872D89024400AB9C1C /* TSRingModel.swift in Sources */,
  1238. A899D3A32D896A7B00AB9C1C /* TSRingDownNullView.swift in Sources */,
  1239. A868A8B52D7598C000F6D884 /* TSTSIslandView.swift in Sources */,
  1240. A840A7F62D8EA0470044B8B9 /* TSGeneralPosterBrowseVC.swift in Sources */,
  1241. A899D39C2D894F9800AB9C1C /* TSRingDownVC.swift in Sources */,
  1242. A8272E9F2D7A8F6500F1C814 /* TSGeneralRintoneVM.swift in Sources */,
  1243. A868A9142D784D4D00F6D884 /* TSGeneralPicModel.swift in Sources */,
  1244. A899D3962D89258B00AB9C1C /* TSDiscoverListVM.swift in Sources */,
  1245. A868A8F52D77179D00F6D884 /* TSAIPhotoChildVC.swift in Sources */,
  1246. A899D3DB2D8A97F100AB9C1C /* TSRingDownVM.swift in Sources */,
  1247. A899D38A2D891ADE00AB9C1C /* TSDiscoverVM.swift in Sources */,
  1248. A868A8E82D76FA4200F6D884 /* ExtAudioConverter.m in Sources */,
  1249. A80EDF132D718EF7003CD332 /* TSAIPhotoVC.swift in Sources */,
  1250. A83F87242D7954BB00D29B1B /* TSAIPhotoChildVM.swift in Sources */,
  1251. A868A8DE2D76F91500F6D884 /* AudioTool.swift in Sources */,
  1252. A80EDF242D71C0AA003CD332 /* TSColVVMSectionHeaderView.swift in Sources */,
  1253. A868A90C2D78311A00F6D884 /* TSTextGeneralPicVM.swift in Sources */,
  1254. A899D3CF2D89AD4C00AB9C1C /* TSAudioPlayerFileTool.swift in Sources */,
  1255. A80EDF1D2D71BE15003CD332 /* TSCollectionViewVM+Config.swift in Sources */,
  1256. A868A8E12D76F9BB00F6D884 /* AudioConverter.m in Sources */,
  1257. A868A8BA2D75C22300F6D884 /* TSThemeBrowseVM.swift in Sources */,
  1258. A868A89C2D75506C00F6D884 /* TSThemeContentCell.swift in Sources */,
  1259. A868A91E2D785CEA00F6D884 /* TSGeneralPicVC+Event.swift in Sources */,
  1260. A80EDEE92D718CEA003CD332 /* TSFileManagerTool.swift in Sources */,
  1261. A868A8A22D7560B900F6D884 /* TSPageNullView.swift in Sources */,
  1262. A868A8CE2D76AAC600F6D884 /* TSThemeSetRingToneView.swift in Sources */,
  1263. A868A90E2D7846D600F6D884 /* TSSavePhotoSuccessTool.swift in Sources */,
  1264. A8C6436C2D79A8C8001068D0 /* TSAIRintoneHistoryCell.swift in Sources */,
  1265. A868A8A32D7560B900F6D884 /* TSViewTool.swift in Sources */,
  1266. A83F871D2D79409B00D29B1B /* TSUserDefaultData.swift in Sources */,
  1267. A868A9112D784CFB00F6D884 /* TSGeneralPicVC.swift in Sources */,
  1268. A8272EBB2D7AFD0F00F1C814 /* TSBusinessAudioPlayer.swift in Sources */,
  1269. A868A8A42D7560B900F6D884 /* TSCommonloadingView.swift in Sources */,
  1270. A868A89A2D75505E00F6D884 /* TSThemeBannerCell.swift in Sources */,
  1271. A80EDF182D7193EE003CD332 /* TSTutorialsVC.swift in Sources */,
  1272. A899D3A52D89786200AB9C1C /* TSAudioAVPlayer.swift in Sources */,
  1273. A80EDEEA2D718CEA003CD332 /* PaddedLabel.swift in Sources */,
  1274. A8CC55862D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift in Sources */,
  1275. A80EDEEB2D718CEA003CD332 /* StreamPostRequest.swift in Sources */,
  1276. A899D3D62D8A6CC600AB9C1C /* TSGenerateHistoryVM.swift in Sources */,
  1277. A80EDF2A2D71C215003CD332 /* TSThemeVM.swift in Sources */,
  1278. A868A8AA2D7588A500F6D884 /* TSThemeBrowseVC.swift in Sources */,
  1279. A868A8B12D758CA400F6D884 /* TSTBBtnView.swift in Sources */,
  1280. A8272E9B2D7A8F1000F1C814 /* TSGeneralRintoneVC.swift in Sources */,
  1281. A80EDF272D71C13D003CD332 /* TSColVVMHeaderModel.swift in Sources */,
  1282. A83F87222D7953C000D29B1B /* Notification+TSEx.swift in Sources */,
  1283. A83503CD2D7ED1440067002A /* TSThemeTutorialsVC.swift in Sources */,
  1284. A899D3622D82D89C00AB9C1C /* TSButton.swift in Sources */,
  1285. A840A7FA2D916D9B0044B8B9 /* TSGeneratePosterOperation.swift in Sources */,
  1286. A868A8AD2D758B6B00F6D884 /* TSTBCallPreviewView.swift in Sources */,
  1287. A868A9162D784E6500F6D884 /* TSBottomAlertVC.swift in Sources */,
  1288. A80EDF012D718DF1003CD332 /* TSBusinessWebVC.swift in Sources */,
  1289. A868A8A72D757DD600F6D884 /* UICollectionView+Refresh.swift in Sources */,
  1290. A868A8F82D77E2BC00F6D884 /* TSTextGeneralPicVC.swift in Sources */,
  1291. A840A7FE2D916DB50044B8B9 /* TSGeneratePhotoOperation.swift in Sources */,
  1292. A80EDF022D718DF1003CD332 /* TSSettingListView.swift in Sources */,
  1293. A899D3CB2D89A53D00AB9C1C /* TSDownloadManager.swift in Sources */,
  1294. A8CC55902D799F9F002E0CAA /* TSAIRintoneVM.swift in Sources */,
  1295. A80EDF032D718DF1003CD332 /* ShareActivityItemProvider.swift in Sources */,
  1296. A80EDF042D718DF1003CD332 /* TSSetingModel.swift in Sources */,
  1297. A899D36F2D83C3DC00AB9C1C /* TSTutorialPopupVC.swift in Sources */,
  1298. A8CC55892D798E5D002E0CAA /* TSTextGeneralRintoneVM.swift in Sources */,
  1299. A80EDF052D718DF1003CD332 /* TSSetingVC.swift in Sources */,
  1300. A868A8FA2D77E35E00F6D884 /* TSPromptTextView.swift in Sources */,
  1301. A80EDF062D718DF1003CD332 /* SettingPurchaseTopView.swift in Sources */,
  1302. A899D3D42D8A6B6600AB9C1C /* TSGenerateHistoryVC.swift in Sources */,
  1303. A8272E9D2D7A8F4600F1C814 /* TSGeneralRintoneVC+Event.swift in Sources */,
  1304. A80EDF072D718DF1003CD332 /* TSSetingViewModel.swift in Sources */,
  1305. A840A7F02D8E5BA00044B8B9 /* TSRingLoadingView.swift in Sources */,
  1306. A868A8C72D76A44500F6D884 /* TSThemeSetVC.swift in Sources */,
  1307. A868A8D02D76D03900F6D884 /* TSRingToneCellView.swift in Sources */,
  1308. );
  1309. runOnlyForDeploymentPostprocessing = 0;
  1310. };
  1311. /* End PBXSourcesBuildPhase section */
  1312. /* Begin PBXVariantGroup section */
  1313. A80EDE522D718623003CD332 /* LaunchScreen.storyboard */ = {
  1314. isa = PBXVariantGroup;
  1315. children = (
  1316. A80EDE512D718623003CD332 /* Base */,
  1317. );
  1318. name = LaunchScreen.storyboard;
  1319. sourceTree = "<group>";
  1320. };
  1321. /* End PBXVariantGroup section */
  1322. /* Begin XCBuildConfiguration section */
  1323. A80EDE4A2D7184DB003CD332 /* Debug */ = {
  1324. isa = XCBuildConfiguration;
  1325. baseConfigurationReference = 5D578E9BD60A04ABE5E6E12E /* Pods-AIRingtone.debug.xcconfig */;
  1326. buildSettings = {
  1327. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1328. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1329. CLANG_ENABLE_MODULES = YES;
  1330. CODE_SIGN_STYLE = Automatic;
  1331. CURRENT_PROJECT_VERSION = 5;
  1332. DEVELOPMENT_TEAM = 65UD255J84;
  1333. GENERATE_INFOPLIST_FILE = YES;
  1334. INFOPLIST_FILE = AIRingtone/Info.plist;
  1335. INFOPLIST_KEY_CFBundleDisplayName = "AI Ringtone";
  1336. INFOPLIST_KEY_NSContactsUsageDescription = "Allow \"Contacts\" permission to set contact photo";
  1337. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
  1338. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1339. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1340. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1341. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  1342. LD_RUNPATH_SEARCH_PATHS = (
  1343. "$(inherited)",
  1344. "@executable_path/Frameworks",
  1345. );
  1346. LIBRARY_SEARCH_PATHS = (
  1347. "$(inherited)",
  1348. "$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
  1349. );
  1350. MARKETING_VERSION = 1.4;
  1351. PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
  1352. PRODUCT_NAME = "$(TARGET_NAME)";
  1353. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1354. SUPPORTS_MACCATALYST = NO;
  1355. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1356. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1357. SWIFT_EMIT_LOC_STRINGS = YES;
  1358. SWIFT_OBJC_BRIDGING_HEADER = "AIRingtone/AIRingtone-Bridging-Header.h";
  1359. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1360. SWIFT_VERSION = 5.0;
  1361. TARGETED_DEVICE_FAMILY = 1;
  1362. };
  1363. name = Debug;
  1364. };
  1365. A80EDE4B2D7184DB003CD332 /* Release */ = {
  1366. isa = XCBuildConfiguration;
  1367. baseConfigurationReference = 5DBE882FFF7A297F71A825E3 /* Pods-AIRingtone.release.xcconfig */;
  1368. buildSettings = {
  1369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1370. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1371. CLANG_ENABLE_MODULES = YES;
  1372. CODE_SIGN_STYLE = Automatic;
  1373. CURRENT_PROJECT_VERSION = 5;
  1374. DEVELOPMENT_TEAM = 65UD255J84;
  1375. GENERATE_INFOPLIST_FILE = YES;
  1376. INFOPLIST_FILE = AIRingtone/Info.plist;
  1377. INFOPLIST_KEY_CFBundleDisplayName = "AI Ringtone";
  1378. INFOPLIST_KEY_NSContactsUsageDescription = "Allow \"Contacts\" permission to set contact photo";
  1379. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
  1380. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1381. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1382. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1383. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  1384. LD_RUNPATH_SEARCH_PATHS = (
  1385. "$(inherited)",
  1386. "@executable_path/Frameworks",
  1387. );
  1388. LIBRARY_SEARCH_PATHS = (
  1389. "$(inherited)",
  1390. "$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
  1391. );
  1392. MARKETING_VERSION = 1.4;
  1393. PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
  1394. PRODUCT_NAME = "$(TARGET_NAME)";
  1395. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1396. SUPPORTS_MACCATALYST = NO;
  1397. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1398. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1399. SWIFT_EMIT_LOC_STRINGS = YES;
  1400. SWIFT_OBJC_BRIDGING_HEADER = "AIRingtone/AIRingtone-Bridging-Header.h";
  1401. SWIFT_VERSION = 5.0;
  1402. TARGETED_DEVICE_FAMILY = 1;
  1403. };
  1404. name = Release;
  1405. };
  1406. A80EDE4C2D7184DB003CD332 /* Debug */ = {
  1407. isa = XCBuildConfiguration;
  1408. buildSettings = {
  1409. ALWAYS_SEARCH_USER_PATHS = NO;
  1410. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1411. CLANG_ANALYZER_NONNULL = YES;
  1412. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1413. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1414. CLANG_ENABLE_MODULES = YES;
  1415. CLANG_ENABLE_OBJC_ARC = YES;
  1416. CLANG_ENABLE_OBJC_WEAK = YES;
  1417. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1418. CLANG_WARN_BOOL_CONVERSION = YES;
  1419. CLANG_WARN_COMMA = YES;
  1420. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1421. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1422. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1423. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1424. CLANG_WARN_EMPTY_BODY = YES;
  1425. CLANG_WARN_ENUM_CONVERSION = YES;
  1426. CLANG_WARN_INFINITE_RECURSION = YES;
  1427. CLANG_WARN_INT_CONVERSION = YES;
  1428. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1429. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1430. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1431. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1432. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1433. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1434. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1435. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1436. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1437. CLANG_WARN_UNREACHABLE_CODE = YES;
  1438. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1439. COPY_PHASE_STRIP = NO;
  1440. DEBUG_INFORMATION_FORMAT = dwarf;
  1441. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1442. ENABLE_TESTABILITY = YES;
  1443. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1444. GCC_C_LANGUAGE_STANDARD = gnu17;
  1445. GCC_DYNAMIC_NO_PIC = NO;
  1446. GCC_NO_COMMON_BLOCKS = YES;
  1447. GCC_OPTIMIZATION_LEVEL = 0;
  1448. GCC_PREPROCESSOR_DEFINITIONS = (
  1449. "DEBUG=1",
  1450. "$(inherited)",
  1451. );
  1452. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1453. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1454. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1455. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1456. GCC_WARN_UNUSED_FUNCTION = YES;
  1457. GCC_WARN_UNUSED_VARIABLE = YES;
  1458. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1459. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1460. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1461. MTL_FAST_MATH = YES;
  1462. ONLY_ACTIVE_ARCH = YES;
  1463. SDKROOT = iphoneos;
  1464. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  1465. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1466. };
  1467. name = Debug;
  1468. };
  1469. A80EDE4D2D7184DB003CD332 /* Release */ = {
  1470. isa = XCBuildConfiguration;
  1471. buildSettings = {
  1472. ALWAYS_SEARCH_USER_PATHS = NO;
  1473. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1474. CLANG_ANALYZER_NONNULL = YES;
  1475. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1476. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1477. CLANG_ENABLE_MODULES = YES;
  1478. CLANG_ENABLE_OBJC_ARC = YES;
  1479. CLANG_ENABLE_OBJC_WEAK = YES;
  1480. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1481. CLANG_WARN_BOOL_CONVERSION = YES;
  1482. CLANG_WARN_COMMA = YES;
  1483. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1484. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1485. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1486. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1487. CLANG_WARN_EMPTY_BODY = YES;
  1488. CLANG_WARN_ENUM_CONVERSION = YES;
  1489. CLANG_WARN_INFINITE_RECURSION = YES;
  1490. CLANG_WARN_INT_CONVERSION = YES;
  1491. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1492. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1493. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1494. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1495. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1496. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1497. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1498. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1499. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1500. CLANG_WARN_UNREACHABLE_CODE = YES;
  1501. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1502. COPY_PHASE_STRIP = NO;
  1503. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1504. ENABLE_NS_ASSERTIONS = NO;
  1505. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1506. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1507. GCC_C_LANGUAGE_STANDARD = gnu17;
  1508. GCC_NO_COMMON_BLOCKS = YES;
  1509. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1510. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1511. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1512. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1513. GCC_WARN_UNUSED_FUNCTION = YES;
  1514. GCC_WARN_UNUSED_VARIABLE = YES;
  1515. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1516. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1517. MTL_ENABLE_DEBUG_INFO = NO;
  1518. MTL_FAST_MATH = YES;
  1519. SDKROOT = iphoneos;
  1520. SWIFT_COMPILATION_MODE = wholemodule;
  1521. VALIDATE_PRODUCT = YES;
  1522. };
  1523. name = Release;
  1524. };
  1525. /* End XCBuildConfiguration section */
  1526. /* Begin XCConfigurationList section */
  1527. A80EDE312D7184D9003CD332 /* Build configuration list for PBXProject "AIRingtone" */ = {
  1528. isa = XCConfigurationList;
  1529. buildConfigurations = (
  1530. A80EDE4C2D7184DB003CD332 /* Debug */,
  1531. A80EDE4D2D7184DB003CD332 /* Release */,
  1532. );
  1533. defaultConfigurationIsVisible = 0;
  1534. defaultConfigurationName = Release;
  1535. };
  1536. A80EDE492D7184DB003CD332 /* Build configuration list for PBXNativeTarget "AIRingtone" */ = {
  1537. isa = XCConfigurationList;
  1538. buildConfigurations = (
  1539. A80EDE4A2D7184DB003CD332 /* Debug */,
  1540. A80EDE4B2D7184DB003CD332 /* Release */,
  1541. );
  1542. defaultConfigurationIsVisible = 0;
  1543. defaultConfigurationName = Release;
  1544. };
  1545. /* End XCConfigurationList section */
  1546. /* Begin XCRemoteSwiftPackageReference section */
  1547. A899D35B2D82C88800AB9C1C /* XCRemoteSwiftPackageReference "SwiftUIX" */ = {
  1548. isa = XCRemoteSwiftPackageReference;
  1549. repositoryURL = "https://github.com/SwiftUIX/SwiftUIX.git";
  1550. requirement = {
  1551. kind = upToNextMajorVersion;
  1552. minimumVersion = 0.2.3;
  1553. };
  1554. };
  1555. /* End XCRemoteSwiftPackageReference section */
  1556. /* Begin XCSwiftPackageProductDependency section */
  1557. A899D3562D82C73100AB9C1C /* SwiftUIX */ = {
  1558. isa = XCSwiftPackageProductDependency;
  1559. productName = SwiftUIX;
  1560. };
  1561. A899D3592D82C75B00AB9C1C /* SwiftUIX */ = {
  1562. isa = XCSwiftPackageProductDependency;
  1563. productName = SwiftUIX;
  1564. };
  1565. A899D35C2D82C88900AB9C1C /* SwiftUIX */ = {
  1566. isa = XCSwiftPackageProductDependency;
  1567. package = A899D35B2D82C88800AB9C1C /* XCRemoteSwiftPackageReference "SwiftUIX" */;
  1568. productName = SwiftUIX;
  1569. };
  1570. /* End XCSwiftPackageProductDependency section */
  1571. };
  1572. rootObject = A80EDE2E2D7184D9003CD332 /* Project object */;
  1573. }