project.pbxproj 82 KB

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