project.pbxproj 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3DB4D4912DDC1F100082596A /* ASRingGeneratorVC+load.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4902DDC1F0C0082596A /* ASRingGeneratorVC+load.swift */; };
  10. 3DB4D4932DDC25C10082596A /* APAudioToRingVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4922DDC25BD0082596A /* APAudioToRingVM.swift */; };
  11. 3DB4D4972DDC28D40082596A /* APAudioToRingVC+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4962DDC28D10082596A /* APAudioToRingVC+View.swift */; };
  12. 3DB4D4992DDC28E70082596A /* APAudioToRingVC+StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4982DDC28DB0082596A /* APAudioToRingVC+StackView.swift */; };
  13. 3DB4D49B2DDC28F20082596A /* APAudioToRingVC+Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D49A2DDC28EC0082596A /* APAudioToRingVC+Upload.swift */; };
  14. 3DB4D49D2DDC29AC0082596A /* ASRTRStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D49C2DDC29AC0082596A /* ASRTRStyleView.swift */; };
  15. 3DB4D4A12DDC2CCE0082596A /* ring_rtr_style.json in Resources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A02DDC2CC90082596A /* ring_rtr_style.json */; };
  16. 3DB4D4A32DDC34100082596A /* ASRTRFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A22DDC34020082596A /* ASRTRFileView.swift */; };
  17. 3DB4D4A52DDC8E830082596A /* APSettingVC+Col.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A42DDC8E7B0082596A /* APSettingVC+Col.swift */; };
  18. 3DB4D4A82DDC92560082596A /* ASBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */; };
  19. 3DB4D4AA2DDDCEA50082596A /* Poppins-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A92DDDCEA50082596A /* Poppins-BoldItalic.otf */; };
  20. 3DB4D4AE2DDDCED00082596A /* UIFont+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4AB2DDDCED00082596A /* UIFont+TSEx.swift */; };
  21. 3DB4D4B22DDF0B960082596A /* FakeBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */; };
  22. 3DB4D4B52DE025920082596A /* ASTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */; };
  23. 3DCD56F32DDAE3E3004AAB5B /* ASRingToneCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56F22DDAE3DF004AAB5B /* ASRingToneCellView.swift */; };
  24. 3DCD56F52DDAE42A004AAB5B /* ASViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56F42DDAE421004AAB5B /* ASViewTool.swift */; };
  25. 3DCD56F92DDAE481004AAB5B /* TSBusinessAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56F62DDAE481004AAB5B /* TSBusinessAudioPlayer.swift */; };
  26. 3DCD56FA2DDAE481004AAB5B /* TSAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56F72DDAE481004AAB5B /* TSAudioPlayer.swift */; };
  27. 3DCD56FD2DDAFBE5004AAB5B /* ASDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56FC2DDAFBE4004AAB5B /* ASDownloadManager.swift */; };
  28. 3DCD56FF2DDAFC1B004AAB5B /* ASBusinessFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD56FE2DDAFC17004AAB5B /* ASBusinessFileManager.swift */; };
  29. 3DCD57012DDB1008004AAB5B /* CpuMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57002DDB1008004AAB5B /* CpuMapManager.swift */; };
  30. 3DCD57052DDB1120004AAB5B /* TSPurchaseTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57042DDB111F004AAB5B /* TSPurchaseTool.swift */; };
  31. 3DCD57182DDB1158004AAB5B /* libmp3lame.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DCD57092DDB1158004AAB5B /* libmp3lame.a */; };
  32. 3DCD57192DDB1158004AAB5B /* AudioTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD570D2DDB1158004AAB5B /* AudioTool.swift */; };
  33. 3DCD571A2DDB1158004AAB5B /* ExtAudioConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD570A2DDB1158004AAB5B /* ExtAudioConverter.m */; };
  34. 3DCD571B2DDB1158004AAB5B /* AudioConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57072DDB1158004AAB5B /* AudioConverter.m */; };
  35. 3DCD571C2DDB1158004AAB5B /* ZHCroppedDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57152DDB1158004AAB5B /* ZHCroppedDelegate.swift */; };
  36. 3DCD571D2DDB1158004AAB5B /* ZHAudioProcessing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57112DDB1158004AAB5B /* ZHAudioProcessing.swift */; };
  37. 3DCD571E2DDB1158004AAB5B /* ZHWaveformViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57122DDB1158004AAB5B /* ZHWaveformViewDelegate.swift */; };
  38. 3DCD571F2DDB1158004AAB5B /* TSBandRingTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD570F2DDB1158004AAB5B /* TSBandRingTool.swift */; };
  39. 3DCD57202DDB1158004AAB5B /* ZHTrackProcessing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57132DDB1158004AAB5B /* ZHTrackProcessing.swift */; };
  40. 3DCD57212DDB1158004AAB5B /* ZHWaveformView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57142DDB1158004AAB5B /* ZHWaveformView.swift */; };
  41. 3DCD57222DDB1158004AAB5B /* tutorial-ring.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD570E2DDB1158004AAB5B /* tutorial-ring.mp4 */; };
  42. 3DCD57232DDB1158004AAB5B /* placeholder.band in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD57102DDB1158004AAB5B /* placeholder.band */; };
  43. 3DCD572F2DDB1D8A004AAB5B /* ASRingLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD572E2DDB1D87004AAB5B /* ASRingLoadingView.swift */; };
  44. 3DCD57312DDB2A66004AAB5B /* ASGenerateRingToRingOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD57302DDB2A5D004AAB5B /* ASGenerateRingToRingOperation.swift */; };
  45. 3DCD57342DDB38E7004AAB5B /* ringAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD57322DDB38E7004AAB5B /* ringAnimation.gif */; };
  46. 3DCD57352DDB38E7004AAB5B /* rotatingAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD57332DDB38E7004AAB5B /* rotatingAnimation.gif */; };
  47. 3DCD57382DDB3FFA004AAB5B /* Dance.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD57362DDB3FFA004AAB5B /* Dance.mp3 */; };
  48. 3DCD57392DDB3FFA004AAB5B /* Gentle.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 3DCD57372DDB3FFA004AAB5B /* Gentle.mp3 */; };
  49. 3DCD573B2DDB4E61004AAB5B /* ASPageNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD573A2DDB4E5E004AAB5B /* ASPageNullView.swift */; };
  50. 3DCD573D2DDB5A3C004AAB5B /* ASMyRingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD573C2DDB5A2E004AAB5B /* ASMyRingCell.swift */; };
  51. A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */; };
  52. A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */; };
  53. A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */; };
  54. A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */; };
  55. A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */; };
  56. A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */; };
  57. A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A848F8792DD6D1AF00B746EC /* Assets.xcassets */; };
  58. A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */; };
  59. A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8782DD6D1AF00B746EC /* AppDelegate.swift */; };
  60. A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F88D2DD6D38300B746EC /* APLaunchVC.swift */; };
  61. A848F8912DD6D50000B746EC /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8902DD6D4FD00B746EC /* Common.swift */; };
  62. A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8922DD6D51900B746EC /* AIEnums.swift */; };
  63. A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */; };
  64. A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */; };
  65. A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */; };
  66. A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */; };
  67. A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */; };
  68. A848F8AB2DD6D75300B746EC /* ASMyRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AA2DD6D75200B746EC /* ASMyRingVC.swift */; };
  69. A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AC2DD6D75800B746EC /* APSettingVC.swift */; };
  70. A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */; };
  71. A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B22DD6D82300B746EC /* APConfig.swift */; };
  72. A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */; };
  73. A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */; };
  74. A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */; };
  75. A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */; };
  76. A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */; };
  77. A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */; };
  78. A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */; };
  79. A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */; };
  80. A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */; };
  81. A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */; };
  82. A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D12DD7148F00B746EC /* ASDurationColView.swift */; };
  83. A848F8D52DD719B600B746EC /* ring_duration.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8D42DD719AB00B746EC /* ring_duration.json */; };
  84. A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */; };
  85. A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */; };
  86. A848F8E12DD7271900B746EC /* ring_ttr_style.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8E02DD7271400B746EC /* ring_ttr_style.json */; };
  87. A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */; };
  88. A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */; };
  89. A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */; };
  90. A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */; };
  91. A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8ED2DD7508000B746EC /* ASRealmManager.swift */; };
  92. A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */; };
  93. A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */; };
  94. A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */; };
  95. A848F8F82DD752E700B746EC /* ASGenerateTextToRingOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F72DD752D900B746EC /* ASGenerateTextToRingOperation.swift */; };
  96. A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F92DD7536300B746EC /* Notification+Ex.swift */; };
  97. A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8FB2DD7539E00B746EC /* ASProgressState.swift */; };
  98. C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */; };
  99. /* End PBXBuildFile section */
  100. /* Begin PBXFileReference section */
  101. 3DB4D4902DDC1F0C0082596A /* ASRingGeneratorVC+load.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ASRingGeneratorVC+load.swift"; sourceTree = "<group>"; };
  102. 3DB4D4922DDC25BD0082596A /* APAudioToRingVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APAudioToRingVM.swift; sourceTree = "<group>"; };
  103. 3DB4D4962DDC28D10082596A /* APAudioToRingVC+View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APAudioToRingVC+View.swift"; sourceTree = "<group>"; };
  104. 3DB4D4982DDC28DB0082596A /* APAudioToRingVC+StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APAudioToRingVC+StackView.swift"; sourceTree = "<group>"; };
  105. 3DB4D49A2DDC28EC0082596A /* APAudioToRingVC+Upload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APAudioToRingVC+Upload.swift"; sourceTree = "<group>"; };
  106. 3DB4D49C2DDC29AC0082596A /* ASRTRStyleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRTRStyleView.swift; sourceTree = "<group>"; };
  107. 3DB4D4A02DDC2CC90082596A /* ring_rtr_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_rtr_style.json; sourceTree = "<group>"; };
  108. 3DB4D4A22DDC34020082596A /* ASRTRFileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRTRFileView.swift; sourceTree = "<group>"; };
  109. 3DB4D4A42DDC8E7B0082596A /* APSettingVC+Col.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APSettingVC+Col.swift"; sourceTree = "<group>"; };
  110. 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBusinessWebVC.swift; sourceTree = "<group>"; };
  111. 3DB4D4A92DDDCEA50082596A /* Poppins-BoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BoldItalic.otf"; sourceTree = "<group>"; };
  112. 3DB4D4AB2DDDCED00082596A /* UIFont+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+TSEx.swift"; sourceTree = "<group>"; };
  113. 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeBlurView.swift; sourceTree = "<group>"; };
  114. 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASTutorialsVC.swift; sourceTree = "<group>"; };
  115. 3DCD56F22DDAE3DF004AAB5B /* ASRingToneCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingToneCellView.swift; sourceTree = "<group>"; };
  116. 3DCD56F42DDAE421004AAB5B /* ASViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASViewTool.swift; sourceTree = "<group>"; };
  117. 3DCD56F62DDAE481004AAB5B /* TSBusinessAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessAudioPlayer.swift; sourceTree = "<group>"; };
  118. 3DCD56F72DDAE481004AAB5B /* TSAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioPlayer.swift; sourceTree = "<group>"; };
  119. 3DCD56FC2DDAFBE4004AAB5B /* ASDownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDownloadManager.swift; sourceTree = "<group>"; };
  120. 3DCD56FE2DDAFC17004AAB5B /* ASBusinessFileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBusinessFileManager.swift; sourceTree = "<group>"; };
  121. 3DCD57002DDB1008004AAB5B /* CpuMapManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CpuMapManager.swift; sourceTree = "<group>"; };
  122. 3DCD57042DDB111F004AAB5B /* TSPurchaseTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSPurchaseTool.swift; sourceTree = "<group>"; };
  123. 3DCD57062DDB1158004AAB5B /* AudioConverter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioConverter.h; sourceTree = "<group>"; };
  124. 3DCD57072DDB1158004AAB5B /* AudioConverter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AudioConverter.m; sourceTree = "<group>"; };
  125. 3DCD57082DDB1158004AAB5B /* ExtAudioConverter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtAudioConverter.h; sourceTree = "<group>"; };
  126. 3DCD57092DDB1158004AAB5B /* libmp3lame.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libmp3lame.a; sourceTree = "<group>"; };
  127. 3DCD570A2DDB1158004AAB5B /* ExtAudioConverter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtAudioConverter.m; sourceTree = "<group>"; };
  128. 3DCD570B2DDB1158004AAB5B /* lame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lame.h; sourceTree = "<group>"; };
  129. 3DCD570D2DDB1158004AAB5B /* AudioTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioTool.swift; sourceTree = "<group>"; };
  130. 3DCD570E2DDB1158004AAB5B /* tutorial-ring.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = "tutorial-ring.mp4"; sourceTree = "<group>"; };
  131. 3DCD570F2DDB1158004AAB5B /* TSBandRingTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBandRingTool.swift; sourceTree = "<group>"; };
  132. 3DCD57102DDB1158004AAB5B /* placeholder.band */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = placeholder.band; sourceTree = "<group>"; };
  133. 3DCD57112DDB1158004AAB5B /* ZHAudioProcessing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZHAudioProcessing.swift; sourceTree = "<group>"; };
  134. 3DCD57122DDB1158004AAB5B /* ZHWaveformViewDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZHWaveformViewDelegate.swift; sourceTree = "<group>"; };
  135. 3DCD57132DDB1158004AAB5B /* ZHTrackProcessing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZHTrackProcessing.swift; sourceTree = "<group>"; };
  136. 3DCD57142DDB1158004AAB5B /* ZHWaveformView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZHWaveformView.swift; sourceTree = "<group>"; };
  137. 3DCD57152DDB1158004AAB5B /* ZHCroppedDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZHCroppedDelegate.swift; sourceTree = "<group>"; };
  138. 3DCD572D2DDB1976004AAB5B /* AIPlayRingtones-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AIPlayRingtones-Bridging-Header.h"; sourceTree = "<group>"; };
  139. 3DCD572E2DDB1D87004AAB5B /* ASRingLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingLoadingView.swift; sourceTree = "<group>"; };
  140. 3DCD57302DDB2A5D004AAB5B /* ASGenerateRingToRingOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateRingToRingOperation.swift; sourceTree = "<group>"; };
  141. 3DCD57322DDB38E7004AAB5B /* ringAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ringAnimation.gif; sourceTree = "<group>"; };
  142. 3DCD57332DDB38E7004AAB5B /* rotatingAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = rotatingAnimation.gif; sourceTree = "<group>"; };
  143. 3DCD57362DDB3FFA004AAB5B /* Dance.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Dance.mp3; sourceTree = "<group>"; };
  144. 3DCD57372DDB3FFA004AAB5B /* Gentle.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Gentle.mp3; sourceTree = "<group>"; };
  145. 3DCD573A2DDB4E5E004AAB5B /* ASPageNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASPageNullView.swift; sourceTree = "<group>"; };
  146. 3DCD573C2DDB5A2E004AAB5B /* ASMyRingCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASMyRingCell.swift; sourceTree = "<group>"; };
  147. 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPlayRingtones.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  148. A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorView.swift; sourceTree = "<group>"; };
  149. A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorLoadingView.swift; sourceTree = "<group>"; };
  150. A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorErrorView.swift; sourceTree = "<group>"; };
  151. A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Error.swift"; sourceTree = "<group>"; };
  152. A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorVC.swift; sourceTree = "<group>"; };
  153. A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorBaseVC.swift; sourceTree = "<group>"; };
  154. A848F8602DD6D19100B746EC /* AIPlayRingtones.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIPlayRingtones.app; sourceTree = BUILT_PRODUCTS_DIR; };
  155. A848F8782DD6D1AF00B746EC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  156. A848F8792DD6D1AF00B746EC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  157. A848F87A2DD6D1AF00B746EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  158. A848F87B2DD6D1AF00B746EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  159. A848F88D2DD6D38300B746EC /* APLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APLaunchVC.swift; sourceTree = "<group>"; };
  160. A848F8902DD6D4FD00B746EC /* Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
  161. A848F8922DD6D51900B746EC /* AIEnums.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIEnums.swift; sourceTree = "<group>"; };
  162. A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
  163. A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
  164. A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
  165. A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVC.swift; sourceTree = "<group>"; };
  166. A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APAudioToRingVC.swift; sourceTree = "<group>"; };
  167. A848F8AA2DD6D75200B746EC /* ASMyRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASMyRingVC.swift; sourceTree = "<group>"; };
  168. A848F8AC2DD6D75800B746EC /* APSettingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APSettingVC.swift; sourceTree = "<group>"; };
  169. A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASTabBarVC.swift; sourceTree = "<group>"; };
  170. A848F8B22DD6D82300B746EC /* APConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APConfig.swift; sourceTree = "<group>"; };
  171. A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APConfig+Color.swift"; sourceTree = "<group>"; };
  172. A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASAppBtnView.swift; sourceTree = "<group>"; };
  173. A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVM.swift; sourceTree = "<group>"; };
  174. A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASLeftHeaderView.swift; sourceTree = "<group>"; };
  175. A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+TextView.swift"; sourceTree = "<group>"; };
  176. A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Duration.swift"; sourceTree = "<group>"; };
  177. A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Style.swift"; sourceTree = "<group>"; };
  178. A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+View.swift"; sourceTree = "<group>"; };
  179. A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+StackView.swift"; sourceTree = "<group>"; };
  180. A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASPromptTextView.swift; sourceTree = "<group>"; };
  181. A848F8D12DD7148F00B746EC /* ASDurationColView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDurationColView.swift; sourceTree = "<group>"; };
  182. A848F8D42DD719AB00B746EC /* ring_duration.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_duration.json; sourceTree = "<group>"; };
  183. A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGenerateSecModel.swift; sourceTree = "<group>"; };
  184. A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingStyleVC.swift; sourceTree = "<group>"; };
  185. A848F8E02DD7271400B746EC /* ring_ttr_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_ttr_style.json; sourceTree = "<group>"; };
  186. A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateStyleModel.swift; sourceTree = "<group>"; };
  187. A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBHistoryManager.swift; sourceTree = "<group>"; };
  188. A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBActionInfoModel.swift; sourceTree = "<group>"; };
  189. A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASActionInfoModel.swift; sourceTree = "<group>"; };
  190. A848F8ED2DD7508000B746EC /* ASRealmManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRealmManager.swift; sourceTree = "<group>"; };
  191. A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperationQueue.swift; sourceTree = "<group>"; };
  192. A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperation.swift; sourceTree = "<group>"; };
  193. A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateBaseOperation.swift; sourceTree = "<group>"; };
  194. A848F8F72DD752D900B746EC /* ASGenerateTextToRingOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateTextToRingOperation.swift; sourceTree = "<group>"; };
  195. A848F8F92DD7536300B746EC /* Notification+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = " Notification+Ex.swift"; sourceTree = "<group>"; };
  196. A848F8FB2DD7539E00B746EC /* ASProgressState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASProgressState.swift; sourceTree = "<group>"; };
  197. B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPlayRingtones.debug.xcconfig"; path = "Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones.debug.xcconfig"; sourceTree = "<group>"; };
  198. B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AIPlayRingtones.release.xcconfig"; path = "Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones.release.xcconfig"; sourceTree = "<group>"; };
  199. /* End PBXFileReference section */
  200. /* Begin PBXFrameworksBuildPhase section */
  201. A848F85D2DD6D19100B746EC /* Frameworks */ = {
  202. isa = PBXFrameworksBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */,
  206. 3DCD57182DDB1158004AAB5B /* libmp3lame.a in Frameworks */,
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. /* End PBXFrameworksBuildPhase section */
  211. /* Begin PBXGroup section */
  212. 3DB4D4942DDC28AD0082596A /* VM */ = {
  213. isa = PBXGroup;
  214. children = (
  215. 3DB4D4922DDC25BD0082596A /* APAudioToRingVM.swift */,
  216. );
  217. path = VM;
  218. sourceTree = "<group>";
  219. };
  220. 3DB4D4952DDC28C60082596A /* View */ = {
  221. isa = PBXGroup;
  222. children = (
  223. 3DB4D4A22DDC34020082596A /* ASRTRFileView.swift */,
  224. 3DB4D49C2DDC29AC0082596A /* ASRTRStyleView.swift */,
  225. );
  226. path = View;
  227. sourceTree = "<group>";
  228. };
  229. 3DB4D4A62DDC924B0082596A /* ASBusinessWebVC */ = {
  230. isa = PBXGroup;
  231. children = (
  232. 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */,
  233. );
  234. path = ASBusinessWebVC;
  235. sourceTree = "<group>";
  236. };
  237. 3DB4D4AD2DDDCED00082596A /* Ex */ = {
  238. isa = PBXGroup;
  239. children = (
  240. 3DB4D4AB2DDDCED00082596A /* UIFont+TSEx.swift */,
  241. );
  242. path = Ex;
  243. sourceTree = "<group>";
  244. };
  245. 3DB4D4B32DE0257A0082596A /* ASTutorialsVC */ = {
  246. isa = PBXGroup;
  247. children = (
  248. 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */,
  249. );
  250. path = ASTutorialsVC;
  251. sourceTree = "<group>";
  252. };
  253. 3DCD56F82DDAE481004AAB5B /* TSAudioPlayer */ = {
  254. isa = PBXGroup;
  255. children = (
  256. 3DCD56F62DDAE481004AAB5B /* TSBusinessAudioPlayer.swift */,
  257. 3DCD56F72DDAE481004AAB5B /* TSAudioPlayer.swift */,
  258. );
  259. path = TSAudioPlayer;
  260. sourceTree = "<group>";
  261. };
  262. 3DCD56FB2DDAFBD8004AAB5B /* ASDownloadManager */ = {
  263. isa = PBXGroup;
  264. children = (
  265. 3DCD56FC2DDAFBE4004AAB5B /* ASDownloadManager.swift */,
  266. );
  267. path = ASDownloadManager;
  268. sourceTree = "<group>";
  269. };
  270. 3DCD57032DDB1118004AAB5B /* TSPurchaseTool */ = {
  271. isa = PBXGroup;
  272. children = (
  273. 3DCD57042DDB111F004AAB5B /* TSPurchaseTool.swift */,
  274. );
  275. path = TSPurchaseTool;
  276. sourceTree = "<group>";
  277. };
  278. 3DCD570C2DDB1158004AAB5B /* libmp3 */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 3DCD57082DDB1158004AAB5B /* ExtAudioConverter.h */,
  282. 3DCD57092DDB1158004AAB5B /* libmp3lame.a */,
  283. 3DCD570A2DDB1158004AAB5B /* ExtAudioConverter.m */,
  284. 3DCD570B2DDB1158004AAB5B /* lame.h */,
  285. );
  286. path = libmp3;
  287. sourceTree = "<group>";
  288. };
  289. 3DCD57162DDB1158004AAB5B /* ZHWaveform */ = {
  290. isa = PBXGroup;
  291. children = (
  292. 3DCD57112DDB1158004AAB5B /* ZHAudioProcessing.swift */,
  293. 3DCD57122DDB1158004AAB5B /* ZHWaveformViewDelegate.swift */,
  294. 3DCD57132DDB1158004AAB5B /* ZHTrackProcessing.swift */,
  295. 3DCD57142DDB1158004AAB5B /* ZHWaveformView.swift */,
  296. 3DCD57152DDB1158004AAB5B /* ZHCroppedDelegate.swift */,
  297. );
  298. path = ZHWaveform;
  299. sourceTree = "<group>";
  300. };
  301. 3DCD57172DDB1158004AAB5B /* TSBandRingTool */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 3DCD57062DDB1158004AAB5B /* AudioConverter.h */,
  305. 3DCD57072DDB1158004AAB5B /* AudioConverter.m */,
  306. 3DCD570C2DDB1158004AAB5B /* libmp3 */,
  307. 3DCD570D2DDB1158004AAB5B /* AudioTool.swift */,
  308. 3DCD570E2DDB1158004AAB5B /* tutorial-ring.mp4 */,
  309. 3DCD570F2DDB1158004AAB5B /* TSBandRingTool.swift */,
  310. 3DCD57102DDB1158004AAB5B /* placeholder.band */,
  311. 3DCD57162DDB1158004AAB5B /* ZHWaveform */,
  312. );
  313. path = TSBandRingTool;
  314. sourceTree = "<group>";
  315. };
  316. 6B369F15FA74FED594C60569 /* Frameworks */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */,
  320. );
  321. name = Frameworks;
  322. sourceTree = "<group>";
  323. };
  324. A800FEAF2DDAC0E9009DABDC /* CommonView */ = {
  325. isa = PBXGroup;
  326. children = (
  327. 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */,
  328. 3DCD573A2DDB4E5E004AAB5B /* ASPageNullView.swift */,
  329. 3DCD572E2DDB1D87004AAB5B /* ASRingLoadingView.swift */,
  330. 3DCD56F42DDAE421004AAB5B /* ASViewTool.swift */,
  331. 3DCD56F22DDAE3DF004AAB5B /* ASRingToneCellView.swift */,
  332. A800FEB02DDAC0F0009DABDC /* ASGeneratorView */,
  333. );
  334. path = CommonView;
  335. sourceTree = "<group>";
  336. };
  337. A800FEB02DDAC0F0009DABDC /* ASGeneratorView */ = {
  338. isa = PBXGroup;
  339. children = (
  340. A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */,
  341. A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */,
  342. A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */,
  343. );
  344. path = ASGeneratorView;
  345. sourceTree = "<group>";
  346. };
  347. A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */ = {
  348. isa = PBXGroup;
  349. children = (
  350. A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */,
  351. A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */,
  352. 3DB4D4902DDC1F0C0082596A /* ASRingGeneratorVC+load.swift */,
  353. );
  354. path = ASRingGeneratorVC;
  355. sourceTree = "<group>";
  356. };
  357. A848F8572DD6D19100B746EC = {
  358. isa = PBXGroup;
  359. children = (
  360. A848F8812DD6D1AF00B746EC /* AIPlayRingtones */,
  361. A848F8612DD6D19100B746EC /* Products */,
  362. E2F3D1383EB360A9148D55CA /* Pods */,
  363. 6B369F15FA74FED594C60569 /* Frameworks */,
  364. );
  365. sourceTree = "<group>";
  366. };
  367. A848F8612DD6D19100B746EC /* Products */ = {
  368. isa = PBXGroup;
  369. children = (
  370. A848F8602DD6D19100B746EC /* AIPlayRingtones.app */,
  371. );
  372. name = Products;
  373. sourceTree = "<group>";
  374. };
  375. A848F8812DD6D1AF00B746EC /* AIPlayRingtones */ = {
  376. isa = PBXGroup;
  377. children = (
  378. A848F88F2DD6D4E800B746EC /* Common */,
  379. A800FEAF2DDAC0E9009DABDC /* CommonView */,
  380. A848F8EF2DD7526600B746EC /* OperationQueue */,
  381. A848F8E62DD74DF300B746EC /* Data */,
  382. A848F8D32DD7198100B746EC /* Resources */,
  383. A848F8B12DD6D80900B746EC /* APConfig */,
  384. A848F88B2DD6D2C600B746EC /* AppPage */,
  385. A848F8782DD6D1AF00B746EC /* AppDelegate.swift */,
  386. 3DCD572D2DDB1976004AAB5B /* AIPlayRingtones-Bridging-Header.h */,
  387. A848F8792DD6D1AF00B746EC /* Assets.xcassets */,
  388. A848F87A2DD6D1AF00B746EC /* Info.plist */,
  389. A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */,
  390. );
  391. path = AIPlayRingtones;
  392. sourceTree = "<group>";
  393. };
  394. A848F88B2DD6D2C600B746EC /* AppPage */ = {
  395. isa = PBXGroup;
  396. children = (
  397. 3DB4D4A62DDC924B0082596A /* ASBusinessWebVC */,
  398. A848F8B62DD6DF5500B746EC /* ASCommonView */,
  399. A848F8AE2DD6D76F00B746EC /* ASTabBarVC */,
  400. A848F8A72DD6D74300B746EC /* APSettingVC */,
  401. A848F8A62DD6D73E00B746EC /* APMyRingVC */,
  402. A848F8A52DD6D73500B746EC /* APAudioToRingVC */,
  403. A848F8A22DD6D65900B746EC /* APRingTonesVC */,
  404. A848F88C2DD6D2F700B746EC /* APLaunchVC */,
  405. A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */,
  406. );
  407. path = AppPage;
  408. sourceTree = "<group>";
  409. };
  410. A848F88C2DD6D2F700B746EC /* APLaunchVC */ = {
  411. isa = PBXGroup;
  412. children = (
  413. A848F88D2DD6D38300B746EC /* APLaunchVC.swift */,
  414. );
  415. path = APLaunchVC;
  416. sourceTree = "<group>";
  417. };
  418. A848F88F2DD6D4E800B746EC /* Common */ = {
  419. isa = PBXGroup;
  420. children = (
  421. 3DB4D4AD2DDDCED00082596A /* Ex */,
  422. 3DCD57172DDB1158004AAB5B /* TSBandRingTool */,
  423. 3DCD57032DDB1118004AAB5B /* TSPurchaseTool */,
  424. 3DCD57002DDB1008004AAB5B /* CpuMapManager.swift */,
  425. 3DCD56FE2DDAFC17004AAB5B /* ASBusinessFileManager.swift */,
  426. 3DCD56FB2DDAFBD8004AAB5B /* ASDownloadManager */,
  427. 3DCD56F82DDAE481004AAB5B /* TSAudioPlayer */,
  428. A848F8F92DD7536300B746EC /* Notification+Ex.swift */,
  429. A848F89D2DD6D59C00B746EC /* TSNetWork */,
  430. A848F8922DD6D51900B746EC /* AIEnums.swift */,
  431. A848F8902DD6D4FD00B746EC /* Common.swift */,
  432. );
  433. path = Common;
  434. sourceTree = "<group>";
  435. };
  436. A848F89D2DD6D59C00B746EC /* TSNetWork */ = {
  437. isa = PBXGroup;
  438. children = (
  439. A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */,
  440. A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */,
  441. A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */,
  442. A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */,
  443. );
  444. path = TSNetWork;
  445. sourceTree = "<group>";
  446. };
  447. A848F8A22DD6D65900B746EC /* APRingTonesVC */ = {
  448. isa = PBXGroup;
  449. children = (
  450. A848F8D92DD7230B00B746EC /* APRingStyleVC */,
  451. A848F8D02DD6ECC800B746EC /* APRingTonesVC */,
  452. );
  453. path = APRingTonesVC;
  454. sourceTree = "<group>";
  455. };
  456. A848F8A52DD6D73500B746EC /* APAudioToRingVC */ = {
  457. isa = PBXGroup;
  458. children = (
  459. 3DB4D4952DDC28C60082596A /* View */,
  460. 3DB4D4942DDC28AD0082596A /* VM */,
  461. A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */,
  462. 3DB4D4962DDC28D10082596A /* APAudioToRingVC+View.swift */,
  463. 3DB4D4982DDC28DB0082596A /* APAudioToRingVC+StackView.swift */,
  464. 3DB4D49A2DDC28EC0082596A /* APAudioToRingVC+Upload.swift */,
  465. );
  466. path = APAudioToRingVC;
  467. sourceTree = "<group>";
  468. };
  469. A848F8A62DD6D73E00B746EC /* APMyRingVC */ = {
  470. isa = PBXGroup;
  471. children = (
  472. A848F8AA2DD6D75200B746EC /* ASMyRingVC.swift */,
  473. 3DCD573C2DDB5A2E004AAB5B /* ASMyRingCell.swift */,
  474. );
  475. path = APMyRingVC;
  476. sourceTree = "<group>";
  477. };
  478. A848F8A72DD6D74300B746EC /* APSettingVC */ = {
  479. isa = PBXGroup;
  480. children = (
  481. 3DB4D4B32DE0257A0082596A /* ASTutorialsVC */,
  482. A848F8AC2DD6D75800B746EC /* APSettingVC.swift */,
  483. 3DB4D4A42DDC8E7B0082596A /* APSettingVC+Col.swift */,
  484. );
  485. path = APSettingVC;
  486. sourceTree = "<group>";
  487. };
  488. A848F8AE2DD6D76F00B746EC /* ASTabBarVC */ = {
  489. isa = PBXGroup;
  490. children = (
  491. A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */,
  492. );
  493. path = ASTabBarVC;
  494. sourceTree = "<group>";
  495. };
  496. A848F8B12DD6D80900B746EC /* APConfig */ = {
  497. isa = PBXGroup;
  498. children = (
  499. A848F8B22DD6D82300B746EC /* APConfig.swift */,
  500. A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */,
  501. );
  502. path = APConfig;
  503. sourceTree = "<group>";
  504. };
  505. A848F8B62DD6DF5500B746EC /* ASCommonView */ = {
  506. isa = PBXGroup;
  507. children = (
  508. A848F8B72DD6DF6800B746EC /* ASBtnView */,
  509. );
  510. path = ASCommonView;
  511. sourceTree = "<group>";
  512. };
  513. A848F8B72DD6DF6800B746EC /* ASBtnView */ = {
  514. isa = PBXGroup;
  515. children = (
  516. A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */,
  517. A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */,
  518. );
  519. path = ASBtnView;
  520. sourceTree = "<group>";
  521. };
  522. A848F8BE2DD6E6E800B746EC /* VM */ = {
  523. isa = PBXGroup;
  524. children = (
  525. A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */,
  526. );
  527. path = VM;
  528. sourceTree = "<group>";
  529. };
  530. A848F8CB2DD6EABD00B746EC /* View */ = {
  531. isa = PBXGroup;
  532. children = (
  533. A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */,
  534. A848F8D12DD7148F00B746EC /* ASDurationColView.swift */,
  535. );
  536. path = View;
  537. sourceTree = "<group>";
  538. };
  539. A848F8D02DD6ECC800B746EC /* APRingTonesVC */ = {
  540. isa = PBXGroup;
  541. children = (
  542. A848F8D62DD71A2600B746EC /* Model */,
  543. A848F8CB2DD6EABD00B746EC /* View */,
  544. A848F8BE2DD6E6E800B746EC /* VM */,
  545. A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */,
  546. A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */,
  547. A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */,
  548. A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */,
  549. A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */,
  550. A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */,
  551. );
  552. path = APRingTonesVC;
  553. sourceTree = "<group>";
  554. };
  555. A848F8D32DD7198100B746EC /* Resources */ = {
  556. isa = PBXGroup;
  557. children = (
  558. 3DCD57362DDB3FFA004AAB5B /* Dance.mp3 */,
  559. 3DCD57372DDB3FFA004AAB5B /* Gentle.mp3 */,
  560. 3DB4D4A92DDDCEA50082596A /* Poppins-BoldItalic.otf */,
  561. 3DCD57322DDB38E7004AAB5B /* ringAnimation.gif */,
  562. 3DCD57332DDB38E7004AAB5B /* rotatingAnimation.gif */,
  563. A848F8E02DD7271400B746EC /* ring_ttr_style.json */,
  564. 3DB4D4A02DDC2CC90082596A /* ring_rtr_style.json */,
  565. A848F8D42DD719AB00B746EC /* ring_duration.json */,
  566. );
  567. path = Resources;
  568. sourceTree = "<group>";
  569. };
  570. A848F8D62DD71A2600B746EC /* Model */ = {
  571. isa = PBXGroup;
  572. children = (
  573. A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */,
  574. A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */,
  575. );
  576. path = Model;
  577. sourceTree = "<group>";
  578. };
  579. A848F8D92DD7230B00B746EC /* APRingStyleVC */ = {
  580. isa = PBXGroup;
  581. children = (
  582. A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */,
  583. );
  584. path = APRingStyleVC;
  585. sourceTree = "<group>";
  586. };
  587. A848F8E62DD74DF300B746EC /* Data */ = {
  588. isa = PBXGroup;
  589. children = (
  590. A848F8ED2DD7508000B746EC /* ASRealmManager.swift */,
  591. A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */,
  592. A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */,
  593. A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */,
  594. );
  595. path = Data;
  596. sourceTree = "<group>";
  597. };
  598. A848F8EF2DD7526600B746EC /* OperationQueue */ = {
  599. isa = PBXGroup;
  600. children = (
  601. A848F8F42DD752BC00B746EC /* Generate */,
  602. A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */,
  603. A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */,
  604. A848F8FB2DD7539E00B746EC /* ASProgressState.swift */,
  605. );
  606. path = OperationQueue;
  607. sourceTree = "<group>";
  608. };
  609. A848F8F42DD752BC00B746EC /* Generate */ = {
  610. isa = PBXGroup;
  611. children = (
  612. A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */,
  613. A848F8F72DD752D900B746EC /* ASGenerateTextToRingOperation.swift */,
  614. 3DCD57302DDB2A5D004AAB5B /* ASGenerateRingToRingOperation.swift */,
  615. );
  616. path = Generate;
  617. sourceTree = "<group>";
  618. };
  619. E2F3D1383EB360A9148D55CA /* Pods */ = {
  620. isa = PBXGroup;
  621. children = (
  622. B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */,
  623. B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */,
  624. );
  625. path = Pods;
  626. sourceTree = "<group>";
  627. };
  628. /* End PBXGroup section */
  629. /* Begin PBXNativeTarget section */
  630. A848F85F2DD6D19100B746EC /* AIPlayRingtones */ = {
  631. isa = PBXNativeTarget;
  632. buildConfigurationList = A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */;
  633. buildPhases = (
  634. D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */,
  635. A848F85C2DD6D19100B746EC /* Sources */,
  636. A848F85D2DD6D19100B746EC /* Frameworks */,
  637. A848F85E2DD6D19100B746EC /* Resources */,
  638. F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */,
  639. );
  640. buildRules = (
  641. );
  642. dependencies = (
  643. );
  644. name = AIPlayRingtones;
  645. productName = AIPlayRingtones;
  646. productReference = A848F8602DD6D19100B746EC /* AIPlayRingtones.app */;
  647. productType = "com.apple.product-type.application";
  648. };
  649. /* End PBXNativeTarget section */
  650. /* Begin PBXProject section */
  651. A848F8582DD6D19100B746EC /* Project object */ = {
  652. isa = PBXProject;
  653. attributes = {
  654. BuildIndependentTargetsInParallel = 1;
  655. CLASSPREFIX = AI;
  656. LastSwiftUpdateCheck = 1620;
  657. LastUpgradeCheck = 1620;
  658. TargetAttributes = {
  659. A848F85F2DD6D19100B746EC = {
  660. CreatedOnToolsVersion = 16.2;
  661. };
  662. };
  663. };
  664. buildConfigurationList = A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */;
  665. developmentRegion = en;
  666. hasScannedForEncodings = 0;
  667. knownRegions = (
  668. en,
  669. Base,
  670. );
  671. mainGroup = A848F8572DD6D19100B746EC;
  672. minimizedProjectReferenceProxies = 1;
  673. preferredProjectObjectVersion = 77;
  674. productRefGroup = A848F8612DD6D19100B746EC /* Products */;
  675. projectDirPath = "";
  676. projectRoot = "";
  677. targets = (
  678. A848F85F2DD6D19100B746EC /* AIPlayRingtones */,
  679. );
  680. };
  681. /* End PBXProject section */
  682. /* Begin PBXResourcesBuildPhase section */
  683. A848F85E2DD6D19100B746EC /* Resources */ = {
  684. isa = PBXResourcesBuildPhase;
  685. buildActionMask = 2147483647;
  686. files = (
  687. 3DCD57342DDB38E7004AAB5B /* ringAnimation.gif in Resources */,
  688. 3DCD57352DDB38E7004AAB5B /* rotatingAnimation.gif in Resources */,
  689. 3DB4D4AA2DDDCEA50082596A /* Poppins-BoldItalic.otf in Resources */,
  690. A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */,
  691. A848F8D52DD719B600B746EC /* ring_duration.json in Resources */,
  692. 3DCD57222DDB1158004AAB5B /* tutorial-ring.mp4 in Resources */,
  693. 3DCD57232DDB1158004AAB5B /* placeholder.band in Resources */,
  694. 3DCD57382DDB3FFA004AAB5B /* Dance.mp3 in Resources */,
  695. 3DCD57392DDB3FFA004AAB5B /* Gentle.mp3 in Resources */,
  696. A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */,
  697. 3DB4D4A12DDC2CCE0082596A /* ring_rtr_style.json in Resources */,
  698. A848F8E12DD7271900B746EC /* ring_ttr_style.json in Resources */,
  699. );
  700. runOnlyForDeploymentPostprocessing = 0;
  701. };
  702. /* End PBXResourcesBuildPhase section */
  703. /* Begin PBXShellScriptBuildPhase section */
  704. D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */ = {
  705. isa = PBXShellScriptBuildPhase;
  706. buildActionMask = 2147483647;
  707. files = (
  708. );
  709. inputFileListPaths = (
  710. );
  711. inputPaths = (
  712. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  713. "${PODS_ROOT}/Manifest.lock",
  714. );
  715. name = "[CP] Check Pods Manifest.lock";
  716. outputFileListPaths = (
  717. );
  718. outputPaths = (
  719. "$(DERIVED_FILE_DIR)/Pods-AIPlayRingtones-checkManifestLockResult.txt",
  720. );
  721. runOnlyForDeploymentPostprocessing = 0;
  722. shellPath = /bin/sh;
  723. 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";
  724. showEnvVarsInLog = 0;
  725. };
  726. F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */ = {
  727. isa = PBXShellScriptBuildPhase;
  728. buildActionMask = 2147483647;
  729. files = (
  730. );
  731. inputFileListPaths = (
  732. "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  733. );
  734. inputPaths = (
  735. );
  736. name = "[CP] Embed Pods Frameworks";
  737. outputFileListPaths = (
  738. "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  739. );
  740. outputPaths = (
  741. );
  742. runOnlyForDeploymentPostprocessing = 0;
  743. shellPath = /bin/sh;
  744. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks.sh\"\n";
  745. showEnvVarsInLog = 0;
  746. };
  747. /* End PBXShellScriptBuildPhase section */
  748. /* Begin PBXSourcesBuildPhase section */
  749. A848F85C2DD6D19100B746EC /* Sources */ = {
  750. isa = PBXSourcesBuildPhase;
  751. buildActionMask = 2147483647;
  752. files = (
  753. A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */,
  754. A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */,
  755. A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */,
  756. A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */,
  757. A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */,
  758. A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */,
  759. A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */,
  760. 3DB4D4A32DDC34100082596A /* ASRTRFileView.swift in Sources */,
  761. A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */,
  762. A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */,
  763. 3DB4D4B52DE025920082596A /* ASTutorialsVC.swift in Sources */,
  764. A848F8AB2DD6D75300B746EC /* ASMyRingVC.swift in Sources */,
  765. A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */,
  766. A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */,
  767. 3DCD57052DDB1120004AAB5B /* TSPurchaseTool.swift in Sources */,
  768. 3DB4D4992DDC28E70082596A /* APAudioToRingVC+StackView.swift in Sources */,
  769. A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */,
  770. 3DCD56F52DDAE42A004AAB5B /* ASViewTool.swift in Sources */,
  771. 3DB4D4972DDC28D40082596A /* APAudioToRingVC+View.swift in Sources */,
  772. A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */,
  773. A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */,
  774. 3DB4D4A82DDC92560082596A /* ASBusinessWebVC.swift in Sources */,
  775. A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */,
  776. A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */,
  777. A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */,
  778. 3DCD572F2DDB1D8A004AAB5B /* ASRingLoadingView.swift in Sources */,
  779. 3DB4D49D2DDC29AC0082596A /* ASRTRStyleView.swift in Sources */,
  780. 3DB4D4AE2DDDCED00082596A /* UIFont+TSEx.swift in Sources */,
  781. 3DCD57312DDB2A66004AAB5B /* ASGenerateRingToRingOperation.swift in Sources */,
  782. A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */,
  783. 3DCD573D2DDB5A3C004AAB5B /* ASMyRingCell.swift in Sources */,
  784. A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */,
  785. A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */,
  786. A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */,
  787. A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */,
  788. A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */,
  789. A848F8912DD6D50000B746EC /* Common.swift in Sources */,
  790. 3DCD57192DDB1158004AAB5B /* AudioTool.swift in Sources */,
  791. 3DCD571A2DDB1158004AAB5B /* ExtAudioConverter.m in Sources */,
  792. 3DCD571B2DDB1158004AAB5B /* AudioConverter.m in Sources */,
  793. 3DB4D4932DDC25C10082596A /* APAudioToRingVM.swift in Sources */,
  794. 3DCD571C2DDB1158004AAB5B /* ZHCroppedDelegate.swift in Sources */,
  795. 3DCD571D2DDB1158004AAB5B /* ZHAudioProcessing.swift in Sources */,
  796. 3DCD571E2DDB1158004AAB5B /* ZHWaveformViewDelegate.swift in Sources */,
  797. 3DCD571F2DDB1158004AAB5B /* TSBandRingTool.swift in Sources */,
  798. 3DCD57202DDB1158004AAB5B /* ZHTrackProcessing.swift in Sources */,
  799. 3DCD57212DDB1158004AAB5B /* ZHWaveformView.swift in Sources */,
  800. 3DCD56F92DDAE481004AAB5B /* TSBusinessAudioPlayer.swift in Sources */,
  801. 3DCD56FA2DDAE481004AAB5B /* TSAudioPlayer.swift in Sources */,
  802. A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */,
  803. A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */,
  804. A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */,
  805. 3DB4D49B2DDC28F20082596A /* APAudioToRingVC+Upload.swift in Sources */,
  806. 3DB4D4B22DDF0B960082596A /* FakeBlurView.swift in Sources */,
  807. 3DCD56F32DDAE3E3004AAB5B /* ASRingToneCellView.swift in Sources */,
  808. 3DCD56FF2DDAFC1B004AAB5B /* ASBusinessFileManager.swift in Sources */,
  809. A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */,
  810. A848F8F82DD752E700B746EC /* ASGenerateTextToRingOperation.swift in Sources */,
  811. A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */,
  812. A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */,
  813. A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */,
  814. 3DB4D4A52DDC8E830082596A /* APSettingVC+Col.swift in Sources */,
  815. A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */,
  816. A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */,
  817. A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */,
  818. A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */,
  819. 3DCD56FD2DDAFBE5004AAB5B /* ASDownloadManager.swift in Sources */,
  820. 3DCD573B2DDB4E61004AAB5B /* ASPageNullView.swift in Sources */,
  821. A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */,
  822. A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */,
  823. 3DCD57012DDB1008004AAB5B /* CpuMapManager.swift in Sources */,
  824. A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */,
  825. A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */,
  826. A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */,
  827. A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */,
  828. 3DB4D4912DDC1F100082596A /* ASRingGeneratorVC+load.swift in Sources */,
  829. );
  830. runOnlyForDeploymentPostprocessing = 0;
  831. };
  832. /* End PBXSourcesBuildPhase section */
  833. /* Begin PBXVariantGroup section */
  834. A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */ = {
  835. isa = PBXVariantGroup;
  836. children = (
  837. A848F87B2DD6D1AF00B746EC /* Base */,
  838. );
  839. name = LaunchScreen.storyboard;
  840. sourceTree = "<group>";
  841. };
  842. /* End PBXVariantGroup section */
  843. /* Begin XCBuildConfiguration section */
  844. A848F8742DD6D19300B746EC /* Debug */ = {
  845. isa = XCBuildConfiguration;
  846. baseConfigurationReference = B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */;
  847. buildSettings = {
  848. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  849. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  850. CODE_SIGN_STYLE = Automatic;
  851. CURRENT_PROJECT_VERSION = 6;
  852. DEVELOPMENT_TEAM = HR2R5NZ2MG;
  853. GENERATE_INFOPLIST_FILE = YES;
  854. INFOPLIST_FILE = AIPlayRingtones/Info.plist;
  855. INFOPLIST_KEY_CFBundleDisplayName = "AI Ringtones";
  856. INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
  857. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  858. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  859. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  860. LD_RUNPATH_SEARCH_PATHS = (
  861. "$(inherited)",
  862. "@executable_path/Frameworks",
  863. );
  864. LIBRARY_SEARCH_PATHS = (
  865. "$(inherited)",
  866. "$(PROJECT_DIR)/AIPlayRingtones/Common/TSBandRingTool/libmp3",
  867. );
  868. MARKETING_VERSION = 1.0;
  869. PRODUCT_BUNDLE_IDENTIFIER = com.musicdownloader.ringtones;
  870. PRODUCT_NAME = "$(TARGET_NAME)";
  871. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  872. SUPPORTS_MACCATALYST = NO;
  873. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  874. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  875. SWIFT_EMIT_LOC_STRINGS = YES;
  876. SWIFT_OBJC_BRIDGING_HEADER = "AIPlayRingtones/AIPlayRingtones-Bridging-Header.h";
  877. SWIFT_VERSION = 5.0;
  878. TARGETED_DEVICE_FAMILY = 1;
  879. };
  880. name = Debug;
  881. };
  882. A848F8752DD6D19300B746EC /* Release */ = {
  883. isa = XCBuildConfiguration;
  884. baseConfigurationReference = B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */;
  885. buildSettings = {
  886. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  887. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  888. CODE_SIGN_STYLE = Automatic;
  889. CURRENT_PROJECT_VERSION = 6;
  890. DEVELOPMENT_TEAM = HR2R5NZ2MG;
  891. GENERATE_INFOPLIST_FILE = YES;
  892. INFOPLIST_FILE = AIPlayRingtones/Info.plist;
  893. INFOPLIST_KEY_CFBundleDisplayName = "AI Ringtones";
  894. INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
  895. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  896. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  897. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  898. LD_RUNPATH_SEARCH_PATHS = (
  899. "$(inherited)",
  900. "@executable_path/Frameworks",
  901. );
  902. LIBRARY_SEARCH_PATHS = (
  903. "$(inherited)",
  904. "$(PROJECT_DIR)/AIPlayRingtones/Common/TSBandRingTool/libmp3",
  905. );
  906. MARKETING_VERSION = 1.0;
  907. PRODUCT_BUNDLE_IDENTIFIER = com.musicdownloader.ringtones;
  908. PRODUCT_NAME = "$(TARGET_NAME)";
  909. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  910. SUPPORTS_MACCATALYST = NO;
  911. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  912. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  913. SWIFT_EMIT_LOC_STRINGS = YES;
  914. SWIFT_OBJC_BRIDGING_HEADER = "AIPlayRingtones/AIPlayRingtones-Bridging-Header.h";
  915. SWIFT_VERSION = 5.0;
  916. TARGETED_DEVICE_FAMILY = 1;
  917. };
  918. name = Release;
  919. };
  920. A848F8762DD6D19300B746EC /* Debug */ = {
  921. isa = XCBuildConfiguration;
  922. buildSettings = {
  923. ALWAYS_SEARCH_USER_PATHS = NO;
  924. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  925. CLANG_ANALYZER_NONNULL = YES;
  926. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  927. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  928. CLANG_ENABLE_MODULES = YES;
  929. CLANG_ENABLE_OBJC_ARC = YES;
  930. CLANG_ENABLE_OBJC_WEAK = YES;
  931. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  932. CLANG_WARN_BOOL_CONVERSION = YES;
  933. CLANG_WARN_COMMA = YES;
  934. CLANG_WARN_CONSTANT_CONVERSION = YES;
  935. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  936. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  937. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  938. CLANG_WARN_EMPTY_BODY = YES;
  939. CLANG_WARN_ENUM_CONVERSION = YES;
  940. CLANG_WARN_INFINITE_RECURSION = YES;
  941. CLANG_WARN_INT_CONVERSION = YES;
  942. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  943. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  944. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  945. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  946. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  947. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  948. CLANG_WARN_STRICT_PROTOTYPES = YES;
  949. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  950. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  951. CLANG_WARN_UNREACHABLE_CODE = YES;
  952. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  953. COPY_PHASE_STRIP = NO;
  954. DEBUG_INFORMATION_FORMAT = dwarf;
  955. ENABLE_STRICT_OBJC_MSGSEND = YES;
  956. ENABLE_TESTABILITY = YES;
  957. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  958. GCC_C_LANGUAGE_STANDARD = gnu17;
  959. GCC_DYNAMIC_NO_PIC = NO;
  960. GCC_NO_COMMON_BLOCKS = YES;
  961. GCC_OPTIMIZATION_LEVEL = 0;
  962. GCC_PREPROCESSOR_DEFINITIONS = (
  963. "DEBUG=1",
  964. "$(inherited)",
  965. );
  966. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  967. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  968. GCC_WARN_UNDECLARED_SELECTOR = YES;
  969. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  970. GCC_WARN_UNUSED_FUNCTION = YES;
  971. GCC_WARN_UNUSED_VARIABLE = YES;
  972. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  973. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  974. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  975. MTL_FAST_MATH = YES;
  976. ONLY_ACTIVE_ARCH = YES;
  977. SDKROOT = iphoneos;
  978. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  979. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  980. };
  981. name = Debug;
  982. };
  983. A848F8772DD6D19300B746EC /* Release */ = {
  984. isa = XCBuildConfiguration;
  985. buildSettings = {
  986. ALWAYS_SEARCH_USER_PATHS = NO;
  987. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  988. CLANG_ANALYZER_NONNULL = YES;
  989. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  990. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  991. CLANG_ENABLE_MODULES = YES;
  992. CLANG_ENABLE_OBJC_ARC = YES;
  993. CLANG_ENABLE_OBJC_WEAK = YES;
  994. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  995. CLANG_WARN_BOOL_CONVERSION = YES;
  996. CLANG_WARN_COMMA = YES;
  997. CLANG_WARN_CONSTANT_CONVERSION = YES;
  998. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  999. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1000. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1001. CLANG_WARN_EMPTY_BODY = YES;
  1002. CLANG_WARN_ENUM_CONVERSION = YES;
  1003. CLANG_WARN_INFINITE_RECURSION = YES;
  1004. CLANG_WARN_INT_CONVERSION = YES;
  1005. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1006. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1007. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1008. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1009. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1010. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1011. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1012. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1013. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1014. CLANG_WARN_UNREACHABLE_CODE = YES;
  1015. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1016. COPY_PHASE_STRIP = NO;
  1017. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1018. ENABLE_NS_ASSERTIONS = NO;
  1019. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1020. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1021. GCC_C_LANGUAGE_STANDARD = gnu17;
  1022. GCC_NO_COMMON_BLOCKS = YES;
  1023. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1024. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1025. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1026. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1027. GCC_WARN_UNUSED_FUNCTION = YES;
  1028. GCC_WARN_UNUSED_VARIABLE = YES;
  1029. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  1030. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1031. MTL_ENABLE_DEBUG_INFO = NO;
  1032. MTL_FAST_MATH = YES;
  1033. SDKROOT = iphoneos;
  1034. SWIFT_COMPILATION_MODE = wholemodule;
  1035. VALIDATE_PRODUCT = YES;
  1036. };
  1037. name = Release;
  1038. };
  1039. /* End XCBuildConfiguration section */
  1040. /* Begin XCConfigurationList section */
  1041. A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */ = {
  1042. isa = XCConfigurationList;
  1043. buildConfigurations = (
  1044. A848F8762DD6D19300B746EC /* Debug */,
  1045. A848F8772DD6D19300B746EC /* Release */,
  1046. );
  1047. defaultConfigurationIsVisible = 0;
  1048. defaultConfigurationName = Release;
  1049. };
  1050. A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */ = {
  1051. isa = XCConfigurationList;
  1052. buildConfigurations = (
  1053. A848F8742DD6D19300B746EC /* Debug */,
  1054. A848F8752DD6D19300B746EC /* Release */,
  1055. );
  1056. defaultConfigurationIsVisible = 0;
  1057. defaultConfigurationName = Release;
  1058. };
  1059. /* End XCConfigurationList section */
  1060. };
  1061. rootObject = A848F8582DD6D19100B746EC /* Project object */;
  1062. }