project.pbxproj 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 63;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 059E844A164B0E39971303B9 /* Pods_TSLiveWallpaper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E33A770AEFA5810AED7219D3 /* Pods_TSLiveWallpaper.framework */; };
  10. 603901222DF9770A0096551E /* Flash-old-Time.png in Resources */ = {isa = PBXBuildFile; fileRef = 603901212DF9770A0096551E /* Flash-old-Time.png */; };
  11. 603901612DFFF0330096551E /* SpacedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 603901602DFFF0330096551E /* SpacedButton.swift */; };
  12. 60553FD02D3B54A400BAAD7F /* LWNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FC72D3B54A400BAAD7F /* LWNavigationBar.swift */; };
  13. 60553FD22D3B54A400BAAD7F /* GradientButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FCA2D3B54A400BAAD7F /* GradientButton.swift */; };
  14. 60553FD42D3B54A400BAAD7F /* LWBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FC82D3B54A400BAAD7F /* LWBaseViewController.swift */; };
  15. 60553FD62D3B54A400BAAD7F /* SaveSuccessTipsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FCB2D3B54A400BAAD7F /* SaveSuccessTipsView.swift */; };
  16. 60553FD72D3B54A400BAAD7F /* GradientText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FCD2D3B54A400BAAD7F /* GradientText.swift */; };
  17. 60553FD82D3B54A400BAAD7F /* LWBaseNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FC92D3B54A400BAAD7F /* LWBaseNavigationController.swift */; };
  18. 60553FD92D3B54A400BAAD7F /* GradientBackgroundModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FCE2D3B54A400BAAD7F /* GradientBackgroundModifier.swift */; };
  19. 60553FDD2D3B84E700BAAD7F /* UIScrollView+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60553FDC2D3B84E700BAAD7F /* UIScrollView+Ext.swift */; };
  20. 609B6EA52D6F1221007942D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 609B6EA32D6F1221007942D4 /* Localizable.strings */; };
  21. A81CA4652D15685F00A3AAC8 /* TSLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4642D15685D00A3AAC8 /* TSLaunchVC.swift */; };
  22. A81CA46E2D156C7000A3AAC8 /* GlobalImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA46D2D156C6F00A3AAC8 /* GlobalImports.swift */; };
  23. A81CA47F2D15789C00A3AAC8 /* TSConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA47E2D15789A00A3AAC8 /* TSConfig.swift */; };
  24. A81CA4832D157F5C00A3AAC8 /* UIImageView+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4822D157F5200A3AAC8 /* UIImageView+Ex.swift */; };
  25. A81CA4852D1582A600A3AAC8 /* UIButton+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4842D15829E00A3AAC8 /* UIButton+Ex.swift */; };
  26. A81CA48B2D15843700A3AAC8 /* TSCommonTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA48A2D15843500A3AAC8 /* TSCommonTool.swift */; };
  27. A81CA48F2D15857B00A3AAC8 /* TSTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA48E2D15857900A3AAC8 /* TSTabBarController.swift */; };
  28. A81CA4952D1652B500A3AAC8 /* TSEditLiveVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4942D1652B300A3AAC8 /* TSEditLiveVC.swift */; };
  29. A81CA4972D1652BD00A3AAC8 /* TSRandomWallpaperVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4962D1652BB00A3AAC8 /* TSRandomWallpaperVC.swift */; };
  30. A81CA4992D1652C400A3AAC8 /* TSMineVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4982D1652C200A3AAC8 /* TSMineVC.swift */; };
  31. A81CA49B2D1652CA00A3AAC8 /* TSHomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA49A2D1652C900A3AAC8 /* TSHomeVC.swift */; };
  32. A81CA49F2D1655CE00A3AAC8 /* UICollectionView+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA49E2D1655BE00A3AAC8 /* UICollectionView+Ex.swift */; };
  33. A81CA4A42D16748800A3AAC8 /* TSViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4A32D16748700A3AAC8 /* TSViewTool.swift */; };
  34. A81CA4AA2D16943800A3AAC8 /* TSMineCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4A92D16943200A3AAC8 /* TSMineCell.swift */; };
  35. A81CA4B82D16A6BD00A3AAC8 /* View+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4B72D16A6B600A3AAC8 /* View+Ex.swift */; };
  36. A81CA4BA2D16B6E300A3AAC8 /* TSHomeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4B92D16B6DC00A3AAC8 /* TSHomeCell.swift */; };
  37. A81F5B3C2D19087100740085 /* TSRandomWallpaperCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B3B2D19086B00740085 /* TSRandomWallpaperCell.swift */; };
  38. A81F5B3E2D19088100740085 /* TSRandomWallpaperBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B3D2D19087600740085 /* TSRandomWallpaperBannerCell.swift */; };
  39. A81F5B402D194EA900740085 /* UIDevice+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B3F2D194EA900740085 /* UIDevice+Extension.swift */; };
  40. A81F5B442D19559C00740085 /* EditorVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B432D19559C00740085 /* EditorVideoControlViewCell.swift */; };
  41. A81F5B452D19559C00740085 /* EditorVideoControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B422D19559C00740085 /* EditorVideoControlView.swift */; };
  42. A81F5B472D19562800740085 /* EditorVideoControlMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B462D19562800740085 /* EditorVideoControlMaskView.swift */; };
  43. A81F5B492D1956EA00740085 /* UIScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B482D1956E600740085 /* UIScreen.swift */; };
  44. A81F5B4B2D19658300740085 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B4A2D19658300740085 /* PhotoTools.swift */; };
  45. A81F5B4F2D19674600740085 /* AVAsset+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B4E2D19673500740085 /* AVAsset+Ex.swift */; };
  46. A81F5B522D19685900740085 /* response.json in Resources */ = {isa = PBXBuildFile; fileRef = A81F5B512D19685900740085 /* response.json */; };
  47. A81F5B562D1982BF00740085 /* TSImageDataCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B552D1982A900740085 /* TSImageDataCenter.swift */; };
  48. A81F5B5B2D1A5F2300740085 /* TSHomeTopBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B5A2D1A5F1800740085 /* TSHomeTopBannerCell.swift */; };
  49. A81F5B5D2D1A906C00740085 /* TSHomeDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B5C2D1A905800740085 /* TSHomeDataModel.swift */; };
  50. A81F5B5F2D1A909300740085 /* TSRandomWallpaperModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B5E2D1A907B00740085 /* TSRandomWallpaperModel.swift */; };
  51. A81F5B622D1AB17E00740085 /* TSRandomWallpaperBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81F5B612D1AB17C00740085 /* TSRandomWallpaperBrowseVC.swift */; };
  52. A83946212D1D61D600ABFF0D /* TSRateUsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946202D1D61D400ABFF0D /* TSRateUsVC.swift */; };
  53. A83946272D1D623800ABFF0D /* TSShareUsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946262D1D623800ABFF0D /* TSShareUsVC.swift */; };
  54. A839462F2D1D64BF00ABFF0D /* TSAboutUsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A839462E2D1D64B300ABFF0D /* TSAboutUsVC.swift */; };
  55. A83946312D1D66A000ABFF0D /* TSTermsServiceVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946302D1D669E00ABFF0D /* TSTermsServiceVC.swift */; };
  56. A83946332D1D66A900ABFF0D /* TSPrivacyPolicyVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946322D1D66A800ABFF0D /* TSPrivacyPolicyVC.swift */; };
  57. A839463A2D1D6E3000ABFF0D /* TSRandomWallpaperTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946392D1D6E2F00ABFF0D /* TSRandomWallpaperTutorialsVC.swift */; };
  58. A839463C2D1D6E3600ABFF0D /* TSRandomWallpaperCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A839463B2D1D6E3500ABFF0D /* TSRandomWallpaperCopyrightVC.swift */; };
  59. A839463F2D1D6FB700ABFF0D /* TSLiveWallpaperTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A839463E2D1D6FB600ABFF0D /* TSLiveWallpaperTutorialsVC.swift */; };
  60. A83946432D1D701500ABFF0D /* TSLiveWallpaperCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946422D1D701300ABFF0D /* TSLiveWallpaperCopyrightVC.swift */; };
  61. A8477C972D22737900DF0B93 /* TSBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */; };
  62. A8477C9F2D22ABDA00DF0B93 /* TSEditLiveEidtCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.swift */; };
  63. A84C239A2D1E3A4300B61B55 /* GPVideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23962D1E3A4300B61B55 /* GPVideoPlayerView.swift */; };
  64. A84C239B2D1E3A4300B61B55 /* GPVideoClipperController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23982D1E3A4300B61B55 /* GPVideoClipperController.swift */; };
  65. A84C239C2D1E3A4300B61B55 /* GPVideoClipperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23972D1E3A4300B61B55 /* GPVideoClipperView.swift */; };
  66. A84C239D2D1E3A4300B61B55 /* GPVideoConfigMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23952D1E3A4300B61B55 /* GPVideoConfigMaker.swift */; };
  67. A84C239F2D1E88CD00B61B55 /* TSFileManagerTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C239E2D1E88C500B61B55 /* TSFileManagerTool.swift */; };
  68. A868577C2DF819BB0089D222 /* TSDBManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868577B2DF819BA0089D222 /* TSDBManager.swift */; };
  69. A868577E2DF81A940089D222 /* TSDBActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868577D2DF81A930089D222 /* TSDBActionInfoModel.swift */; };
  70. A86857822DF81AD40089D222 /* TSActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857812DF81ACF0089D222 /* TSActionInfoModel.swift */; };
  71. A86857872DF81B660089D222 /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857852DF81B660089D222 /* TSNetWork+Business.swift */; };
  72. A86857882DF81B660089D222 /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857842DF81B660089D222 /* TSNetworkManager.swift */; };
  73. A86857892DF81B660089D222 /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857862DF81B660089D222 /* TSNetworkManager+Loading.swift */; };
  74. A868578C2DF843F90089D222 /* TSRealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868578A2DF843F90089D222 /* TSRealmManager.swift */; };
  75. A86857922DF845F60089D222 /* TSGeneratoringAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857902DF845F60089D222 /* TSGeneratoringAnimationView.swift */; };
  76. A86857932DF845F60089D222 /* TSGeneratorErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857912DF845F60089D222 /* TSGeneratorErrorView.swift */; };
  77. A86857942DF845F60089D222 /* TSGeneratorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868578F2DF845F60089D222 /* TSGeneratorView.swift */; };
  78. A86857982DF846FE0089D222 /* TSDynamicBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857972DF846FB0089D222 /* TSDynamicBlurView.swift */; };
  79. A868579A2DF915950089D222 /* TSPurchaseEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857992DF9158C0089D222 /* TSPurchaseEnum.swift */; };
  80. A868579E2DF915E90089D222 /* TSPurchaseBusiness.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868579D2DF915DD0089D222 /* TSPurchaseBusiness.swift */; };
  81. A86857A12DF91EB90089D222 /* TSAIListVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857A02DF91EB80089D222 /* TSAIListVC.swift */; };
  82. A86857A32DF91F690089D222 /* TSAILIstCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857A22DF91F680089D222 /* TSAILIstCell.swift */; };
  83. A86857A82DF9204B0089D222 /* TSPhotoPickerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857A62DF9204B0089D222 /* TSPhotoPickerManager.swift */; };
  84. A86857AC2DF921160089D222 /* TSAIListHintBaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857AA2DF921160089D222 /* TSAIListHintBaseVC.swift */; };
  85. A86857B02DF921970089D222 /* TSAppBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857AE2DF921970089D222 /* TSAppBtnView.swift */; };
  86. A86857B22DF921F90089D222 /* TSView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857B12DF921F90089D222 /* TSView.swift */; };
  87. A86857B72DF9258D0089D222 /* TSAIUploadPhotoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857B52DF9258D0089D222 /* TSAIUploadPhotoVC.swift */; };
  88. A86857B92DF925A20089D222 /* TSAIList+Enmu.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857B82DF9259C0089D222 /* TSAIList+Enmu.swift */; };
  89. A86857BC2DF926110089D222 /* TSAIListHistoryVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857BB2DF9260D0089D222 /* TSAIListHistoryVC.swift */; };
  90. A86857BE2DF926220089D222 /* TSAIListHistoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857BD2DF9261D0089D222 /* TSAIListHistoryCell.swift */; };
  91. A86857C02DF926870089D222 /* TSPageNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857BF2DF926870089D222 /* TSPageNullView.swift */; };
  92. A86857C22DF926ED0089D222 /* TSPhotoSizeHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857C12DF926EB0089D222 /* TSPhotoSizeHelper.swift */; };
  93. A86857C42DF92AEB0089D222 /* UIFont+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857C32DF92AE30089D222 /* UIFont+Ex.swift */; };
  94. A86857C62DF92BE70089D222 /* ZillaSlab-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A86857C52DF92BE70089D222 /* ZillaSlab-Bold.ttf */; };
  95. A86857CF2DF977640089D222 /* TSAIListPhotoGeneratorVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857CE2DF977630089D222 /* TSAIListPhotoGeneratorVC.swift */; };
  96. A86857D12DF977980089D222 /* TSAIListPhotoGeneratorVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857D02DF9778B0089D222 /* TSAIListPhotoGeneratorVM.swift */; };
  97. A86857D32DF978740089D222 /* TSProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857D22DF978730089D222 /* TSProgressState.swift */; };
  98. A86857D52DF97A2A0089D222 /* TSAIExpandChangeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857D42DF97A2A0089D222 /* TSAIExpandChangeView.swift */; };
  99. A86857D72DF983620089D222 /* generat_loading.gif in Resources */ = {isa = PBXBuildFile; fileRef = A86857D62DF983620089D222 /* generat_loading.gif */; };
  100. A86857DA2DF994600089D222 /* TSAIPhotoDetailsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857D92DF9945F0089D222 /* TSAIPhotoDetailsVC.swift */; };
  101. A86857DD2DF99C200089D222 /* TSImageIPanComparisonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86857DC2DF99C200089D222 /* TSImageIPanComparisonView.swift */; };
  102. A8C4C0982D242154003C46FC /* LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = A858EE162D1CF49B004B680F /* LivePhoto.swift */; };
  103. A8C4C0A42D24218A003C46FC /* metadata.mov in Resources */ = {isa = PBXBuildFile; fileRef = A8C4C09E2D24218A003C46FC /* metadata.mov */; };
  104. A8C4C0A52D24218A003C46FC /* Converter4Video.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C09B2D24218A003C46FC /* Converter4Video.swift */; };
  105. A8C4C0A62D24218A003C46FC /* AVAssetExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0992D24218A003C46FC /* AVAssetExtension.swift */; };
  106. A8C4C0A72D24218A003C46FC /* LivePhotoUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C09D2D24218A003C46FC /* LivePhotoUtil.m */; };
  107. A8C4C0A82D24218A003C46FC /* Converter4Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C09A2D24218A003C46FC /* Converter4Image.swift */; };
  108. A8C4C0AB2D2427E7003C46FC /* LivePhotoConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0AA2D2427D3003C46FC /* LivePhotoConverter.swift */; };
  109. A8C4C0E62D268D02003C46FC /* LivePhotoCreater.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0E42D268D02003C46FC /* LivePhotoCreater.swift */; };
  110. A8C4C0E72D268D02003C46FC /* VideoRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0E52D268D02003C46FC /* VideoRecorder.swift */; };
  111. A8C4C0EF2D27BFF7003C46FC /* TSNetworkTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0EE2D27BFEA003C46FC /* TSNetworkTool.swift */; };
  112. A8E56BF62D1520EC003C54AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E56BEC2D1520EC003C54AF /* AppDelegate.swift */; };
  113. A8E56BF92D1520EC003C54AF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A8E56BED2D1520EC003C54AF /* Assets.xcassets */; };
  114. A8E56BFB2D1520EC003C54AF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */; };
  115. A8E590392DFFAE4400C2533F /* TSBootVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E590382DFFAE4400C2533F /* TSBootVC.swift */; };
  116. A8EE92C02DFFC3B50077DFFD /* TSImageProComparisonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92BF2DFFC39C0077DFFD /* TSImageProComparisonView.swift */; };
  117. A8EE92C22DFFC54C0077DFFD /* TSBootModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92C12DFFC54A0077DFFD /* TSBootModel.swift */; };
  118. A8EE92C42DFFC5830077DFFD /* TSBootCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92C32DFFC5820077DFFD /* TSBootCell.swift */; };
  119. A8EE92CD2DFFF2860077DFFD /* TSBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92CB2DFFF2860077DFFD /* TSBaseOperation.swift */; };
  120. A8EE92CE2DFFF2860077DFFD /* TSGenerateBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92C72DFFF2860077DFFD /* TSGenerateBaseOperation.swift */; };
  121. A8EE92CF2DFFF2860077DFFD /* TSGenerateBasePhotoOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92C82DFFF2860077DFFD /* TSGenerateBasePhotoOperation.swift */; };
  122. A8EE92D02DFFF2860077DFFD /* TSBaseOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE92CA2DFFF2860077DFFD /* TSBaseOperationQueue.swift */; };
  123. A8F76C422D350A9600AA6E93 /* TSPurchaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F76C3E2D350A9600AA6E93 /* TSPurchaseManager.swift */; };
  124. A8F76C4D2D3747B400AA6E93 /* TSPurchaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F76C4C2D3747AB00AA6E93 /* TSPurchaseVC.swift */; };
  125. A8F778AE2D1AC12400BF55D5 /* TSRandomWallpaperBrowseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F778AD2D1AC12100BF55D5 /* TSRandomWallpaperBrowseView.swift */; };
  126. A8F778B22D1BA07200BF55D5 /* TSRandomWallpaperBrowseSelectView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F778B12D1BA07000BF55D5 /* TSRandomWallpaperBrowseSelectView.swift */; };
  127. A8F778B42D1BB8F600BF55D5 /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F778B32D1BB8F300BF55D5 /* PhotoManager.swift */; };
  128. A8F778B72D1BE9A500BF55D5 /* TSLiveWallpaperBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F778B62D1BE9A100BF55D5 /* TSLiveWallpaperBrowseVC.swift */; };
  129. A8FD8F332DFBCB85008CAACF /* ZillaSlab-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A8FD8F322DFBCB85008CAACF /* ZillaSlab-Regular.ttf */; };
  130. A8FD8F342DFBCB85008CAACF /* ZillaSlab-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A8FD8F312DFBCB85008CAACF /* ZillaSlab-Medium.ttf */; };
  131. A8FD8F352DFBCB85008CAACF /* ZillaSlab-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A8FD8F302DFBCB85008CAACF /* ZillaSlab-BoldItalic.ttf */; };
  132. A8FD8F382DFBD660008CAACF /* TSMineTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FD8F372DFBD659008CAACF /* TSMineTopView.swift */; };
  133. A8FD8F3C2DFC0A72008CAACF /* HighlightedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FD8F3B2DFC0A71008CAACF /* HighlightedText.swift */; };
  134. A8FD8F3F2DFC10CF008CAACF /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = A8FD8F3E2DFC10CF008CAACF /* SwiftUIX */; };
  135. A8FD8F412DFC138A008CAACF /* TYCycleImageComparisonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FD8F402DFC138A008CAACF /* TYCycleImageComparisonView.swift */; };
  136. A8FD8F432DFC1656008CAACF /* TSImageComparisonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8FD8F422DFC1656008CAACF /* TSImageComparisonView.swift */; };
  137. A8FD8F472DFC3092008CAACF /* launch2.png in Resources */ = {isa = PBXBuildFile; fileRef = A8FD8F462DFC3092008CAACF /* launch2.png */; };
  138. /* End PBXBuildFile section */
  139. /* Begin PBXFileReference section */
  140. 603901212DF9770A0096551E /* Flash-old-Time.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Flash-old-Time.png"; sourceTree = "<group>"; };
  141. 603901602DFFF0330096551E /* SpacedButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpacedButton.swift; sourceTree = "<group>"; };
  142. 60553FC72D3B54A400BAAD7F /* LWNavigationBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LWNavigationBar.swift; sourceTree = "<group>"; };
  143. 60553FC82D3B54A400BAAD7F /* LWBaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LWBaseViewController.swift; sourceTree = "<group>"; };
  144. 60553FC92D3B54A400BAAD7F /* LWBaseNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LWBaseNavigationController.swift; sourceTree = "<group>"; };
  145. 60553FCA2D3B54A400BAAD7F /* GradientButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientButton.swift; sourceTree = "<group>"; };
  146. 60553FCB2D3B54A400BAAD7F /* SaveSuccessTipsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SaveSuccessTipsView.swift; sourceTree = "<group>"; };
  147. 60553FCD2D3B54A400BAAD7F /* GradientText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientText.swift; sourceTree = "<group>"; };
  148. 60553FCE2D3B54A400BAAD7F /* GradientBackgroundModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientBackgroundModifier.swift; sourceTree = "<group>"; };
  149. 60553FDC2D3B84E700BAAD7F /* UIScrollView+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Ext.swift"; sourceTree = "<group>"; };
  150. 609B6E9F2D6F11D0007942D4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
  151. 609B6EA02D6F11D5007942D4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
  152. 609B6EA12D6F11E0007942D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
  153. 609B6EA22D6F11E6007942D4 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
  154. 609B6EA42D6F1221007942D4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  155. 609B6EA62D6F1227007942D4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
  156. 609B6EA72D6F1230007942D4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  157. 609B6EA82D6F1231007942D4 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
  158. 609B6EA92D6F1231007942D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
  159. 71E5F623537702A8306DF3C8 /* Pods-TSLiveWallpaper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSLiveWallpaper.release.xcconfig"; path = "Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper.release.xcconfig"; sourceTree = "<group>"; };
  160. A81CA4642D15685D00A3AAC8 /* TSLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLaunchVC.swift; sourceTree = "<group>"; };
  161. A81CA46D2D156C6F00A3AAC8 /* GlobalImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalImports.swift; sourceTree = "<group>"; };
  162. A81CA47E2D15789A00A3AAC8 /* TSConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSConfig.swift; sourceTree = "<group>"; };
  163. A81CA4822D157F5200A3AAC8 /* UIImageView+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImageView+Ex.swift"; sourceTree = "<group>"; };
  164. A81CA4842D15829E00A3AAC8 /* UIButton+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Ex.swift"; sourceTree = "<group>"; };
  165. A81CA48A2D15843500A3AAC8 /* TSCommonTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCommonTool.swift; sourceTree = "<group>"; };
  166. A81CA48E2D15857900A3AAC8 /* TSTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTabBarController.swift; sourceTree = "<group>"; };
  167. A81CA4942D1652B300A3AAC8 /* TSEditLiveVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEditLiveVC.swift; sourceTree = "<group>"; };
  168. A81CA4962D1652BB00A3AAC8 /* TSRandomWallpaperVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperVC.swift; sourceTree = "<group>"; };
  169. A81CA4982D1652C200A3AAC8 /* TSMineVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSMineVC.swift; sourceTree = "<group>"; };
  170. A81CA49A2D1652C900A3AAC8 /* TSHomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSHomeVC.swift; sourceTree = "<group>"; };
  171. A81CA49E2D1655BE00A3AAC8 /* UICollectionView+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Ex.swift"; sourceTree = "<group>"; };
  172. A81CA4A32D16748700A3AAC8 /* TSViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSViewTool.swift; sourceTree = "<group>"; };
  173. A81CA4A92D16943200A3AAC8 /* TSMineCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSMineCell.swift; sourceTree = "<group>"; };
  174. A81CA4B72D16A6B600A3AAC8 /* View+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Ex.swift"; sourceTree = "<group>"; };
  175. A81CA4B92D16B6DC00A3AAC8 /* TSHomeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSHomeCell.swift; sourceTree = "<group>"; };
  176. A81F5B3B2D19086B00740085 /* TSRandomWallpaperCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperCell.swift; sourceTree = "<group>"; };
  177. A81F5B3D2D19087600740085 /* TSRandomWallpaperBannerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperBannerCell.swift; sourceTree = "<group>"; };
  178. A81F5B3F2D194EA900740085 /* UIDevice+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIDevice+Extension.swift"; sourceTree = "<group>"; };
  179. A81F5B422D19559C00740085 /* EditorVideoControlView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorVideoControlView.swift; sourceTree = "<group>"; };
  180. A81F5B432D19559C00740085 /* EditorVideoControlViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorVideoControlViewCell.swift; sourceTree = "<group>"; };
  181. A81F5B462D19562800740085 /* EditorVideoControlMaskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorVideoControlMaskView.swift; sourceTree = "<group>"; };
  182. A81F5B482D1956E600740085 /* UIScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIScreen.swift; sourceTree = "<group>"; };
  183. A81F5B4A2D19658300740085 /* PhotoTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoTools.swift; sourceTree = "<group>"; };
  184. A81F5B4E2D19673500740085 /* AVAsset+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVAsset+Ex.swift"; sourceTree = "<group>"; };
  185. A81F5B512D19685900740085 /* response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = response.json; sourceTree = "<group>"; };
  186. A81F5B552D1982A900740085 /* TSImageDataCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSImageDataCenter.swift; sourceTree = "<group>"; };
  187. A81F5B5A2D1A5F1800740085 /* TSHomeTopBannerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSHomeTopBannerCell.swift; sourceTree = "<group>"; };
  188. A81F5B5C2D1A905800740085 /* TSHomeDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSHomeDataModel.swift; sourceTree = "<group>"; };
  189. A81F5B5E2D1A907B00740085 /* TSRandomWallpaperModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperModel.swift; sourceTree = "<group>"; };
  190. A81F5B612D1AB17C00740085 /* TSRandomWallpaperBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperBrowseVC.swift; sourceTree = "<group>"; };
  191. A83946202D1D61D400ABFF0D /* TSRateUsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRateUsVC.swift; sourceTree = "<group>"; };
  192. A83946262D1D623800ABFF0D /* TSShareUsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSShareUsVC.swift; sourceTree = "<group>"; };
  193. A839462E2D1D64B300ABFF0D /* TSAboutUsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAboutUsVC.swift; sourceTree = "<group>"; };
  194. A83946302D1D669E00ABFF0D /* TSTermsServiceVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTermsServiceVC.swift; sourceTree = "<group>"; };
  195. A83946322D1D66A800ABFF0D /* TSPrivacyPolicyVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPrivacyPolicyVC.swift; sourceTree = "<group>"; };
  196. A83946392D1D6E2F00ABFF0D /* TSRandomWallpaperTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperTutorialsVC.swift; sourceTree = "<group>"; };
  197. A839463B2D1D6E3500ABFF0D /* TSRandomWallpaperCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperCopyrightVC.swift; sourceTree = "<group>"; };
  198. A839463E2D1D6FB600ABFF0D /* TSLiveWallpaperTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLiveWallpaperTutorialsVC.swift; sourceTree = "<group>"; };
  199. A83946422D1D701300ABFF0D /* TSLiveWallpaperCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLiveWallpaperCopyrightVC.swift; sourceTree = "<group>"; };
  200. A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessWebVC.swift; sourceTree = "<group>"; };
  201. A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEditLiveEidtCell.swift; sourceTree = "<group>"; };
  202. A84C23952D1E3A4300B61B55 /* GPVideoConfigMaker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoConfigMaker.swift; sourceTree = "<group>"; };
  203. A84C23962D1E3A4300B61B55 /* GPVideoPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoPlayerView.swift; sourceTree = "<group>"; };
  204. A84C23972D1E3A4300B61B55 /* GPVideoClipperView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoClipperView.swift; sourceTree = "<group>"; };
  205. A84C23982D1E3A4300B61B55 /* GPVideoClipperController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoClipperController.swift; sourceTree = "<group>"; };
  206. A84C239E2D1E88C500B61B55 /* TSFileManagerTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSFileManagerTool.swift; sourceTree = "<group>"; };
  207. A858EE162D1CF49B004B680F /* LivePhoto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhoto.swift; sourceTree = "<group>"; };
  208. A868577B2DF819BA0089D222 /* TSDBManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDBManager.swift; sourceTree = "<group>"; };
  209. A868577D2DF81A930089D222 /* TSDBActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDBActionInfoModel.swift; sourceTree = "<group>"; };
  210. A86857812DF81ACF0089D222 /* TSActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSActionInfoModel.swift; sourceTree = "<group>"; };
  211. A86857842DF81B660089D222 /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
  212. A86857852DF81B660089D222 /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
  213. A86857862DF81B660089D222 /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
  214. A868578A2DF843F90089D222 /* TSRealmManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRealmManager.swift; sourceTree = "<group>"; };
  215. A868578F2DF845F60089D222 /* TSGeneratorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratorView.swift; sourceTree = "<group>"; };
  216. A86857902DF845F60089D222 /* TSGeneratoringAnimationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratoringAnimationView.swift; sourceTree = "<group>"; };
  217. A86857912DF845F60089D222 /* TSGeneratorErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratorErrorView.swift; sourceTree = "<group>"; };
  218. A86857972DF846FB0089D222 /* TSDynamicBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDynamicBlurView.swift; sourceTree = "<group>"; };
  219. A86857992DF9158C0089D222 /* TSPurchaseEnum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseEnum.swift; sourceTree = "<group>"; };
  220. A868579D2DF915DD0089D222 /* TSPurchaseBusiness.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseBusiness.swift; sourceTree = "<group>"; };
  221. A86857A02DF91EB80089D222 /* TSAIListVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListVC.swift; sourceTree = "<group>"; };
  222. A86857A22DF91F680089D222 /* TSAILIstCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAILIstCell.swift; sourceTree = "<group>"; };
  223. A86857A62DF9204B0089D222 /* TSPhotoPickerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPhotoPickerManager.swift; sourceTree = "<group>"; };
  224. A86857AA2DF921160089D222 /* TSAIListHintBaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListHintBaseVC.swift; sourceTree = "<group>"; };
  225. A86857AE2DF921970089D222 /* TSAppBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAppBtnView.swift; sourceTree = "<group>"; };
  226. A86857B12DF921F90089D222 /* TSView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSView.swift; sourceTree = "<group>"; };
  227. A86857B52DF9258D0089D222 /* TSAIUploadPhotoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIUploadPhotoVC.swift; sourceTree = "<group>"; };
  228. A86857B82DF9259C0089D222 /* TSAIList+Enmu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSAIList+Enmu.swift"; sourceTree = "<group>"; };
  229. A86857BB2DF9260D0089D222 /* TSAIListHistoryVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListHistoryVC.swift; sourceTree = "<group>"; };
  230. A86857BD2DF9261D0089D222 /* TSAIListHistoryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListHistoryCell.swift; sourceTree = "<group>"; };
  231. A86857BF2DF926870089D222 /* TSPageNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPageNullView.swift; sourceTree = "<group>"; };
  232. A86857C12DF926EB0089D222 /* TSPhotoSizeHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPhotoSizeHelper.swift; sourceTree = "<group>"; };
  233. A86857C32DF92AE30089D222 /* UIFont+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Ex.swift"; sourceTree = "<group>"; };
  234. A86857C52DF92BE70089D222 /* ZillaSlab-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ZillaSlab-Bold.ttf"; sourceTree = "<group>"; };
  235. A86857CE2DF977630089D222 /* TSAIListPhotoGeneratorVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListPhotoGeneratorVC.swift; sourceTree = "<group>"; };
  236. A86857D02DF9778B0089D222 /* TSAIListPhotoGeneratorVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIListPhotoGeneratorVM.swift; sourceTree = "<group>"; };
  237. A86857D22DF978730089D222 /* TSProgressState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSProgressState.swift; sourceTree = "<group>"; };
  238. A86857D42DF97A2A0089D222 /* TSAIExpandChangeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIExpandChangeView.swift; sourceTree = "<group>"; };
  239. A86857D62DF983620089D222 /* generat_loading.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = generat_loading.gif; sourceTree = "<group>"; };
  240. A86857D92DF9945F0089D222 /* TSAIPhotoDetailsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoDetailsVC.swift; sourceTree = "<group>"; };
  241. A86857DC2DF99C200089D222 /* TSImageIPanComparisonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSImageIPanComparisonView.swift; sourceTree = "<group>"; };
  242. A8C4C0992D24218A003C46FC /* AVAssetExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVAssetExtension.swift; sourceTree = "<group>"; };
  243. A8C4C09A2D24218A003C46FC /* Converter4Image.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Converter4Image.swift; sourceTree = "<group>"; };
  244. A8C4C09B2D24218A003C46FC /* Converter4Video.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Converter4Video.swift; sourceTree = "<group>"; };
  245. A8C4C09C2D24218A003C46FC /* LivePhotoUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LivePhotoUtil.h; sourceTree = "<group>"; };
  246. A8C4C09D2D24218A003C46FC /* LivePhotoUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LivePhotoUtil.m; sourceTree = "<group>"; };
  247. A8C4C09E2D24218A003C46FC /* metadata.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; path = metadata.mov; sourceTree = "<group>"; };
  248. A8C4C0A92D242204003C46FC /* Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Bridging-Header.h"; sourceTree = "<group>"; };
  249. A8C4C0AA2D2427D3003C46FC /* LivePhotoConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhotoConverter.swift; sourceTree = "<group>"; };
  250. A8C4C0E42D268D02003C46FC /* LivePhotoCreater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhotoCreater.swift; sourceTree = "<group>"; };
  251. A8C4C0E52D268D02003C46FC /* VideoRecorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoRecorder.swift; sourceTree = "<group>"; };
  252. A8C4C0EE2D27BFEA003C46FC /* TSNetworkTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkTool.swift; sourceTree = "<group>"; };
  253. A8E56BD42D1520DD003C54AF /* TSLiveWallpaper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TSLiveWallpaper.app; sourceTree = BUILT_PRODUCTS_DIR; };
  254. A8E56BEC2D1520EC003C54AF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  255. A8E56BED2D1520EC003C54AF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  256. A8E56BEE2D1520EC003C54AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  257. A8E56BEF2D1520EC003C54AF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  258. A8E590382DFFAE4400C2533F /* TSBootVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBootVC.swift; sourceTree = "<group>"; };
  259. A8EE92BF2DFFC39C0077DFFD /* TSImageProComparisonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSImageProComparisonView.swift; sourceTree = "<group>"; };
  260. A8EE92C12DFFC54A0077DFFD /* TSBootModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBootModel.swift; sourceTree = "<group>"; };
  261. A8EE92C32DFFC5820077DFFD /* TSBootCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBootCell.swift; sourceTree = "<group>"; };
  262. A8EE92C72DFFF2860077DFFD /* TSGenerateBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateBaseOperation.swift; sourceTree = "<group>"; };
  263. A8EE92C82DFFF2860077DFFD /* TSGenerateBasePhotoOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateBasePhotoOperation.swift; sourceTree = "<group>"; };
  264. A8EE92CA2DFFF2860077DFFD /* TSBaseOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBaseOperationQueue.swift; sourceTree = "<group>"; };
  265. A8EE92CB2DFFF2860077DFFD /* TSBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBaseOperation.swift; sourceTree = "<group>"; };
  266. A8F76C3E2D350A9600AA6E93 /* TSPurchaseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseManager.swift; sourceTree = "<group>"; };
  267. A8F76C4C2D3747AB00AA6E93 /* TSPurchaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseVC.swift; sourceTree = "<group>"; };
  268. A8F778AD2D1AC12100BF55D5 /* TSRandomWallpaperBrowseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperBrowseView.swift; sourceTree = "<group>"; };
  269. A8F778B12D1BA07000BF55D5 /* TSRandomWallpaperBrowseSelectView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperBrowseSelectView.swift; sourceTree = "<group>"; };
  270. A8F778B32D1BB8F300BF55D5 /* PhotoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoManager.swift; sourceTree = "<group>"; };
  271. A8F778B62D1BE9A100BF55D5 /* TSLiveWallpaperBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLiveWallpaperBrowseVC.swift; sourceTree = "<group>"; };
  272. A8FD8F302DFBCB85008CAACF /* ZillaSlab-BoldItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ZillaSlab-BoldItalic.ttf"; sourceTree = "<group>"; };
  273. A8FD8F312DFBCB85008CAACF /* ZillaSlab-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ZillaSlab-Medium.ttf"; sourceTree = "<group>"; };
  274. A8FD8F322DFBCB85008CAACF /* ZillaSlab-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ZillaSlab-Regular.ttf"; sourceTree = "<group>"; };
  275. A8FD8F372DFBD659008CAACF /* TSMineTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSMineTopView.swift; sourceTree = "<group>"; };
  276. A8FD8F3B2DFC0A71008CAACF /* HighlightedText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighlightedText.swift; sourceTree = "<group>"; };
  277. A8FD8F402DFC138A008CAACF /* TYCycleImageComparisonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TYCycleImageComparisonView.swift; sourceTree = "<group>"; };
  278. A8FD8F422DFC1656008CAACF /* TSImageComparisonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSImageComparisonView.swift; sourceTree = "<group>"; };
  279. A8FD8F462DFC3092008CAACF /* launch2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = launch2.png; sourceTree = "<group>"; };
  280. CA36AE9B313600F95F04D9CA /* Pods-TSLiveWallpaper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSLiveWallpaper.debug.xcconfig"; path = "Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper.debug.xcconfig"; sourceTree = "<group>"; };
  281. E33A770AEFA5810AED7219D3 /* Pods_TSLiveWallpaper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TSLiveWallpaper.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  282. /* End PBXFileReference section */
  283. /* Begin PBXFrameworksBuildPhase section */
  284. A8E56BD12D1520DD003C54AF /* Frameworks */ = {
  285. isa = PBXFrameworksBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 059E844A164B0E39971303B9 /* Pods_TSLiveWallpaper.framework in Frameworks */,
  289. A8FD8F3F2DFC10CF008CAACF /* SwiftUIX in Frameworks */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. /* End PBXFrameworksBuildPhase section */
  294. /* Begin PBXGroup section */
  295. 26583F0148474A7C756E32C9 /* Pods */ = {
  296. isa = PBXGroup;
  297. children = (
  298. CA36AE9B313600F95F04D9CA /* Pods-TSLiveWallpaper.debug.xcconfig */,
  299. 71E5F623537702A8306DF3C8 /* Pods-TSLiveWallpaper.release.xcconfig */,
  300. );
  301. path = Pods;
  302. sourceTree = "<group>";
  303. };
  304. 60553F022D3B4DF800BAAD7F /* TSMusic */ = {
  305. isa = PBXGroup;
  306. children = (
  307. 60553FCF2D3B54A400BAAD7F /* MusicBase */,
  308. );
  309. path = TSMusic;
  310. sourceTree = "<group>";
  311. };
  312. 60553FCF2D3B54A400BAAD7F /* MusicBase */ = {
  313. isa = PBXGroup;
  314. children = (
  315. 603901602DFFF0330096551E /* SpacedButton.swift */,
  316. 60553FC72D3B54A400BAAD7F /* LWNavigationBar.swift */,
  317. 60553FC82D3B54A400BAAD7F /* LWBaseViewController.swift */,
  318. 60553FC92D3B54A400BAAD7F /* LWBaseNavigationController.swift */,
  319. 60553FCA2D3B54A400BAAD7F /* GradientButton.swift */,
  320. 60553FCB2D3B54A400BAAD7F /* SaveSuccessTipsView.swift */,
  321. 60553FCD2D3B54A400BAAD7F /* GradientText.swift */,
  322. 60553FCE2D3B54A400BAAD7F /* GradientBackgroundModifier.swift */,
  323. );
  324. path = MusicBase;
  325. sourceTree = "<group>";
  326. };
  327. 606372D62D545E55005C82CF /* Example */ = {
  328. isa = PBXGroup;
  329. children = (
  330. 603901212DF9770A0096551E /* Flash-old-Time.png */,
  331. );
  332. path = Example;
  333. sourceTree = "<group>";
  334. };
  335. A81CA45F2D1567CD00A3AAC8 /* LaunchVC */ = {
  336. isa = PBXGroup;
  337. children = (
  338. A81CA4642D15685D00A3AAC8 /* TSLaunchVC.swift */,
  339. );
  340. path = LaunchVC;
  341. sourceTree = "<group>";
  342. };
  343. A81CA4662D156A8100A3AAC8 /* Common */ = {
  344. isa = PBXGroup;
  345. children = (
  346. A8FD8F3A2DFC0A63008CAACF /* SwiftUI */,
  347. A86857C12DF926EB0089D222 /* TSPhotoSizeHelper.swift */,
  348. A86857A52DF920400089D222 /* ViewTool */,
  349. A86857832DF81B510089D222 /* TSNetWork */,
  350. A8F76C402D350A9600AA6E93 /* Purchase */,
  351. A858EE182D1CF635004B680F /* ThirdParty */,
  352. A81CA4882D15840F00A3AAC8 /* Tool */,
  353. A81CA4752D15778800A3AAC8 /* Ex */,
  354. A81CA46C2D156C6800A3AAC8 /* GlobalImports */,
  355. );
  356. path = Common;
  357. sourceTree = "<group>";
  358. };
  359. A81CA46C2D156C6800A3AAC8 /* GlobalImports */ = {
  360. isa = PBXGroup;
  361. children = (
  362. A81CA46D2D156C6F00A3AAC8 /* GlobalImports.swift */,
  363. );
  364. path = GlobalImports;
  365. sourceTree = "<group>";
  366. };
  367. A81CA4752D15778800A3AAC8 /* Ex */ = {
  368. isa = PBXGroup;
  369. children = (
  370. A86857C32DF92AE30089D222 /* UIFont+Ex.swift */,
  371. A81F5B4E2D19673500740085 /* AVAsset+Ex.swift */,
  372. A81CA4B72D16A6B600A3AAC8 /* View+Ex.swift */,
  373. A81CA49E2D1655BE00A3AAC8 /* UICollectionView+Ex.swift */,
  374. A81F5B3F2D194EA900740085 /* UIDevice+Extension.swift */,
  375. A81CA4822D157F5200A3AAC8 /* UIImageView+Ex.swift */,
  376. A81CA4842D15829E00A3AAC8 /* UIButton+Ex.swift */,
  377. A81F5B482D1956E600740085 /* UIScreen.swift */,
  378. 60553FDC2D3B84E700BAAD7F /* UIScrollView+Ext.swift */,
  379. );
  380. path = Ex;
  381. sourceTree = "<group>";
  382. };
  383. A81CA47C2D15787D00A3AAC8 /* DataManger */ = {
  384. isa = PBXGroup;
  385. children = (
  386. A81F5B552D1982A900740085 /* TSImageDataCenter.swift */,
  387. A81F5B5C2D1A905800740085 /* TSHomeDataModel.swift */,
  388. A81F5B5E2D1A907B00740085 /* TSRandomWallpaperModel.swift */,
  389. A81CA47D2D15788C00A3AAC8 /* Config */,
  390. );
  391. path = DataManger;
  392. sourceTree = "<group>";
  393. };
  394. A81CA47D2D15788C00A3AAC8 /* Config */ = {
  395. isa = PBXGroup;
  396. children = (
  397. A81CA47E2D15789A00A3AAC8 /* TSConfig.swift */,
  398. );
  399. path = Config;
  400. sourceTree = "<group>";
  401. };
  402. A81CA4882D15840F00A3AAC8 /* Tool */ = {
  403. isa = PBXGroup;
  404. children = (
  405. A8C4C0EE2D27BFEA003C46FC /* TSNetworkTool.swift */,
  406. A84C239E2D1E88C500B61B55 /* TSFileManagerTool.swift */,
  407. A81F5B4A2D19658300740085 /* PhotoTools.swift */,
  408. A81CA4892D15841600A3AAC8 /* TSCommonTool */,
  409. );
  410. path = Tool;
  411. sourceTree = "<group>";
  412. };
  413. A81CA4892D15841600A3AAC8 /* TSCommonTool */ = {
  414. isa = PBXGroup;
  415. children = (
  416. A81CA48A2D15843500A3AAC8 /* TSCommonTool.swift */,
  417. );
  418. path = TSCommonTool;
  419. sourceTree = "<group>";
  420. };
  421. A81CA48C2D15855300A3AAC8 /* Business */ = {
  422. isa = PBXGroup;
  423. children = (
  424. A8E590372DFFAE3100C2533F /* TSBootVC */,
  425. A86857AD2DF9218C0089D222 /* General */,
  426. A86857A92DF9210D0089D222 /* TSAIListVC */,
  427. A868578D2DF845D00089D222 /* BusinessView */,
  428. 60553F022D3B4DF800BAAD7F /* TSMusic */,
  429. A8F76C3A2D35022300AA6E93 /* TSPurchaseMembershipVC */,
  430. A8477C952D2272FB00DF0B93 /* TSBusinessWebVC */,
  431. A81CA4932D16527E00A3AAC8 /* TSEditLiveVC */,
  432. A81CA4922D16525C00A3AAC8 /* TSRandomWallpaperVC */,
  433. A81CA4912D16521300A3AAC8 /* TSMineVC */,
  434. A81CA4902D16520500A3AAC8 /* TSHomeVC */,
  435. A81CA48D2D15855B00A3AAC8 /* TSTabBarController */,
  436. );
  437. path = Business;
  438. sourceTree = "<group>";
  439. };
  440. A81CA48D2D15855B00A3AAC8 /* TSTabBarController */ = {
  441. isa = PBXGroup;
  442. children = (
  443. A81CA48E2D15857900A3AAC8 /* TSTabBarController.swift */,
  444. );
  445. path = TSTabBarController;
  446. sourceTree = "<group>";
  447. };
  448. A81CA4902D16520500A3AAC8 /* TSHomeVC */ = {
  449. isa = PBXGroup;
  450. children = (
  451. A8F778B52D1BE98D00BF55D5 /* TSLiveWallpaperBrowseVC */,
  452. A81F5B572D1A5F0100740085 /* View */,
  453. A81CA49A2D1652C900A3AAC8 /* TSHomeVC.swift */,
  454. A81CA4B92D16B6DC00A3AAC8 /* TSHomeCell.swift */,
  455. );
  456. path = TSHomeVC;
  457. sourceTree = "<group>";
  458. };
  459. A81CA4912D16521300A3AAC8 /* TSMineVC */ = {
  460. isa = PBXGroup;
  461. children = (
  462. A8FD8F362DFBD650008CAACF /* View */,
  463. A839461C2D1D61A900ABFF0D /* VC */,
  464. A81CA4982D1652C200A3AAC8 /* TSMineVC.swift */,
  465. A81CA4A92D16943200A3AAC8 /* TSMineCell.swift */,
  466. );
  467. path = TSMineVC;
  468. sourceTree = "<group>";
  469. };
  470. A81CA4922D16525C00A3AAC8 /* TSRandomWallpaperVC */ = {
  471. isa = PBXGroup;
  472. children = (
  473. A83946382D1D6DEA00ABFF0D /* EasyVC */,
  474. A81F5B602D1AB14700740085 /* TSRandomWallpaperBrowseVC */,
  475. A81F5B3A2D19085F00740085 /* TSRandomWallpaperView */,
  476. A81CA4962D1652BB00A3AAC8 /* TSRandomWallpaperVC.swift */,
  477. );
  478. path = TSRandomWallpaperVC;
  479. sourceTree = "<group>";
  480. };
  481. A81CA4932D16527E00A3AAC8 /* TSEditLiveVC */ = {
  482. isa = PBXGroup;
  483. children = (
  484. A83946442D1D7C2B00ABFF0D /* TSEditVideoVC */,
  485. A81CA4942D1652B300A3AAC8 /* TSEditLiveVC.swift */,
  486. A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.swift */,
  487. );
  488. path = TSEditLiveVC;
  489. sourceTree = "<group>";
  490. };
  491. A81CA4A22D16747900A3AAC8 /* TSViewTool */ = {
  492. isa = PBXGroup;
  493. children = (
  494. A8F778B32D1BB8F300BF55D5 /* PhotoManager.swift */,
  495. A81CA4A32D16748700A3AAC8 /* TSViewTool.swift */,
  496. );
  497. path = TSViewTool;
  498. sourceTree = "<group>";
  499. };
  500. A81CA4B12D1695F300A3AAC8 /* Resource */ = {
  501. isa = PBXGroup;
  502. children = (
  503. A86857D62DF983620089D222 /* generat_loading.gif */,
  504. 606372D62D545E55005C82CF /* Example */,
  505. A81F5B502D19684D00740085 /* Json */,
  506. A81CA4B22D1695F800A3AAC8 /* Font */,
  507. );
  508. path = Resource;
  509. sourceTree = "<group>";
  510. };
  511. A81CA4B22D1695F800A3AAC8 /* Font */ = {
  512. isa = PBXGroup;
  513. children = (
  514. A8FD8F302DFBCB85008CAACF /* ZillaSlab-BoldItalic.ttf */,
  515. A8FD8F312DFBCB85008CAACF /* ZillaSlab-Medium.ttf */,
  516. A8FD8F322DFBCB85008CAACF /* ZillaSlab-Regular.ttf */,
  517. A86857C52DF92BE70089D222 /* ZillaSlab-Bold.ttf */,
  518. );
  519. path = Font;
  520. sourceTree = "<group>";
  521. };
  522. A81F5B3A2D19085F00740085 /* TSRandomWallpaperView */ = {
  523. isa = PBXGroup;
  524. children = (
  525. A81F5B3D2D19087600740085 /* TSRandomWallpaperBannerCell.swift */,
  526. A81F5B3B2D19086B00740085 /* TSRandomWallpaperCell.swift */,
  527. );
  528. path = TSRandomWallpaperView;
  529. sourceTree = "<group>";
  530. };
  531. A81F5B412D19558E00740085 /* EditorVideo */ = {
  532. isa = PBXGroup;
  533. children = (
  534. A81F5B462D19562800740085 /* EditorVideoControlMaskView.swift */,
  535. A81F5B422D19559C00740085 /* EditorVideoControlView.swift */,
  536. A81F5B432D19559C00740085 /* EditorVideoControlViewCell.swift */,
  537. );
  538. path = EditorVideo;
  539. sourceTree = "<group>";
  540. };
  541. A81F5B502D19684D00740085 /* Json */ = {
  542. isa = PBXGroup;
  543. children = (
  544. A81F5B512D19685900740085 /* response.json */,
  545. );
  546. path = Json;
  547. sourceTree = "<group>";
  548. };
  549. A81F5B572D1A5F0100740085 /* View */ = {
  550. isa = PBXGroup;
  551. children = (
  552. A81F5B5A2D1A5F1800740085 /* TSHomeTopBannerCell.swift */,
  553. );
  554. path = View;
  555. sourceTree = "<group>";
  556. };
  557. A81F5B602D1AB14700740085 /* TSRandomWallpaperBrowseVC */ = {
  558. isa = PBXGroup;
  559. children = (
  560. A8F778B12D1BA07000BF55D5 /* TSRandomWallpaperBrowseSelectView.swift */,
  561. A8F778AD2D1AC12100BF55D5 /* TSRandomWallpaperBrowseView.swift */,
  562. A81F5B612D1AB17C00740085 /* TSRandomWallpaperBrowseVC.swift */,
  563. );
  564. path = TSRandomWallpaperBrowseVC;
  565. sourceTree = "<group>";
  566. };
  567. A839461C2D1D61A900ABFF0D /* VC */ = {
  568. isa = PBXGroup;
  569. children = (
  570. A839461F2D1D61D100ABFF0D /* CellVC */,
  571. );
  572. path = VC;
  573. sourceTree = "<group>";
  574. };
  575. A839461F2D1D61D100ABFF0D /* CellVC */ = {
  576. isa = PBXGroup;
  577. children = (
  578. A83946262D1D623800ABFF0D /* TSShareUsVC.swift */,
  579. A83946202D1D61D400ABFF0D /* TSRateUsVC.swift */,
  580. A83946302D1D669E00ABFF0D /* TSTermsServiceVC.swift */,
  581. A839462E2D1D64B300ABFF0D /* TSAboutUsVC.swift */,
  582. A83946322D1D66A800ABFF0D /* TSPrivacyPolicyVC.swift */,
  583. );
  584. path = CellVC;
  585. sourceTree = "<group>";
  586. };
  587. A83946382D1D6DEA00ABFF0D /* EasyVC */ = {
  588. isa = PBXGroup;
  589. children = (
  590. A83946392D1D6E2F00ABFF0D /* TSRandomWallpaperTutorialsVC.swift */,
  591. A839463B2D1D6E3500ABFF0D /* TSRandomWallpaperCopyrightVC.swift */,
  592. );
  593. path = EasyVC;
  594. sourceTree = "<group>";
  595. };
  596. A839463D2D1D6F9400ABFF0D /* EasyVC */ = {
  597. isa = PBXGroup;
  598. children = (
  599. A839463E2D1D6FB600ABFF0D /* TSLiveWallpaperTutorialsVC.swift */,
  600. A83946422D1D701300ABFF0D /* TSLiveWallpaperCopyrightVC.swift */,
  601. );
  602. path = EasyVC;
  603. sourceTree = "<group>";
  604. };
  605. A83946442D1D7C2B00ABFF0D /* TSEditVideoVC */ = {
  606. isa = PBXGroup;
  607. children = (
  608. A84C23992D1E3A4300B61B55 /* GPVideoClipper */,
  609. A81F5B412D19558E00740085 /* EditorVideo */,
  610. );
  611. path = TSEditVideoVC;
  612. sourceTree = "<group>";
  613. };
  614. A8477C952D2272FB00DF0B93 /* TSBusinessWebVC */ = {
  615. isa = PBXGroup;
  616. children = (
  617. A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */,
  618. );
  619. path = TSBusinessWebVC;
  620. sourceTree = "<group>";
  621. };
  622. A84C23992D1E3A4300B61B55 /* GPVideoClipper */ = {
  623. isa = PBXGroup;
  624. children = (
  625. A84C23952D1E3A4300B61B55 /* GPVideoConfigMaker.swift */,
  626. A84C23962D1E3A4300B61B55 /* GPVideoPlayerView.swift */,
  627. A84C23972D1E3A4300B61B55 /* GPVideoClipperView.swift */,
  628. A84C23982D1E3A4300B61B55 /* GPVideoClipperController.swift */,
  629. );
  630. path = GPVideoClipper;
  631. sourceTree = "<group>";
  632. };
  633. A858EE182D1CF635004B680F /* ThirdParty */ = {
  634. isa = PBXGroup;
  635. children = (
  636. A8C4C0E42D268D02003C46FC /* LivePhotoCreater.swift */,
  637. A8C4C0E52D268D02003C46FC /* VideoRecorder.swift */,
  638. A8C4C0A12D24218A003C46FC /* Util */,
  639. A858EE162D1CF49B004B680F /* LivePhoto.swift */,
  640. );
  641. path = ThirdParty;
  642. sourceTree = "<group>";
  643. };
  644. A868577A2DF819AA0089D222 /* TSDBManager */ = {
  645. isa = PBXGroup;
  646. children = (
  647. A868577B2DF819BA0089D222 /* TSDBManager.swift */,
  648. A868577D2DF81A930089D222 /* TSDBActionInfoModel.swift */,
  649. );
  650. path = TSDBManager;
  651. sourceTree = "<group>";
  652. };
  653. A868577F2DF81AB90089D222 /* Model */ = {
  654. isa = PBXGroup;
  655. children = (
  656. A86857812DF81ACF0089D222 /* TSActionInfoModel.swift */,
  657. A86857D22DF978730089D222 /* TSProgressState.swift */,
  658. );
  659. path = Model;
  660. sourceTree = "<group>";
  661. };
  662. A86857802DF81AC20089D222 /* Data */ = {
  663. isa = PBXGroup;
  664. children = (
  665. A8EE92CC2DFFF2860077DFFD /* OperationQueue */,
  666. A868578B2DF843F90089D222 /* TSRealmManager */,
  667. A868577F2DF81AB90089D222 /* Model */,
  668. A868577A2DF819AA0089D222 /* TSDBManager */,
  669. );
  670. path = Data;
  671. sourceTree = "<group>";
  672. };
  673. A86857832DF81B510089D222 /* TSNetWork */ = {
  674. isa = PBXGroup;
  675. children = (
  676. A86857842DF81B660089D222 /* TSNetworkManager.swift */,
  677. A86857852DF81B660089D222 /* TSNetWork+Business.swift */,
  678. A86857862DF81B660089D222 /* TSNetworkManager+Loading.swift */,
  679. );
  680. path = TSNetWork;
  681. sourceTree = "<group>";
  682. };
  683. A868578B2DF843F90089D222 /* TSRealmManager */ = {
  684. isa = PBXGroup;
  685. children = (
  686. A868578A2DF843F90089D222 /* TSRealmManager.swift */,
  687. );
  688. path = TSRealmManager;
  689. sourceTree = "<group>";
  690. };
  691. A868578D2DF845D00089D222 /* BusinessView */ = {
  692. isa = PBXGroup;
  693. children = (
  694. A8EE92BF2DFFC39C0077DFFD /* TSImageProComparisonView.swift */,
  695. A86857DC2DF99C200089D222 /* TSImageIPanComparisonView.swift */,
  696. A8FD8F422DFC1656008CAACF /* TSImageComparisonView.swift */,
  697. A8FD8F402DFC138A008CAACF /* TYCycleImageComparisonView.swift */,
  698. A86857BF2DF926870089D222 /* TSPageNullView.swift */,
  699. A86857AE2DF921970089D222 /* TSAppBtnView.swift */,
  700. A86857B12DF921F90089D222 /* TSView.swift */,
  701. A86857972DF846FB0089D222 /* TSDynamicBlurView.swift */,
  702. A868578E2DF845E40089D222 /* TSGeneratorView */,
  703. );
  704. path = BusinessView;
  705. sourceTree = "<group>";
  706. };
  707. A868578E2DF845E40089D222 /* TSGeneratorView */ = {
  708. isa = PBXGroup;
  709. children = (
  710. A868578F2DF845F60089D222 /* TSGeneratorView.swift */,
  711. A86857902DF845F60089D222 /* TSGeneratoringAnimationView.swift */,
  712. A86857912DF845F60089D222 /* TSGeneratorErrorView.swift */,
  713. );
  714. path = TSGeneratorView;
  715. sourceTree = "<group>";
  716. };
  717. A868579F2DF91EA10089D222 /* TSAIListVC */ = {
  718. isa = PBXGroup;
  719. children = (
  720. A86857A02DF91EB80089D222 /* TSAIListVC.swift */,
  721. A86857A22DF91F680089D222 /* TSAILIstCell.swift */,
  722. );
  723. path = TSAIListVC;
  724. sourceTree = "<group>";
  725. };
  726. A86857A52DF920400089D222 /* ViewTool */ = {
  727. isa = PBXGroup;
  728. children = (
  729. A86857A72DF9204B0089D222 /* TSPhotoPickerManager */,
  730. );
  731. path = ViewTool;
  732. sourceTree = "<group>";
  733. };
  734. A86857A72DF9204B0089D222 /* TSPhotoPickerManager */ = {
  735. isa = PBXGroup;
  736. children = (
  737. A86857A62DF9204B0089D222 /* TSPhotoPickerManager.swift */,
  738. );
  739. path = TSPhotoPickerManager;
  740. sourceTree = "<group>";
  741. };
  742. A86857A92DF9210D0089D222 /* TSAIListVC */ = {
  743. isa = PBXGroup;
  744. children = (
  745. A86857D82DF9943E0089D222 /* TSAIPhotoDetailsVC */,
  746. A86857D42DF97A2A0089D222 /* TSAIExpandChangeView.swift */,
  747. A86857CD2DF9775D0089D222 /* TSAIPhotoGeneratorVC */,
  748. A86857BA2DF926070089D222 /* TSAIListHistoryVC */,
  749. A86857B82DF9259C0089D222 /* TSAIList+Enmu.swift */,
  750. A86857B62DF9258D0089D222 /* TSAIUploadPhotoVC */,
  751. A86857AB2DF921160089D222 /* TSAIAgeImageHintVC */,
  752. A868579F2DF91EA10089D222 /* TSAIListVC */,
  753. );
  754. path = TSAIListVC;
  755. sourceTree = "<group>";
  756. };
  757. A86857AB2DF921160089D222 /* TSAIAgeImageHintVC */ = {
  758. isa = PBXGroup;
  759. children = (
  760. A86857AA2DF921160089D222 /* TSAIListHintBaseVC.swift */,
  761. );
  762. path = TSAIAgeImageHintVC;
  763. sourceTree = "<group>";
  764. };
  765. A86857AD2DF9218C0089D222 /* General */ = {
  766. isa = PBXGroup;
  767. children = (
  768. );
  769. path = General;
  770. sourceTree = "<group>";
  771. };
  772. A86857B62DF9258D0089D222 /* TSAIUploadPhotoVC */ = {
  773. isa = PBXGroup;
  774. children = (
  775. A86857B52DF9258D0089D222 /* TSAIUploadPhotoVC.swift */,
  776. );
  777. path = TSAIUploadPhotoVC;
  778. sourceTree = "<group>";
  779. };
  780. A86857BA2DF926070089D222 /* TSAIListHistoryVC */ = {
  781. isa = PBXGroup;
  782. children = (
  783. A86857BB2DF9260D0089D222 /* TSAIListHistoryVC.swift */,
  784. A86857BD2DF9261D0089D222 /* TSAIListHistoryCell.swift */,
  785. );
  786. path = TSAIListHistoryVC;
  787. sourceTree = "<group>";
  788. };
  789. A86857CD2DF9775D0089D222 /* TSAIPhotoGeneratorVC */ = {
  790. isa = PBXGroup;
  791. children = (
  792. A86857CE2DF977630089D222 /* TSAIListPhotoGeneratorVC.swift */,
  793. A86857D02DF9778B0089D222 /* TSAIListPhotoGeneratorVM.swift */,
  794. );
  795. path = TSAIPhotoGeneratorVC;
  796. sourceTree = "<group>";
  797. };
  798. A86857D82DF9943E0089D222 /* TSAIPhotoDetailsVC */ = {
  799. isa = PBXGroup;
  800. children = (
  801. A86857DB2DF99C170089D222 /* View */,
  802. A86857D92DF9945F0089D222 /* TSAIPhotoDetailsVC.swift */,
  803. );
  804. path = TSAIPhotoDetailsVC;
  805. sourceTree = "<group>";
  806. };
  807. A86857DB2DF99C170089D222 /* View */ = {
  808. isa = PBXGroup;
  809. children = (
  810. );
  811. path = View;
  812. sourceTree = "<group>";
  813. };
  814. A8C4C0A12D24218A003C46FC /* Util */ = {
  815. isa = PBXGroup;
  816. children = (
  817. A8C4C0AA2D2427D3003C46FC /* LivePhotoConverter.swift */,
  818. A8C4C0992D24218A003C46FC /* AVAssetExtension.swift */,
  819. A8C4C09A2D24218A003C46FC /* Converter4Image.swift */,
  820. A8C4C09B2D24218A003C46FC /* Converter4Video.swift */,
  821. A8C4C09C2D24218A003C46FC /* LivePhotoUtil.h */,
  822. A8C4C09D2D24218A003C46FC /* LivePhotoUtil.m */,
  823. A8C4C09E2D24218A003C46FC /* metadata.mov */,
  824. );
  825. path = Util;
  826. sourceTree = "<group>";
  827. };
  828. A8E56BCB2D1520DD003C54AF = {
  829. isa = PBXGroup;
  830. children = (
  831. A8E56BF52D1520EC003C54AF /* TSLiveWallpaper */,
  832. A8E56BD52D1520DD003C54AF /* Products */,
  833. 26583F0148474A7C756E32C9 /* Pods */,
  834. D901B78947260557CA1FA83C /* Frameworks */,
  835. A8C4C0A92D242204003C46FC /* Bridging-Header.h */,
  836. );
  837. sourceTree = "<group>";
  838. };
  839. A8E56BD52D1520DD003C54AF /* Products */ = {
  840. isa = PBXGroup;
  841. children = (
  842. A8E56BD42D1520DD003C54AF /* TSLiveWallpaper.app */,
  843. );
  844. name = Products;
  845. sourceTree = "<group>";
  846. };
  847. A8E56BF52D1520EC003C54AF /* TSLiveWallpaper */ = {
  848. isa = PBXGroup;
  849. children = (
  850. A86857802DF81AC20089D222 /* Data */,
  851. A81CA4B12D1695F300A3AAC8 /* Resource */,
  852. A81CA48C2D15855300A3AAC8 /* Business */,
  853. A81CA47C2D15787D00A3AAC8 /* DataManger */,
  854. A81CA4662D156A8100A3AAC8 /* Common */,
  855. A81CA45F2D1567CD00A3AAC8 /* LaunchVC */,
  856. A8E56BEC2D1520EC003C54AF /* AppDelegate.swift */,
  857. A8E56BED2D1520EC003C54AF /* Assets.xcassets */,
  858. A8FD8F462DFC3092008CAACF /* launch2.png */,
  859. A8E56BEE2D1520EC003C54AF /* Info.plist */,
  860. A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */,
  861. 609B6EA32D6F1221007942D4 /* Localizable.strings */,
  862. );
  863. path = TSLiveWallpaper;
  864. sourceTree = "<group>";
  865. };
  866. A8E590372DFFAE3100C2533F /* TSBootVC */ = {
  867. isa = PBXGroup;
  868. children = (
  869. A8EE92C12DFFC54A0077DFFD /* TSBootModel.swift */,
  870. A8E590382DFFAE4400C2533F /* TSBootVC.swift */,
  871. A8EE92C32DFFC5820077DFFD /* TSBootCell.swift */,
  872. );
  873. path = TSBootVC;
  874. sourceTree = "<group>";
  875. };
  876. A8EE92C92DFFF2860077DFFD /* TSGenerateBaseOperation */ = {
  877. isa = PBXGroup;
  878. children = (
  879. A8EE92C72DFFF2860077DFFD /* TSGenerateBaseOperation.swift */,
  880. A8EE92C82DFFF2860077DFFD /* TSGenerateBasePhotoOperation.swift */,
  881. );
  882. path = TSGenerateBaseOperation;
  883. sourceTree = "<group>";
  884. };
  885. A8EE92CC2DFFF2860077DFFD /* OperationQueue */ = {
  886. isa = PBXGroup;
  887. children = (
  888. A8EE92C92DFFF2860077DFFD /* TSGenerateBaseOperation */,
  889. A8EE92CA2DFFF2860077DFFD /* TSBaseOperationQueue.swift */,
  890. A8EE92CB2DFFF2860077DFFD /* TSBaseOperation.swift */,
  891. );
  892. path = OperationQueue;
  893. sourceTree = "<group>";
  894. };
  895. A8F76C3A2D35022300AA6E93 /* TSPurchaseMembershipVC */ = {
  896. isa = PBXGroup;
  897. children = (
  898. A8F76C4C2D3747AB00AA6E93 /* TSPurchaseVC.swift */,
  899. A81CA4A22D16747900A3AAC8 /* TSViewTool */,
  900. );
  901. path = TSPurchaseMembershipVC;
  902. sourceTree = "<group>";
  903. };
  904. A8F76C402D350A9600AA6E93 /* Purchase */ = {
  905. isa = PBXGroup;
  906. children = (
  907. A86857992DF9158C0089D222 /* TSPurchaseEnum.swift */,
  908. A8F76C3E2D350A9600AA6E93 /* TSPurchaseManager.swift */,
  909. A868579D2DF915DD0089D222 /* TSPurchaseBusiness.swift */,
  910. );
  911. path = Purchase;
  912. sourceTree = "<group>";
  913. };
  914. A8F778B52D1BE98D00BF55D5 /* TSLiveWallpaperBrowseVC */ = {
  915. isa = PBXGroup;
  916. children = (
  917. A8F778B62D1BE9A100BF55D5 /* TSLiveWallpaperBrowseVC.swift */,
  918. A839463D2D1D6F9400ABFF0D /* EasyVC */,
  919. );
  920. path = TSLiveWallpaperBrowseVC;
  921. sourceTree = "<group>";
  922. };
  923. A8FD8F362DFBD650008CAACF /* View */ = {
  924. isa = PBXGroup;
  925. children = (
  926. A8FD8F372DFBD659008CAACF /* TSMineTopView.swift */,
  927. );
  928. path = View;
  929. sourceTree = "<group>";
  930. };
  931. A8FD8F3A2DFC0A63008CAACF /* SwiftUI */ = {
  932. isa = PBXGroup;
  933. children = (
  934. A8FD8F3B2DFC0A71008CAACF /* HighlightedText.swift */,
  935. );
  936. path = SwiftUI;
  937. sourceTree = "<group>";
  938. };
  939. D901B78947260557CA1FA83C /* Frameworks */ = {
  940. isa = PBXGroup;
  941. children = (
  942. E33A770AEFA5810AED7219D3 /* Pods_TSLiveWallpaper.framework */,
  943. );
  944. name = Frameworks;
  945. sourceTree = "<group>";
  946. };
  947. /* End PBXGroup section */
  948. /* Begin PBXNativeTarget section */
  949. A8E56BD32D1520DD003C54AF /* TSLiveWallpaper */ = {
  950. isa = PBXNativeTarget;
  951. buildConfigurationList = A8E56BE72D1520DE003C54AF /* Build configuration list for PBXNativeTarget "TSLiveWallpaper" */;
  952. buildPhases = (
  953. A7C670FF3600581807D435F0 /* [CP] Check Pods Manifest.lock */,
  954. A8E56BD02D1520DD003C54AF /* Sources */,
  955. A8E56BD12D1520DD003C54AF /* Frameworks */,
  956. A8E56BD22D1520DD003C54AF /* Resources */,
  957. CD3560202ECC0B9D97903E2D /* [CP] Embed Pods Frameworks */,
  958. );
  959. buildRules = (
  960. );
  961. dependencies = (
  962. );
  963. name = TSLiveWallpaper;
  964. productName = TSLiveWallpaper;
  965. productReference = A8E56BD42D1520DD003C54AF /* TSLiveWallpaper.app */;
  966. productType = "com.apple.product-type.application";
  967. };
  968. /* End PBXNativeTarget section */
  969. /* Begin PBXProject section */
  970. A8E56BCC2D1520DD003C54AF /* Project object */ = {
  971. isa = PBXProject;
  972. attributes = {
  973. BuildIndependentTargetsInParallel = 1;
  974. CLASSPREFIX = TS;
  975. LastSwiftUpdateCheck = 1620;
  976. LastUpgradeCheck = 1620;
  977. TargetAttributes = {
  978. A8E56BD32D1520DD003C54AF = {
  979. CreatedOnToolsVersion = 16.2;
  980. };
  981. };
  982. };
  983. buildConfigurationList = A8E56BCF2D1520DD003C54AF /* Build configuration list for PBXProject "TSLiveWallpaper" */;
  984. compatibilityVersion = "Xcode 14.0";
  985. developmentRegion = en;
  986. hasScannedForEncodings = 0;
  987. knownRegions = (
  988. en,
  989. Base,
  990. de,
  991. fr,
  992. es,
  993. "pt-PT",
  994. );
  995. mainGroup = A8E56BCB2D1520DD003C54AF;
  996. minimizedProjectReferenceProxies = 1;
  997. packageReferences = (
  998. A8FD8F3D2DFC10CF008CAACF /* XCRemoteSwiftPackageReference "SwiftUIX" */,
  999. );
  1000. productRefGroup = A8E56BD52D1520DD003C54AF /* Products */;
  1001. projectDirPath = "";
  1002. projectRoot = "";
  1003. targets = (
  1004. A8E56BD32D1520DD003C54AF /* TSLiveWallpaper */,
  1005. );
  1006. };
  1007. /* End PBXProject section */
  1008. /* Begin PBXResourcesBuildPhase section */
  1009. A8E56BD22D1520DD003C54AF /* Resources */ = {
  1010. isa = PBXResourcesBuildPhase;
  1011. buildActionMask = 2147483647;
  1012. files = (
  1013. 603901222DF9770A0096551E /* Flash-old-Time.png in Resources */,
  1014. A8C4C0A42D24218A003C46FC /* metadata.mov in Resources */,
  1015. A86857D72DF983620089D222 /* generat_loading.gif in Resources */,
  1016. A86857C62DF92BE70089D222 /* ZillaSlab-Bold.ttf in Resources */,
  1017. A8FD8F472DFC3092008CAACF /* launch2.png in Resources */,
  1018. 609B6EA52D6F1221007942D4 /* Localizable.strings in Resources */,
  1019. A8FD8F332DFBCB85008CAACF /* ZillaSlab-Regular.ttf in Resources */,
  1020. A8FD8F342DFBCB85008CAACF /* ZillaSlab-Medium.ttf in Resources */,
  1021. A8FD8F352DFBCB85008CAACF /* ZillaSlab-BoldItalic.ttf in Resources */,
  1022. A8E56BF92D1520EC003C54AF /* Assets.xcassets in Resources */,
  1023. A81F5B522D19685900740085 /* response.json in Resources */,
  1024. A8E56BFB2D1520EC003C54AF /* LaunchScreen.storyboard in Resources */,
  1025. );
  1026. runOnlyForDeploymentPostprocessing = 0;
  1027. };
  1028. /* End PBXResourcesBuildPhase section */
  1029. /* Begin PBXShellScriptBuildPhase section */
  1030. A7C670FF3600581807D435F0 /* [CP] Check Pods Manifest.lock */ = {
  1031. isa = PBXShellScriptBuildPhase;
  1032. buildActionMask = 2147483647;
  1033. files = (
  1034. );
  1035. inputFileListPaths = (
  1036. );
  1037. inputPaths = (
  1038. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1039. "${PODS_ROOT}/Manifest.lock",
  1040. );
  1041. name = "[CP] Check Pods Manifest.lock";
  1042. outputFileListPaths = (
  1043. );
  1044. outputPaths = (
  1045. "$(DERIVED_FILE_DIR)/Pods-TSLiveWallpaper-checkManifestLockResult.txt",
  1046. );
  1047. runOnlyForDeploymentPostprocessing = 0;
  1048. shellPath = /bin/sh;
  1049. 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";
  1050. showEnvVarsInLog = 0;
  1051. };
  1052. CD3560202ECC0B9D97903E2D /* [CP] Embed Pods Frameworks */ = {
  1053. isa = PBXShellScriptBuildPhase;
  1054. buildActionMask = 2147483647;
  1055. files = (
  1056. );
  1057. inputFileListPaths = (
  1058. "${PODS_ROOT}/Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  1059. );
  1060. name = "[CP] Embed Pods Frameworks";
  1061. outputFileListPaths = (
  1062. "${PODS_ROOT}/Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  1063. );
  1064. runOnlyForDeploymentPostprocessing = 0;
  1065. shellPath = /bin/sh;
  1066. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper-frameworks.sh\"\n";
  1067. showEnvVarsInLog = 0;
  1068. };
  1069. /* End PBXShellScriptBuildPhase section */
  1070. /* Begin PBXSourcesBuildPhase section */
  1071. A8E56BD02D1520DD003C54AF /* Sources */ = {
  1072. isa = PBXSourcesBuildPhase;
  1073. buildActionMask = 2147483647;
  1074. files = (
  1075. A81CA4992D1652C400A3AAC8 /* TSMineVC.swift in Sources */,
  1076. A8C4C0EF2D27BFF7003C46FC /* TSNetworkTool.swift in Sources */,
  1077. A81CA46E2D156C7000A3AAC8 /* GlobalImports.swift in Sources */,
  1078. A8FD8F382DFBD660008CAACF /* TSMineTopView.swift in Sources */,
  1079. A81CA4832D157F5C00A3AAC8 /* UIImageView+Ex.swift in Sources */,
  1080. A81F5B492D1956EA00740085 /* UIScreen.swift in Sources */,
  1081. A8EE92CD2DFFF2860077DFFD /* TSBaseOperation.swift in Sources */,
  1082. A8EE92CE2DFFF2860077DFFD /* TSGenerateBaseOperation.swift in Sources */,
  1083. A8EE92CF2DFFF2860077DFFD /* TSGenerateBasePhotoOperation.swift in Sources */,
  1084. A8EE92D02DFFF2860077DFFD /* TSBaseOperationQueue.swift in Sources */,
  1085. A8FD8F412DFC138A008CAACF /* TYCycleImageComparisonView.swift in Sources */,
  1086. A8C4C0E62D268D02003C46FC /* LivePhotoCreater.swift in Sources */,
  1087. A8C4C0E72D268D02003C46FC /* VideoRecorder.swift in Sources */,
  1088. A8F76C4D2D3747B400AA6E93 /* TSPurchaseVC.swift in Sources */,
  1089. A81F5B5B2D1A5F2300740085 /* TSHomeTopBannerCell.swift in Sources */,
  1090. A83946312D1D66A000ABFF0D /* TSTermsServiceVC.swift in Sources */,
  1091. A8C4C0982D242154003C46FC /* LivePhoto.swift in Sources */,
  1092. A81F5B472D19562800740085 /* EditorVideoControlMaskView.swift in Sources */,
  1093. A81CA4AA2D16943800A3AAC8 /* TSMineCell.swift in Sources */,
  1094. A83946212D1D61D600ABFF0D /* TSRateUsVC.swift in Sources */,
  1095. A81F5B4F2D19674600740085 /* AVAsset+Ex.swift in Sources */,
  1096. A8E56BF62D1520EC003C54AF /* AppDelegate.swift in Sources */,
  1097. A8F778B42D1BB8F600BF55D5 /* PhotoManager.swift in Sources */,
  1098. 60553FD02D3B54A400BAAD7F /* LWNavigationBar.swift in Sources */,
  1099. 60553FD22D3B54A400BAAD7F /* GradientButton.swift in Sources */,
  1100. 60553FD42D3B54A400BAAD7F /* LWBaseViewController.swift in Sources */,
  1101. 60553FD62D3B54A400BAAD7F /* SaveSuccessTipsView.swift in Sources */,
  1102. 60553FD72D3B54A400BAAD7F /* GradientText.swift in Sources */,
  1103. 60553FD82D3B54A400BAAD7F /* LWBaseNavigationController.swift in Sources */,
  1104. 60553FD92D3B54A400BAAD7F /* GradientBackgroundModifier.swift in Sources */,
  1105. A8FD8F432DFC1656008CAACF /* TSImageComparisonView.swift in Sources */,
  1106. A868579E2DF915E90089D222 /* TSPurchaseBusiness.swift in Sources */,
  1107. A81F5B5D2D1A906C00740085 /* TSHomeDataModel.swift in Sources */,
  1108. A81CA49B2D1652CA00A3AAC8 /* TSHomeVC.swift in Sources */,
  1109. A86857B02DF921970089D222 /* TSAppBtnView.swift in Sources */,
  1110. A81CA4B82D16A6BD00A3AAC8 /* View+Ex.swift in Sources */,
  1111. A8F76C422D350A9600AA6E93 /* TSPurchaseManager.swift in Sources */,
  1112. 60553FDD2D3B84E700BAAD7F /* UIScrollView+Ext.swift in Sources */,
  1113. A8EE92C42DFFC5830077DFFD /* TSBootCell.swift in Sources */,
  1114. A81CA4852D1582A600A3AAC8 /* UIButton+Ex.swift in Sources */,
  1115. A81CA47F2D15789C00A3AAC8 /* TSConfig.swift in Sources */,
  1116. A81CA49F2D1655CE00A3AAC8 /* UICollectionView+Ex.swift in Sources */,
  1117. A81CA4BA2D16B6E300A3AAC8 /* TSHomeCell.swift in Sources */,
  1118. A8F778B22D1BA07200BF55D5 /* TSRandomWallpaperBrowseSelectView.swift in Sources */,
  1119. A8477C9F2D22ABDA00DF0B93 /* TSEditLiveEidtCell.swift in Sources */,
  1120. A81CA4652D15685F00A3AAC8 /* TSLaunchVC.swift in Sources */,
  1121. A81F5B402D194EA900740085 /* UIDevice+Extension.swift in Sources */,
  1122. A8F778AE2D1AC12400BF55D5 /* TSRandomWallpaperBrowseView.swift in Sources */,
  1123. A81F5B4B2D19658300740085 /* PhotoTools.swift in Sources */,
  1124. A83946272D1D623800ABFF0D /* TSShareUsVC.swift in Sources */,
  1125. A81CA48B2D15843700A3AAC8 /* TSCommonTool.swift in Sources */,
  1126. A84C239A2D1E3A4300B61B55 /* GPVideoPlayerView.swift in Sources */,
  1127. A868577E2DF81A940089D222 /* TSDBActionInfoModel.swift in Sources */,
  1128. A8EE92C22DFFC54C0077DFFD /* TSBootModel.swift in Sources */,
  1129. A86857B72DF9258D0089D222 /* TSAIUploadPhotoVC.swift in Sources */,
  1130. A86857822DF81AD40089D222 /* TSActionInfoModel.swift in Sources */,
  1131. A86857B22DF921F90089D222 /* TSView.swift in Sources */,
  1132. A86857872DF81B660089D222 /* TSNetWork+Business.swift in Sources */,
  1133. A86857882DF81B660089D222 /* TSNetworkManager.swift in Sources */,
  1134. A86857892DF81B660089D222 /* TSNetworkManager+Loading.swift in Sources */,
  1135. A86857A32DF91F690089D222 /* TSAILIstCell.swift in Sources */,
  1136. A868577C2DF819BB0089D222 /* TSDBManager.swift in Sources */,
  1137. A86857BE2DF926220089D222 /* TSAIListHistoryCell.swift in Sources */,
  1138. A86857DD2DF99C200089D222 /* TSImageIPanComparisonView.swift in Sources */,
  1139. A86857D32DF978740089D222 /* TSProgressState.swift in Sources */,
  1140. A868579A2DF915950089D222 /* TSPurchaseEnum.swift in Sources */,
  1141. A86857B92DF925A20089D222 /* TSAIList+Enmu.swift in Sources */,
  1142. A86857DA2DF994600089D222 /* TSAIPhotoDetailsVC.swift in Sources */,
  1143. A86857CF2DF977640089D222 /* TSAIListPhotoGeneratorVC.swift in Sources */,
  1144. A86857922DF845F60089D222 /* TSGeneratoringAnimationView.swift in Sources */,
  1145. A86857BC2DF926110089D222 /* TSAIListHistoryVC.swift in Sources */,
  1146. A86857932DF845F60089D222 /* TSGeneratorErrorView.swift in Sources */,
  1147. A86857C02DF926870089D222 /* TSPageNullView.swift in Sources */,
  1148. A86857942DF845F60089D222 /* TSGeneratorView.swift in Sources */,
  1149. A868578C2DF843F90089D222 /* TSRealmManager.swift in Sources */,
  1150. A84C239B2D1E3A4300B61B55 /* GPVideoClipperController.swift in Sources */,
  1151. A84C239C2D1E3A4300B61B55 /* GPVideoClipperView.swift in Sources */,
  1152. A84C239D2D1E3A4300B61B55 /* GPVideoConfigMaker.swift in Sources */,
  1153. A839463C2D1D6E3600ABFF0D /* TSRandomWallpaperCopyrightVC.swift in Sources */,
  1154. A81CA4952D1652B500A3AAC8 /* TSEditLiveVC.swift in Sources */,
  1155. A86857D12DF977980089D222 /* TSAIListPhotoGeneratorVM.swift in Sources */,
  1156. A8E590392DFFAE4400C2533F /* TSBootVC.swift in Sources */,
  1157. A86857982DF846FE0089D222 /* TSDynamicBlurView.swift in Sources */,
  1158. A83946332D1D66A900ABFF0D /* TSPrivacyPolicyVC.swift in Sources */,
  1159. A86857C22DF926ED0089D222 /* TSPhotoSizeHelper.swift in Sources */,
  1160. A839463A2D1D6E3000ABFF0D /* TSRandomWallpaperTutorialsVC.swift in Sources */,
  1161. A84C239F2D1E88CD00B61B55 /* TSFileManagerTool.swift in Sources */,
  1162. A8FD8F3C2DFC0A72008CAACF /* HighlightedText.swift in Sources */,
  1163. A86857D52DF97A2A0089D222 /* TSAIExpandChangeView.swift in Sources */,
  1164. A81F5B562D1982BF00740085 /* TSImageDataCenter.swift in Sources */,
  1165. A86857A82DF9204B0089D222 /* TSPhotoPickerManager.swift in Sources */,
  1166. A839462F2D1D64BF00ABFF0D /* TSAboutUsVC.swift in Sources */,
  1167. A8477C972D22737900DF0B93 /* TSBusinessWebVC.swift in Sources */,
  1168. A81CA4972D1652BD00A3AAC8 /* TSRandomWallpaperVC.swift in Sources */,
  1169. A81F5B622D1AB17E00740085 /* TSRandomWallpaperBrowseVC.swift in Sources */,
  1170. A839463F2D1D6FB700ABFF0D /* TSLiveWallpaperTutorialsVC.swift in Sources */,
  1171. A8EE92C02DFFC3B50077DFFD /* TSImageProComparisonView.swift in Sources */,
  1172. A86857C42DF92AEB0089D222 /* UIFont+Ex.swift in Sources */,
  1173. A86857A12DF91EB90089D222 /* TSAIListVC.swift in Sources */,
  1174. A81F5B5F2D1A909300740085 /* TSRandomWallpaperModel.swift in Sources */,
  1175. A8F778B72D1BE9A500BF55D5 /* TSLiveWallpaperBrowseVC.swift in Sources */,
  1176. A81CA48F2D15857B00A3AAC8 /* TSTabBarController.swift in Sources */,
  1177. A8C4C0A52D24218A003C46FC /* Converter4Video.swift in Sources */,
  1178. A8C4C0A62D24218A003C46FC /* AVAssetExtension.swift in Sources */,
  1179. A8C4C0A72D24218A003C46FC /* LivePhotoUtil.m in Sources */,
  1180. A86857AC2DF921160089D222 /* TSAIListHintBaseVC.swift in Sources */,
  1181. A8C4C0A82D24218A003C46FC /* Converter4Image.swift in Sources */,
  1182. A83946432D1D701500ABFF0D /* TSLiveWallpaperCopyrightVC.swift in Sources */,
  1183. A8C4C0AB2D2427E7003C46FC /* LivePhotoConverter.swift in Sources */,
  1184. A81F5B3C2D19087100740085 /* TSRandomWallpaperCell.swift in Sources */,
  1185. A81F5B442D19559C00740085 /* EditorVideoControlViewCell.swift in Sources */,
  1186. 603901612DFFF0330096551E /* SpacedButton.swift in Sources */,
  1187. A81F5B452D19559C00740085 /* EditorVideoControlView.swift in Sources */,
  1188. A81F5B3E2D19088100740085 /* TSRandomWallpaperBannerCell.swift in Sources */,
  1189. A81CA4A42D16748800A3AAC8 /* TSViewTool.swift in Sources */,
  1190. );
  1191. runOnlyForDeploymentPostprocessing = 0;
  1192. };
  1193. /* End PBXSourcesBuildPhase section */
  1194. /* Begin PBXVariantGroup section */
  1195. 609B6EA32D6F1221007942D4 /* Localizable.strings */ = {
  1196. isa = PBXVariantGroup;
  1197. children = (
  1198. 609B6EA42D6F1221007942D4 /* en */,
  1199. 609B6EA62D6F1227007942D4 /* fr */,
  1200. 609B6EA72D6F1230007942D4 /* de */,
  1201. 609B6EA82D6F1231007942D4 /* pt-PT */,
  1202. 609B6EA92D6F1231007942D4 /* es */,
  1203. );
  1204. name = Localizable.strings;
  1205. sourceTree = "<group>";
  1206. };
  1207. A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */ = {
  1208. isa = PBXVariantGroup;
  1209. children = (
  1210. A8E56BEF2D1520EC003C54AF /* Base */,
  1211. 609B6E9F2D6F11D0007942D4 /* de */,
  1212. 609B6EA02D6F11D5007942D4 /* fr */,
  1213. 609B6EA12D6F11E0007942D4 /* es */,
  1214. 609B6EA22D6F11E6007942D4 /* pt-PT */,
  1215. );
  1216. name = LaunchScreen.storyboard;
  1217. sourceTree = "<group>";
  1218. };
  1219. /* End PBXVariantGroup section */
  1220. /* Begin XCBuildConfiguration section */
  1221. A8E56BE82D1520DE003C54AF /* Debug */ = {
  1222. isa = XCBuildConfiguration;
  1223. baseConfigurationReference = CA36AE9B313600F95F04D9CA /* Pods-TSLiveWallpaper.debug.xcconfig */;
  1224. buildSettings = {
  1225. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1226. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1227. CODE_SIGN_IDENTITY = "Apple Development";
  1228. CODE_SIGN_STYLE = Automatic;
  1229. CURRENT_PROJECT_VERSION = 3;
  1230. DEVELOPMENT_TEAM = 65UD255J84;
  1231. ENABLE_APP_SANDBOX = NO;
  1232. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1233. GENERATE_INFOPLIST_FILE = YES;
  1234. INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
  1235. INFOPLIST_KEY_CFBundleDisplayName = "Old Photo\n";
  1236. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "This app needs to access your location information while you're using it to provide relevant location services and features. We promise to only obtain your location information when you're using the app and to use it solely for providing services and features.";
  1237. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
  1238. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1239. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1240. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1241. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  1242. LD_RUNPATH_SEARCH_PATHS = (
  1243. "$(inherited)",
  1244. "@executable_path/Frameworks",
  1245. );
  1246. MARKETING_VERSION = 3.6.1;
  1247. PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
  1248. PRODUCT_NAME = "$(TARGET_NAME)";
  1249. PROVISIONING_PROFILE_SPECIFIER = "";
  1250. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1251. SUPPORTS_MACCATALYST = NO;
  1252. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1253. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1254. SWIFT_EMIT_LOC_STRINGS = YES;
  1255. SWIFT_OBJC_BRIDGING_HEADER = "Bridging-Header.h";
  1256. SWIFT_VERSION = 5.0;
  1257. TARGETED_DEVICE_FAMILY = 1;
  1258. };
  1259. name = Debug;
  1260. };
  1261. A8E56BE92D1520DE003C54AF /* Release */ = {
  1262. isa = XCBuildConfiguration;
  1263. baseConfigurationReference = 71E5F623537702A8306DF3C8 /* Pods-TSLiveWallpaper.release.xcconfig */;
  1264. buildSettings = {
  1265. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1266. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1267. CODE_SIGN_IDENTITY = "Apple Development";
  1268. CODE_SIGN_STYLE = Automatic;
  1269. CURRENT_PROJECT_VERSION = 3;
  1270. DEVELOPMENT_TEAM = 65UD255J84;
  1271. ENABLE_APP_SANDBOX = NO;
  1272. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1273. GENERATE_INFOPLIST_FILE = YES;
  1274. INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
  1275. INFOPLIST_KEY_CFBundleDisplayName = "Old Photo\n";
  1276. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "This app needs to access your location information while you're using it to provide relevant location services and features. We promise to only obtain your location information when you're using the app and to use it solely for providing services and features.";
  1277. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
  1278. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1279. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1280. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1281. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  1282. LD_RUNPATH_SEARCH_PATHS = (
  1283. "$(inherited)",
  1284. "@executable_path/Frameworks",
  1285. );
  1286. MARKETING_VERSION = 3.6.1;
  1287. PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
  1288. PRODUCT_NAME = "$(TARGET_NAME)";
  1289. PROVISIONING_PROFILE_SPECIFIER = "";
  1290. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1291. SUPPORTS_MACCATALYST = NO;
  1292. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1293. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1294. SWIFT_EMIT_LOC_STRINGS = YES;
  1295. SWIFT_OBJC_BRIDGING_HEADER = "Bridging-Header.h";
  1296. SWIFT_VERSION = 5.0;
  1297. TARGETED_DEVICE_FAMILY = 1;
  1298. };
  1299. name = Release;
  1300. };
  1301. A8E56BEA2D1520DE003C54AF /* Debug */ = {
  1302. isa = XCBuildConfiguration;
  1303. buildSettings = {
  1304. ALWAYS_SEARCH_USER_PATHS = NO;
  1305. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1306. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1307. CLANG_ANALYZER_NONNULL = YES;
  1308. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1309. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1310. CLANG_ENABLE_MODULES = YES;
  1311. CLANG_ENABLE_OBJC_ARC = YES;
  1312. CLANG_ENABLE_OBJC_WEAK = YES;
  1313. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1314. CLANG_WARN_BOOL_CONVERSION = YES;
  1315. CLANG_WARN_COMMA = YES;
  1316. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1317. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1318. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1319. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1320. CLANG_WARN_EMPTY_BODY = YES;
  1321. CLANG_WARN_ENUM_CONVERSION = YES;
  1322. CLANG_WARN_INFINITE_RECURSION = YES;
  1323. CLANG_WARN_INT_CONVERSION = YES;
  1324. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1325. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1326. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1327. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1328. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1329. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1330. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1331. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1332. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1333. CLANG_WARN_UNREACHABLE_CODE = YES;
  1334. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1335. COPY_PHASE_STRIP = NO;
  1336. DEBUG_INFORMATION_FORMAT = dwarf;
  1337. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1338. ENABLE_TESTABILITY = YES;
  1339. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1340. GCC_C_LANGUAGE_STANDARD = gnu17;
  1341. GCC_DYNAMIC_NO_PIC = NO;
  1342. GCC_NO_COMMON_BLOCKS = YES;
  1343. GCC_OPTIMIZATION_LEVEL = 0;
  1344. GCC_PREPROCESSOR_DEFINITIONS = (
  1345. "DEBUG=1",
  1346. "$(inherited)",
  1347. );
  1348. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1349. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1350. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1351. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1352. GCC_WARN_UNUSED_FUNCTION = YES;
  1353. GCC_WARN_UNUSED_VARIABLE = YES;
  1354. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1355. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1356. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1357. MTL_FAST_MATH = YES;
  1358. ONLY_ACTIVE_ARCH = YES;
  1359. SDKROOT = iphoneos;
  1360. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  1361. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1362. };
  1363. name = Debug;
  1364. };
  1365. A8E56BEB2D1520DE003C54AF /* Release */ = {
  1366. isa = XCBuildConfiguration;
  1367. buildSettings = {
  1368. ALWAYS_SEARCH_USER_PATHS = NO;
  1369. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1370. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1371. CLANG_ANALYZER_NONNULL = YES;
  1372. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1373. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1374. CLANG_ENABLE_MODULES = YES;
  1375. CLANG_ENABLE_OBJC_ARC = YES;
  1376. CLANG_ENABLE_OBJC_WEAK = YES;
  1377. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1378. CLANG_WARN_BOOL_CONVERSION = YES;
  1379. CLANG_WARN_COMMA = YES;
  1380. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1381. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1382. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1383. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1384. CLANG_WARN_EMPTY_BODY = YES;
  1385. CLANG_WARN_ENUM_CONVERSION = YES;
  1386. CLANG_WARN_INFINITE_RECURSION = YES;
  1387. CLANG_WARN_INT_CONVERSION = YES;
  1388. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1389. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1390. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1391. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1392. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1393. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1394. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1395. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1396. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1397. CLANG_WARN_UNREACHABLE_CODE = YES;
  1398. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1399. COPY_PHASE_STRIP = NO;
  1400. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1401. ENABLE_NS_ASSERTIONS = NO;
  1402. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1403. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1404. GCC_C_LANGUAGE_STANDARD = gnu17;
  1405. GCC_NO_COMMON_BLOCKS = YES;
  1406. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1407. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1408. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1409. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1410. GCC_WARN_UNUSED_FUNCTION = YES;
  1411. GCC_WARN_UNUSED_VARIABLE = YES;
  1412. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1413. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1414. MTL_ENABLE_DEBUG_INFO = NO;
  1415. MTL_FAST_MATH = YES;
  1416. SDKROOT = iphoneos;
  1417. SWIFT_COMPILATION_MODE = wholemodule;
  1418. VALIDATE_PRODUCT = YES;
  1419. };
  1420. name = Release;
  1421. };
  1422. /* End XCBuildConfiguration section */
  1423. /* Begin XCConfigurationList section */
  1424. A8E56BCF2D1520DD003C54AF /* Build configuration list for PBXProject "TSLiveWallpaper" */ = {
  1425. isa = XCConfigurationList;
  1426. buildConfigurations = (
  1427. A8E56BEA2D1520DE003C54AF /* Debug */,
  1428. A8E56BEB2D1520DE003C54AF /* Release */,
  1429. );
  1430. defaultConfigurationIsVisible = 0;
  1431. defaultConfigurationName = Release;
  1432. };
  1433. A8E56BE72D1520DE003C54AF /* Build configuration list for PBXNativeTarget "TSLiveWallpaper" */ = {
  1434. isa = XCConfigurationList;
  1435. buildConfigurations = (
  1436. A8E56BE82D1520DE003C54AF /* Debug */,
  1437. A8E56BE92D1520DE003C54AF /* Release */,
  1438. );
  1439. defaultConfigurationIsVisible = 0;
  1440. defaultConfigurationName = Release;
  1441. };
  1442. /* End XCConfigurationList section */
  1443. /* Begin XCRemoteSwiftPackageReference section */
  1444. A8FD8F3D2DFC10CF008CAACF /* XCRemoteSwiftPackageReference "SwiftUIX" */ = {
  1445. isa = XCRemoteSwiftPackageReference;
  1446. repositoryURL = "https://github.com/SwiftUIX/SwiftUIX.git";
  1447. requirement = {
  1448. kind = upToNextMajorVersion;
  1449. minimumVersion = 0.2.4;
  1450. };
  1451. };
  1452. /* End XCRemoteSwiftPackageReference section */
  1453. /* Begin XCSwiftPackageProductDependency section */
  1454. A8FD8F3E2DFC10CF008CAACF /* SwiftUIX */ = {
  1455. isa = XCSwiftPackageProductDependency;
  1456. package = A8FD8F3D2DFC10CF008CAACF /* XCRemoteSwiftPackageReference "SwiftUIX" */;
  1457. productName = SwiftUIX;
  1458. };
  1459. /* End XCSwiftPackageProductDependency section */
  1460. };
  1461. rootObject = A8E56BCC2D1520DD003C54AF /* Project object */;
  1462. }