project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */; };
  10. A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */; };
  11. A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */; };
  12. A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */; };
  13. A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */; };
  14. A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */; };
  15. A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A848F8792DD6D1AF00B746EC /* Assets.xcassets */; };
  16. A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */; };
  17. A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8782DD6D1AF00B746EC /* AppDelegate.swift */; };
  18. A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F88D2DD6D38300B746EC /* APLaunchVC.swift */; };
  19. A848F8912DD6D50000B746EC /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8902DD6D4FD00B746EC /* Common.swift */; };
  20. A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8922DD6D51900B746EC /* AIEnums.swift */; };
  21. A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */; };
  22. A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */; };
  23. A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */; };
  24. A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */; };
  25. A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */; };
  26. A848F8AB2DD6D75300B746EC /* APMyRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */; };
  27. A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AC2DD6D75800B746EC /* APSettingVC.swift */; };
  28. A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */; };
  29. A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B22DD6D82300B746EC /* APConfig.swift */; };
  30. A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */; };
  31. A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */; };
  32. A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */; };
  33. A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */; };
  34. A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */; };
  35. A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */; };
  36. A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */; };
  37. A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */; };
  38. A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */; };
  39. A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */; };
  40. A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D12DD7148F00B746EC /* ASDurationColView.swift */; };
  41. A848F8D52DD719B600B746EC /* ring_duration.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8D42DD719AB00B746EC /* ring_duration.json */; };
  42. A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */; };
  43. A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */; };
  44. A848F8E12DD7271900B746EC /* ring_style.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8E02DD7271400B746EC /* ring_style.json */; };
  45. A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */; };
  46. A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */; };
  47. A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */; };
  48. A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */; };
  49. A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8ED2DD7508000B746EC /* ASRealmManager.swift */; };
  50. A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */; };
  51. A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */; };
  52. A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */; };
  53. A848F8F82DD752E700B746EC /* ASGeneratePosterOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */; };
  54. A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F92DD7536300B746EC /* Notification+Ex.swift */; };
  55. A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8FB2DD7539E00B746EC /* ASProgressState.swift */; };
  56. C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */; };
  57. /* End PBXBuildFile section */
  58. /* Begin PBXFileReference section */
  59. 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPlayRingtones.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  60. A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorView.swift; sourceTree = "<group>"; };
  61. A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorLoadingView.swift; sourceTree = "<group>"; };
  62. A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorErrorView.swift; sourceTree = "<group>"; };
  63. A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Error.swift"; sourceTree = "<group>"; };
  64. A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorVC.swift; sourceTree = "<group>"; };
  65. A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorBaseVC.swift; sourceTree = "<group>"; };
  66. A848F8602DD6D19100B746EC /* AIPlayRingtones.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIPlayRingtones.app; sourceTree = BUILT_PRODUCTS_DIR; };
  67. A848F8782DD6D1AF00B746EC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  68. A848F8792DD6D1AF00B746EC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  69. A848F87A2DD6D1AF00B746EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  70. A848F87B2DD6D1AF00B746EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  71. A848F88D2DD6D38300B746EC /* APLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APLaunchVC.swift; sourceTree = "<group>"; };
  72. A848F8902DD6D4FD00B746EC /* Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
  73. A848F8922DD6D51900B746EC /* AIEnums.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIEnums.swift; sourceTree = "<group>"; };
  74. A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
  75. A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
  76. A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
  77. A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVC.swift; sourceTree = "<group>"; };
  78. A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APAudioToRingVC.swift; sourceTree = "<group>"; };
  79. A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APMyRingVC.swift; sourceTree = "<group>"; };
  80. A848F8AC2DD6D75800B746EC /* APSettingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APSettingVC.swift; sourceTree = "<group>"; };
  81. A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASTabBarVC.swift; sourceTree = "<group>"; };
  82. A848F8B22DD6D82300B746EC /* APConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APConfig.swift; sourceTree = "<group>"; };
  83. A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APConfig+Color.swift"; sourceTree = "<group>"; };
  84. A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASAppBtnView.swift; sourceTree = "<group>"; };
  85. A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVM.swift; sourceTree = "<group>"; };
  86. A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASLeftHeaderView.swift; sourceTree = "<group>"; };
  87. A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+TextView.swift"; sourceTree = "<group>"; };
  88. A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Duration.swift"; sourceTree = "<group>"; };
  89. A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Style.swift"; sourceTree = "<group>"; };
  90. A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+View.swift"; sourceTree = "<group>"; };
  91. A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+StackView.swift"; sourceTree = "<group>"; };
  92. A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASPromptTextView.swift; sourceTree = "<group>"; };
  93. A848F8D12DD7148F00B746EC /* ASDurationColView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDurationColView.swift; sourceTree = "<group>"; };
  94. A848F8D42DD719AB00B746EC /* ring_duration.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_duration.json; sourceTree = "<group>"; };
  95. A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGenerateSecModel.swift; sourceTree = "<group>"; };
  96. A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingStyleVC.swift; sourceTree = "<group>"; };
  97. A848F8E02DD7271400B746EC /* ring_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_style.json; sourceTree = "<group>"; };
  98. A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateStyleModel.swift; sourceTree = "<group>"; };
  99. A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBHistoryManager.swift; sourceTree = "<group>"; };
  100. A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBActionInfoModel.swift; sourceTree = "<group>"; };
  101. A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASActionInfoModel.swift; sourceTree = "<group>"; };
  102. A848F8ED2DD7508000B746EC /* ASRealmManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRealmManager.swift; sourceTree = "<group>"; };
  103. A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperationQueue.swift; sourceTree = "<group>"; };
  104. A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperation.swift; sourceTree = "<group>"; };
  105. A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateBaseOperation.swift; sourceTree = "<group>"; };
  106. A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratePosterOperation.swift; sourceTree = "<group>"; };
  107. A848F8F92DD7536300B746EC /* Notification+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = " Notification+Ex.swift"; sourceTree = "<group>"; };
  108. A848F8FB2DD7539E00B746EC /* ASProgressState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASProgressState.swift; sourceTree = "<group>"; };
  109. 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>"; };
  110. 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>"; };
  111. /* End PBXFileReference section */
  112. /* Begin PBXFrameworksBuildPhase section */
  113. A848F85D2DD6D19100B746EC /* Frameworks */ = {
  114. isa = PBXFrameworksBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */,
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXFrameworksBuildPhase section */
  122. /* Begin PBXGroup section */
  123. 6B369F15FA74FED594C60569 /* Frameworks */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */,
  127. );
  128. name = Frameworks;
  129. sourceTree = "<group>";
  130. };
  131. A800FEAF2DDAC0E9009DABDC /* CommonView */ = {
  132. isa = PBXGroup;
  133. children = (
  134. A800FEB02DDAC0F0009DABDC /* ASGeneratorView */,
  135. );
  136. path = CommonView;
  137. sourceTree = "<group>";
  138. };
  139. A800FEB02DDAC0F0009DABDC /* ASGeneratorView */ = {
  140. isa = PBXGroup;
  141. children = (
  142. A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */,
  143. A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */,
  144. A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */,
  145. );
  146. path = ASGeneratorView;
  147. sourceTree = "<group>";
  148. };
  149. A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */ = {
  150. isa = PBXGroup;
  151. children = (
  152. A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */,
  153. A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */,
  154. );
  155. path = ASRingGeneratorVC;
  156. sourceTree = "<group>";
  157. };
  158. A848F8572DD6D19100B746EC = {
  159. isa = PBXGroup;
  160. children = (
  161. A848F8812DD6D1AF00B746EC /* AIPlayRingtones */,
  162. A848F8612DD6D19100B746EC /* Products */,
  163. E2F3D1383EB360A9148D55CA /* Pods */,
  164. 6B369F15FA74FED594C60569 /* Frameworks */,
  165. );
  166. sourceTree = "<group>";
  167. };
  168. A848F8612DD6D19100B746EC /* Products */ = {
  169. isa = PBXGroup;
  170. children = (
  171. A848F8602DD6D19100B746EC /* AIPlayRingtones.app */,
  172. );
  173. name = Products;
  174. sourceTree = "<group>";
  175. };
  176. A848F8812DD6D1AF00B746EC /* AIPlayRingtones */ = {
  177. isa = PBXGroup;
  178. children = (
  179. A800FEAF2DDAC0E9009DABDC /* CommonView */,
  180. A848F8EF2DD7526600B746EC /* OperationQueue */,
  181. A848F8E62DD74DF300B746EC /* Data */,
  182. A848F8D32DD7198100B746EC /* Resources */,
  183. A848F8B12DD6D80900B746EC /* APConfig */,
  184. A848F88B2DD6D2C600B746EC /* AppPage */,
  185. A848F88F2DD6D4E800B746EC /* Common */,
  186. A848F8782DD6D1AF00B746EC /* AppDelegate.swift */,
  187. A848F8792DD6D1AF00B746EC /* Assets.xcassets */,
  188. A848F87A2DD6D1AF00B746EC /* Info.plist */,
  189. A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */,
  190. );
  191. path = AIPlayRingtones;
  192. sourceTree = "<group>";
  193. };
  194. A848F88B2DD6D2C600B746EC /* AppPage */ = {
  195. isa = PBXGroup;
  196. children = (
  197. A848F8B62DD6DF5500B746EC /* ASCommonView */,
  198. A848F8AE2DD6D76F00B746EC /* ASTabBarVC */,
  199. A848F8A72DD6D74300B746EC /* APSettingVC */,
  200. A848F8A62DD6D73E00B746EC /* APMyRingVC */,
  201. A848F8A52DD6D73500B746EC /* APAudioToRingVC */,
  202. A848F8A22DD6D65900B746EC /* APRingTonesVC */,
  203. A848F88C2DD6D2F700B746EC /* APLaunchVC */,
  204. A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */,
  205. );
  206. path = AppPage;
  207. sourceTree = "<group>";
  208. };
  209. A848F88C2DD6D2F700B746EC /* APLaunchVC */ = {
  210. isa = PBXGroup;
  211. children = (
  212. A848F88D2DD6D38300B746EC /* APLaunchVC.swift */,
  213. );
  214. path = APLaunchVC;
  215. sourceTree = "<group>";
  216. };
  217. A848F88F2DD6D4E800B746EC /* Common */ = {
  218. isa = PBXGroup;
  219. children = (
  220. A848F8F92DD7536300B746EC /* Notification+Ex.swift */,
  221. A848F89D2DD6D59C00B746EC /* TSNetWork */,
  222. A848F8922DD6D51900B746EC /* AIEnums.swift */,
  223. A848F8902DD6D4FD00B746EC /* Common.swift */,
  224. );
  225. path = Common;
  226. sourceTree = "<group>";
  227. };
  228. A848F89D2DD6D59C00B746EC /* TSNetWork */ = {
  229. isa = PBXGroup;
  230. children = (
  231. A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */,
  232. A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */,
  233. A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */,
  234. A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */,
  235. );
  236. path = TSNetWork;
  237. sourceTree = "<group>";
  238. };
  239. A848F8A22DD6D65900B746EC /* APRingTonesVC */ = {
  240. isa = PBXGroup;
  241. children = (
  242. A848F8D92DD7230B00B746EC /* APRingStyleVC */,
  243. A848F8D02DD6ECC800B746EC /* APRingTonesVC */,
  244. );
  245. path = APRingTonesVC;
  246. sourceTree = "<group>";
  247. };
  248. A848F8A52DD6D73500B746EC /* APAudioToRingVC */ = {
  249. isa = PBXGroup;
  250. children = (
  251. A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */,
  252. );
  253. path = APAudioToRingVC;
  254. sourceTree = "<group>";
  255. };
  256. A848F8A62DD6D73E00B746EC /* APMyRingVC */ = {
  257. isa = PBXGroup;
  258. children = (
  259. A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */,
  260. );
  261. path = APMyRingVC;
  262. sourceTree = "<group>";
  263. };
  264. A848F8A72DD6D74300B746EC /* APSettingVC */ = {
  265. isa = PBXGroup;
  266. children = (
  267. A848F8AC2DD6D75800B746EC /* APSettingVC.swift */,
  268. );
  269. path = APSettingVC;
  270. sourceTree = "<group>";
  271. };
  272. A848F8AE2DD6D76F00B746EC /* ASTabBarVC */ = {
  273. isa = PBXGroup;
  274. children = (
  275. A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */,
  276. );
  277. path = ASTabBarVC;
  278. sourceTree = "<group>";
  279. };
  280. A848F8B12DD6D80900B746EC /* APConfig */ = {
  281. isa = PBXGroup;
  282. children = (
  283. A848F8B22DD6D82300B746EC /* APConfig.swift */,
  284. A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */,
  285. );
  286. path = APConfig;
  287. sourceTree = "<group>";
  288. };
  289. A848F8B62DD6DF5500B746EC /* ASCommonView */ = {
  290. isa = PBXGroup;
  291. children = (
  292. A848F8B72DD6DF6800B746EC /* ASBtnView */,
  293. );
  294. path = ASCommonView;
  295. sourceTree = "<group>";
  296. };
  297. A848F8B72DD6DF6800B746EC /* ASBtnView */ = {
  298. isa = PBXGroup;
  299. children = (
  300. A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */,
  301. A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */,
  302. );
  303. path = ASBtnView;
  304. sourceTree = "<group>";
  305. };
  306. A848F8BE2DD6E6E800B746EC /* VM */ = {
  307. isa = PBXGroup;
  308. children = (
  309. A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */,
  310. );
  311. path = VM;
  312. sourceTree = "<group>";
  313. };
  314. A848F8CB2DD6EABD00B746EC /* View */ = {
  315. isa = PBXGroup;
  316. children = (
  317. A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */,
  318. A848F8D12DD7148F00B746EC /* ASDurationColView.swift */,
  319. );
  320. path = View;
  321. sourceTree = "<group>";
  322. };
  323. A848F8D02DD6ECC800B746EC /* APRingTonesVC */ = {
  324. isa = PBXGroup;
  325. children = (
  326. A848F8D62DD71A2600B746EC /* Model */,
  327. A848F8CB2DD6EABD00B746EC /* View */,
  328. A848F8BE2DD6E6E800B746EC /* VM */,
  329. A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */,
  330. A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */,
  331. A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */,
  332. A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */,
  333. A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */,
  334. A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */,
  335. );
  336. path = APRingTonesVC;
  337. sourceTree = "<group>";
  338. };
  339. A848F8D32DD7198100B746EC /* Resources */ = {
  340. isa = PBXGroup;
  341. children = (
  342. A848F8E02DD7271400B746EC /* ring_style.json */,
  343. A848F8D42DD719AB00B746EC /* ring_duration.json */,
  344. );
  345. path = Resources;
  346. sourceTree = "<group>";
  347. };
  348. A848F8D62DD71A2600B746EC /* Model */ = {
  349. isa = PBXGroup;
  350. children = (
  351. A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */,
  352. A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */,
  353. );
  354. path = Model;
  355. sourceTree = "<group>";
  356. };
  357. A848F8D92DD7230B00B746EC /* APRingStyleVC */ = {
  358. isa = PBXGroup;
  359. children = (
  360. A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */,
  361. );
  362. path = APRingStyleVC;
  363. sourceTree = "<group>";
  364. };
  365. A848F8E62DD74DF300B746EC /* Data */ = {
  366. isa = PBXGroup;
  367. children = (
  368. A848F8ED2DD7508000B746EC /* ASRealmManager.swift */,
  369. A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */,
  370. A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */,
  371. A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */,
  372. );
  373. path = Data;
  374. sourceTree = "<group>";
  375. };
  376. A848F8EF2DD7526600B746EC /* OperationQueue */ = {
  377. isa = PBXGroup;
  378. children = (
  379. A848F8F42DD752BC00B746EC /* Generate */,
  380. A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */,
  381. A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */,
  382. A848F8FB2DD7539E00B746EC /* ASProgressState.swift */,
  383. );
  384. path = OperationQueue;
  385. sourceTree = "<group>";
  386. };
  387. A848F8F42DD752BC00B746EC /* Generate */ = {
  388. isa = PBXGroup;
  389. children = (
  390. A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */,
  391. A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */,
  392. );
  393. path = Generate;
  394. sourceTree = "<group>";
  395. };
  396. E2F3D1383EB360A9148D55CA /* Pods */ = {
  397. isa = PBXGroup;
  398. children = (
  399. B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */,
  400. B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */,
  401. );
  402. path = Pods;
  403. sourceTree = "<group>";
  404. };
  405. /* End PBXGroup section */
  406. /* Begin PBXNativeTarget section */
  407. A848F85F2DD6D19100B746EC /* AIPlayRingtones */ = {
  408. isa = PBXNativeTarget;
  409. buildConfigurationList = A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */;
  410. buildPhases = (
  411. D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */,
  412. A848F85C2DD6D19100B746EC /* Sources */,
  413. A848F85D2DD6D19100B746EC /* Frameworks */,
  414. A848F85E2DD6D19100B746EC /* Resources */,
  415. F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */,
  416. );
  417. buildRules = (
  418. );
  419. dependencies = (
  420. );
  421. name = AIPlayRingtones;
  422. productName = AIPlayRingtones;
  423. productReference = A848F8602DD6D19100B746EC /* AIPlayRingtones.app */;
  424. productType = "com.apple.product-type.application";
  425. };
  426. /* End PBXNativeTarget section */
  427. /* Begin PBXProject section */
  428. A848F8582DD6D19100B746EC /* Project object */ = {
  429. isa = PBXProject;
  430. attributes = {
  431. BuildIndependentTargetsInParallel = 1;
  432. CLASSPREFIX = AI;
  433. LastSwiftUpdateCheck = 1620;
  434. LastUpgradeCheck = 1620;
  435. TargetAttributes = {
  436. A848F85F2DD6D19100B746EC = {
  437. CreatedOnToolsVersion = 16.2;
  438. };
  439. };
  440. };
  441. buildConfigurationList = A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */;
  442. developmentRegion = en;
  443. hasScannedForEncodings = 0;
  444. knownRegions = (
  445. en,
  446. Base,
  447. );
  448. mainGroup = A848F8572DD6D19100B746EC;
  449. minimizedProjectReferenceProxies = 1;
  450. preferredProjectObjectVersion = 77;
  451. productRefGroup = A848F8612DD6D19100B746EC /* Products */;
  452. projectDirPath = "";
  453. projectRoot = "";
  454. targets = (
  455. A848F85F2DD6D19100B746EC /* AIPlayRingtones */,
  456. );
  457. };
  458. /* End PBXProject section */
  459. /* Begin PBXResourcesBuildPhase section */
  460. A848F85E2DD6D19100B746EC /* Resources */ = {
  461. isa = PBXResourcesBuildPhase;
  462. buildActionMask = 2147483647;
  463. files = (
  464. A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */,
  465. A848F8D52DD719B600B746EC /* ring_duration.json in Resources */,
  466. A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */,
  467. A848F8E12DD7271900B746EC /* ring_style.json in Resources */,
  468. );
  469. runOnlyForDeploymentPostprocessing = 0;
  470. };
  471. /* End PBXResourcesBuildPhase section */
  472. /* Begin PBXShellScriptBuildPhase section */
  473. D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */ = {
  474. isa = PBXShellScriptBuildPhase;
  475. buildActionMask = 2147483647;
  476. files = (
  477. );
  478. inputFileListPaths = (
  479. );
  480. inputPaths = (
  481. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  482. "${PODS_ROOT}/Manifest.lock",
  483. );
  484. name = "[CP] Check Pods Manifest.lock";
  485. outputFileListPaths = (
  486. );
  487. outputPaths = (
  488. "$(DERIVED_FILE_DIR)/Pods-AIPlayRingtones-checkManifestLockResult.txt",
  489. );
  490. runOnlyForDeploymentPostprocessing = 0;
  491. shellPath = /bin/sh;
  492. 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";
  493. showEnvVarsInLog = 0;
  494. };
  495. F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */ = {
  496. isa = PBXShellScriptBuildPhase;
  497. buildActionMask = 2147483647;
  498. files = (
  499. );
  500. inputFileListPaths = (
  501. "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  502. );
  503. name = "[CP] Embed Pods Frameworks";
  504. outputFileListPaths = (
  505. "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  506. );
  507. runOnlyForDeploymentPostprocessing = 0;
  508. shellPath = /bin/sh;
  509. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks.sh\"\n";
  510. showEnvVarsInLog = 0;
  511. };
  512. /* End PBXShellScriptBuildPhase section */
  513. /* Begin PBXSourcesBuildPhase section */
  514. A848F85C2DD6D19100B746EC /* Sources */ = {
  515. isa = PBXSourcesBuildPhase;
  516. buildActionMask = 2147483647;
  517. files = (
  518. A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */,
  519. A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */,
  520. A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */,
  521. A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */,
  522. A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */,
  523. A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */,
  524. A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */,
  525. A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */,
  526. A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */,
  527. A848F8AB2DD6D75300B746EC /* APMyRingVC.swift in Sources */,
  528. A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */,
  529. A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */,
  530. A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */,
  531. A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */,
  532. A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */,
  533. A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */,
  534. A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */,
  535. A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */,
  536. A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */,
  537. A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */,
  538. A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */,
  539. A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */,
  540. A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */,
  541. A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */,
  542. A848F8912DD6D50000B746EC /* Common.swift in Sources */,
  543. A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */,
  544. A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */,
  545. A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */,
  546. A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */,
  547. A848F8F82DD752E700B746EC /* ASGeneratePosterOperation.swift in Sources */,
  548. A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */,
  549. A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */,
  550. A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */,
  551. A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */,
  552. A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */,
  553. A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */,
  554. A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */,
  555. A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */,
  556. A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */,
  557. A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */,
  558. A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */,
  559. A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */,
  560. A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */,
  561. );
  562. runOnlyForDeploymentPostprocessing = 0;
  563. };
  564. /* End PBXSourcesBuildPhase section */
  565. /* Begin PBXVariantGroup section */
  566. A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */ = {
  567. isa = PBXVariantGroup;
  568. children = (
  569. A848F87B2DD6D1AF00B746EC /* Base */,
  570. );
  571. name = LaunchScreen.storyboard;
  572. sourceTree = "<group>";
  573. };
  574. /* End PBXVariantGroup section */
  575. /* Begin XCBuildConfiguration section */
  576. A848F8742DD6D19300B746EC /* Debug */ = {
  577. isa = XCBuildConfiguration;
  578. baseConfigurationReference = B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */;
  579. buildSettings = {
  580. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  581. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  582. CODE_SIGN_STYLE = Automatic;
  583. CURRENT_PROJECT_VERSION = 1;
  584. GENERATE_INFOPLIST_FILE = YES;
  585. INFOPLIST_FILE = AIPlayRingtones/Info.plist;
  586. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  587. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  588. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  589. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  590. LD_RUNPATH_SEARCH_PATHS = (
  591. "$(inherited)",
  592. "@executable_path/Frameworks",
  593. );
  594. MARKETING_VERSION = 1.0;
  595. PRODUCT_BUNDLE_IDENTIFIER = com.tsts..AIPlayRingtones;
  596. PRODUCT_NAME = "$(TARGET_NAME)";
  597. SWIFT_EMIT_LOC_STRINGS = YES;
  598. SWIFT_VERSION = 5.0;
  599. TARGETED_DEVICE_FAMILY = "1,2";
  600. };
  601. name = Debug;
  602. };
  603. A848F8752DD6D19300B746EC /* Release */ = {
  604. isa = XCBuildConfiguration;
  605. baseConfigurationReference = B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */;
  606. buildSettings = {
  607. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  608. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  609. CODE_SIGN_STYLE = Automatic;
  610. CURRENT_PROJECT_VERSION = 1;
  611. GENERATE_INFOPLIST_FILE = YES;
  612. INFOPLIST_FILE = AIPlayRingtones/Info.plist;
  613. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  614. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  615. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  616. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  617. LD_RUNPATH_SEARCH_PATHS = (
  618. "$(inherited)",
  619. "@executable_path/Frameworks",
  620. );
  621. MARKETING_VERSION = 1.0;
  622. PRODUCT_BUNDLE_IDENTIFIER = com.tsts..AIPlayRingtones;
  623. PRODUCT_NAME = "$(TARGET_NAME)";
  624. SWIFT_EMIT_LOC_STRINGS = YES;
  625. SWIFT_VERSION = 5.0;
  626. TARGETED_DEVICE_FAMILY = "1,2";
  627. };
  628. name = Release;
  629. };
  630. A848F8762DD6D19300B746EC /* Debug */ = {
  631. isa = XCBuildConfiguration;
  632. buildSettings = {
  633. ALWAYS_SEARCH_USER_PATHS = NO;
  634. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  635. CLANG_ANALYZER_NONNULL = YES;
  636. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  637. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  638. CLANG_ENABLE_MODULES = YES;
  639. CLANG_ENABLE_OBJC_ARC = YES;
  640. CLANG_ENABLE_OBJC_WEAK = YES;
  641. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  642. CLANG_WARN_BOOL_CONVERSION = YES;
  643. CLANG_WARN_COMMA = YES;
  644. CLANG_WARN_CONSTANT_CONVERSION = YES;
  645. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  646. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  647. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  648. CLANG_WARN_EMPTY_BODY = YES;
  649. CLANG_WARN_ENUM_CONVERSION = YES;
  650. CLANG_WARN_INFINITE_RECURSION = YES;
  651. CLANG_WARN_INT_CONVERSION = YES;
  652. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  653. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  654. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  655. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  656. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  657. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  658. CLANG_WARN_STRICT_PROTOTYPES = YES;
  659. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  660. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  661. CLANG_WARN_UNREACHABLE_CODE = YES;
  662. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  663. COPY_PHASE_STRIP = NO;
  664. DEBUG_INFORMATION_FORMAT = dwarf;
  665. ENABLE_STRICT_OBJC_MSGSEND = YES;
  666. ENABLE_TESTABILITY = YES;
  667. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  668. GCC_C_LANGUAGE_STANDARD = gnu17;
  669. GCC_DYNAMIC_NO_PIC = NO;
  670. GCC_NO_COMMON_BLOCKS = YES;
  671. GCC_OPTIMIZATION_LEVEL = 0;
  672. GCC_PREPROCESSOR_DEFINITIONS = (
  673. "DEBUG=1",
  674. "$(inherited)",
  675. );
  676. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  677. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  678. GCC_WARN_UNDECLARED_SELECTOR = YES;
  679. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  680. GCC_WARN_UNUSED_FUNCTION = YES;
  681. GCC_WARN_UNUSED_VARIABLE = YES;
  682. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  683. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  684. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  685. MTL_FAST_MATH = YES;
  686. ONLY_ACTIVE_ARCH = YES;
  687. SDKROOT = iphoneos;
  688. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  689. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  690. };
  691. name = Debug;
  692. };
  693. A848F8772DD6D19300B746EC /* Release */ = {
  694. isa = XCBuildConfiguration;
  695. buildSettings = {
  696. ALWAYS_SEARCH_USER_PATHS = NO;
  697. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  698. CLANG_ANALYZER_NONNULL = YES;
  699. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  700. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  701. CLANG_ENABLE_MODULES = YES;
  702. CLANG_ENABLE_OBJC_ARC = YES;
  703. CLANG_ENABLE_OBJC_WEAK = YES;
  704. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  705. CLANG_WARN_BOOL_CONVERSION = YES;
  706. CLANG_WARN_COMMA = YES;
  707. CLANG_WARN_CONSTANT_CONVERSION = YES;
  708. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  709. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  710. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  711. CLANG_WARN_EMPTY_BODY = YES;
  712. CLANG_WARN_ENUM_CONVERSION = YES;
  713. CLANG_WARN_INFINITE_RECURSION = YES;
  714. CLANG_WARN_INT_CONVERSION = YES;
  715. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  716. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  717. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  718. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  719. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  720. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  721. CLANG_WARN_STRICT_PROTOTYPES = YES;
  722. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  723. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  724. CLANG_WARN_UNREACHABLE_CODE = YES;
  725. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  726. COPY_PHASE_STRIP = NO;
  727. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  728. ENABLE_NS_ASSERTIONS = NO;
  729. ENABLE_STRICT_OBJC_MSGSEND = YES;
  730. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  731. GCC_C_LANGUAGE_STANDARD = gnu17;
  732. GCC_NO_COMMON_BLOCKS = YES;
  733. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  734. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  735. GCC_WARN_UNDECLARED_SELECTOR = YES;
  736. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  737. GCC_WARN_UNUSED_FUNCTION = YES;
  738. GCC_WARN_UNUSED_VARIABLE = YES;
  739. IPHONEOS_DEPLOYMENT_TARGET = 18.2;
  740. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  741. MTL_ENABLE_DEBUG_INFO = NO;
  742. MTL_FAST_MATH = YES;
  743. SDKROOT = iphoneos;
  744. SWIFT_COMPILATION_MODE = wholemodule;
  745. VALIDATE_PRODUCT = YES;
  746. };
  747. name = Release;
  748. };
  749. /* End XCBuildConfiguration section */
  750. /* Begin XCConfigurationList section */
  751. A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */ = {
  752. isa = XCConfigurationList;
  753. buildConfigurations = (
  754. A848F8762DD6D19300B746EC /* Debug */,
  755. A848F8772DD6D19300B746EC /* Release */,
  756. );
  757. defaultConfigurationIsVisible = 0;
  758. defaultConfigurationName = Release;
  759. };
  760. A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */ = {
  761. isa = XCConfigurationList;
  762. buildConfigurations = (
  763. A848F8742DD6D19300B746EC /* Debug */,
  764. A848F8752DD6D19300B746EC /* Release */,
  765. );
  766. defaultConfigurationIsVisible = 0;
  767. defaultConfigurationName = Release;
  768. };
  769. /* End XCConfigurationList section */
  770. };
  771. rootObject = A848F8582DD6D19100B746EC /* Project object */;
  772. }