123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 77;
- objects = {
- /* Begin PBXBuildFile section */
- A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */; };
- A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */; };
- A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */; };
- A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */; };
- A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */; };
- A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */; };
- A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A848F8792DD6D1AF00B746EC /* Assets.xcassets */; };
- A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */; };
- A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8782DD6D1AF00B746EC /* AppDelegate.swift */; };
- A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F88D2DD6D38300B746EC /* APLaunchVC.swift */; };
- A848F8912DD6D50000B746EC /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8902DD6D4FD00B746EC /* Common.swift */; };
- A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8922DD6D51900B746EC /* AIEnums.swift */; };
- A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */; };
- A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */; };
- A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */; };
- A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */; };
- A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */; };
- A848F8AB2DD6D75300B746EC /* APMyRingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */; };
- A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AC2DD6D75800B746EC /* APSettingVC.swift */; };
- A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */; };
- A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B22DD6D82300B746EC /* APConfig.swift */; };
- A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */; };
- A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */; };
- A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */; };
- A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */; };
- A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */; };
- A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */; };
- A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */; };
- A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */; };
- A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */; };
- A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */; };
- A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D12DD7148F00B746EC /* ASDurationColView.swift */; };
- A848F8D52DD719B600B746EC /* ring_duration.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8D42DD719AB00B746EC /* ring_duration.json */; };
- A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */; };
- A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */; };
- A848F8E12DD7271900B746EC /* ring_style.json in Resources */ = {isa = PBXBuildFile; fileRef = A848F8E02DD7271400B746EC /* ring_style.json */; };
- A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */; };
- A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */; };
- A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */; };
- A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */; };
- A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8ED2DD7508000B746EC /* ASRealmManager.swift */; };
- A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */; };
- A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */; };
- A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */; };
- A848F8F82DD752E700B746EC /* ASGeneratePosterOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */; };
- A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8F92DD7536300B746EC /* Notification+Ex.swift */; };
- A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A848F8FB2DD7539E00B746EC /* ASProgressState.swift */; };
- C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AIPlayRingtones.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorView.swift; sourceTree = "<group>"; };
- A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorLoadingView.swift; sourceTree = "<group>"; };
- A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratorErrorView.swift; sourceTree = "<group>"; };
- A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Error.swift"; sourceTree = "<group>"; };
- A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorVC.swift; sourceTree = "<group>"; };
- A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGeneratorBaseVC.swift; sourceTree = "<group>"; };
- A848F8602DD6D19100B746EC /* AIPlayRingtones.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AIPlayRingtones.app; sourceTree = BUILT_PRODUCTS_DIR; };
- A848F8782DD6D1AF00B746EC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- A848F8792DD6D1AF00B746EC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- A848F87A2DD6D1AF00B746EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- A848F87B2DD6D1AF00B746EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- A848F88D2DD6D38300B746EC /* APLaunchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APLaunchVC.swift; sourceTree = "<group>"; };
- A848F8902DD6D4FD00B746EC /* Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
- A848F8922DD6D51900B746EC /* AIEnums.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIEnums.swift; sourceTree = "<group>"; };
- A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSNetworkManager.swift; sourceTree = "<group>"; };
- A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetWork+Business.swift"; sourceTree = "<group>"; };
- A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSNetworkManager+Loading.swift"; sourceTree = "<group>"; };
- A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVC.swift; sourceTree = "<group>"; };
- A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APAudioToRingVC.swift; sourceTree = "<group>"; };
- A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APMyRingVC.swift; sourceTree = "<group>"; };
- A848F8AC2DD6D75800B746EC /* APSettingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APSettingVC.swift; sourceTree = "<group>"; };
- A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASTabBarVC.swift; sourceTree = "<group>"; };
- A848F8B22DD6D82300B746EC /* APConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APConfig.swift; sourceTree = "<group>"; };
- A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APConfig+Color.swift"; sourceTree = "<group>"; };
- A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASAppBtnView.swift; sourceTree = "<group>"; };
- A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingTonesVM.swift; sourceTree = "<group>"; };
- A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASLeftHeaderView.swift; sourceTree = "<group>"; };
- A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+TextView.swift"; sourceTree = "<group>"; };
- A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Duration.swift"; sourceTree = "<group>"; };
- A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+Style.swift"; sourceTree = "<group>"; };
- A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+View.swift"; sourceTree = "<group>"; };
- A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APRingTonesVC+StackView.swift"; sourceTree = "<group>"; };
- A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASPromptTextView.swift; sourceTree = "<group>"; };
- A848F8D12DD7148F00B746EC /* ASDurationColView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDurationColView.swift; sourceTree = "<group>"; };
- A848F8D42DD719AB00B746EC /* ring_duration.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_duration.json; sourceTree = "<group>"; };
- A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRingGenerateSecModel.swift; sourceTree = "<group>"; };
- A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APRingStyleVC.swift; sourceTree = "<group>"; };
- A848F8E02DD7271400B746EC /* ring_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_style.json; sourceTree = "<group>"; };
- A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateStyleModel.swift; sourceTree = "<group>"; };
- A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBHistoryManager.swift; sourceTree = "<group>"; };
- A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASDBActionInfoModel.swift; sourceTree = "<group>"; };
- A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASActionInfoModel.swift; sourceTree = "<group>"; };
- A848F8ED2DD7508000B746EC /* ASRealmManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRealmManager.swift; sourceTree = "<group>"; };
- A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperationQueue.swift; sourceTree = "<group>"; };
- A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBaseOperation.swift; sourceTree = "<group>"; };
- A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGenerateBaseOperation.swift; sourceTree = "<group>"; };
- A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASGeneratePosterOperation.swift; sourceTree = "<group>"; };
- A848F8F92DD7536300B746EC /* Notification+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = " Notification+Ex.swift"; sourceTree = "<group>"; };
- A848F8FB2DD7539E00B746EC /* ASProgressState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASProgressState.swift; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- A848F85D2DD6D19100B746EC /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C6F204E3DD79A0F96C8DB3FF /* Pods_AIPlayRingtones.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 6B369F15FA74FED594C60569 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 6EFB792FA59CD8536D0BD11F /* Pods_AIPlayRingtones.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- A800FEAF2DDAC0E9009DABDC /* CommonView */ = {
- isa = PBXGroup;
- children = (
- A800FEB02DDAC0F0009DABDC /* ASGeneratorView */,
- );
- path = CommonView;
- sourceTree = "<group>";
- };
- A800FEB02DDAC0F0009DABDC /* ASGeneratorView */ = {
- isa = PBXGroup;
- children = (
- A800FEB12DDAC0FC009DABDC /* ASGeneratorView.swift */,
- A800FEB32DDAC738009DABDC /* ASGeneratorLoadingView.swift */,
- A800FEB52DDAC75D009DABDC /* ASGeneratorErrorView.swift */,
- );
- path = ASGeneratorView;
- sourceTree = "<group>";
- };
- A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */ = {
- isa = PBXGroup;
- children = (
- A800FEBC2DDACCCF009DABDC /* ASRingGeneratorBaseVC.swift */,
- A800FEBA2DDACAF2009DABDC /* ASRingGeneratorVC.swift */,
- );
- path = ASRingGeneratorVC;
- sourceTree = "<group>";
- };
- A848F8572DD6D19100B746EC = {
- isa = PBXGroup;
- children = (
- A848F8812DD6D1AF00B746EC /* AIPlayRingtones */,
- A848F8612DD6D19100B746EC /* Products */,
- E2F3D1383EB360A9148D55CA /* Pods */,
- 6B369F15FA74FED594C60569 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- A848F8612DD6D19100B746EC /* Products */ = {
- isa = PBXGroup;
- children = (
- A848F8602DD6D19100B746EC /* AIPlayRingtones.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- A848F8812DD6D1AF00B746EC /* AIPlayRingtones */ = {
- isa = PBXGroup;
- children = (
- A800FEAF2DDAC0E9009DABDC /* CommonView */,
- A848F8EF2DD7526600B746EC /* OperationQueue */,
- A848F8E62DD74DF300B746EC /* Data */,
- A848F8D32DD7198100B746EC /* Resources */,
- A848F8B12DD6D80900B746EC /* APConfig */,
- A848F88B2DD6D2C600B746EC /* AppPage */,
- A848F88F2DD6D4E800B746EC /* Common */,
- A848F8782DD6D1AF00B746EC /* AppDelegate.swift */,
- A848F8792DD6D1AF00B746EC /* Assets.xcassets */,
- A848F87A2DD6D1AF00B746EC /* Info.plist */,
- A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */,
- );
- path = AIPlayRingtones;
- sourceTree = "<group>";
- };
- A848F88B2DD6D2C600B746EC /* AppPage */ = {
- isa = PBXGroup;
- children = (
- A848F8B62DD6DF5500B746EC /* ASCommonView */,
- A848F8AE2DD6D76F00B746EC /* ASTabBarVC */,
- A848F8A72DD6D74300B746EC /* APSettingVC */,
- A848F8A62DD6D73E00B746EC /* APMyRingVC */,
- A848F8A52DD6D73500B746EC /* APAudioToRingVC */,
- A848F8A22DD6D65900B746EC /* APRingTonesVC */,
- A848F88C2DD6D2F700B746EC /* APLaunchVC */,
- A800FEB92DDACAE7009DABDC /* ASRingGeneratorVC */,
- );
- path = AppPage;
- sourceTree = "<group>";
- };
- A848F88C2DD6D2F700B746EC /* APLaunchVC */ = {
- isa = PBXGroup;
- children = (
- A848F88D2DD6D38300B746EC /* APLaunchVC.swift */,
- );
- path = APLaunchVC;
- sourceTree = "<group>";
- };
- A848F88F2DD6D4E800B746EC /* Common */ = {
- isa = PBXGroup;
- children = (
- A848F8F92DD7536300B746EC /* Notification+Ex.swift */,
- A848F89D2DD6D59C00B746EC /* TSNetWork */,
- A848F8922DD6D51900B746EC /* AIEnums.swift */,
- A848F8902DD6D4FD00B746EC /* Common.swift */,
- );
- path = Common;
- sourceTree = "<group>";
- };
- A848F89D2DD6D59C00B746EC /* TSNetWork */ = {
- isa = PBXGroup;
- children = (
- A800FEB72DDAC81D009DABDC /* TSNetWork+Error.swift */,
- A848F8992DD6D59C00B746EC /* TSNetworkManager.swift */,
- A848F89A2DD6D59C00B746EC /* TSNetWork+Business.swift */,
- A848F89B2DD6D59C00B746EC /* TSNetworkManager+Loading.swift */,
- );
- path = TSNetWork;
- sourceTree = "<group>";
- };
- A848F8A22DD6D65900B746EC /* APRingTonesVC */ = {
- isa = PBXGroup;
- children = (
- A848F8D92DD7230B00B746EC /* APRingStyleVC */,
- A848F8D02DD6ECC800B746EC /* APRingTonesVC */,
- );
- path = APRingTonesVC;
- sourceTree = "<group>";
- };
- A848F8A52DD6D73500B746EC /* APAudioToRingVC */ = {
- isa = PBXGroup;
- children = (
- A848F8A82DD6D74900B746EC /* APAudioToRingVC.swift */,
- );
- path = APAudioToRingVC;
- sourceTree = "<group>";
- };
- A848F8A62DD6D73E00B746EC /* APMyRingVC */ = {
- isa = PBXGroup;
- children = (
- A848F8AA2DD6D75200B746EC /* APMyRingVC.swift */,
- );
- path = APMyRingVC;
- sourceTree = "<group>";
- };
- A848F8A72DD6D74300B746EC /* APSettingVC */ = {
- isa = PBXGroup;
- children = (
- A848F8AC2DD6D75800B746EC /* APSettingVC.swift */,
- );
- path = APSettingVC;
- sourceTree = "<group>";
- };
- A848F8AE2DD6D76F00B746EC /* ASTabBarVC */ = {
- isa = PBXGroup;
- children = (
- A848F8AF2DD6D77B00B746EC /* ASTabBarVC.swift */,
- );
- path = ASTabBarVC;
- sourceTree = "<group>";
- };
- A848F8B12DD6D80900B746EC /* APConfig */ = {
- isa = PBXGroup;
- children = (
- A848F8B22DD6D82300B746EC /* APConfig.swift */,
- A848F8B42DD6D82E00B746EC /* APConfig+Color.swift */,
- );
- path = APConfig;
- sourceTree = "<group>";
- };
- A848F8B62DD6DF5500B746EC /* ASCommonView */ = {
- isa = PBXGroup;
- children = (
- A848F8B72DD6DF6800B746EC /* ASBtnView */,
- );
- path = ASCommonView;
- sourceTree = "<group>";
- };
- A848F8B72DD6DF6800B746EC /* ASBtnView */ = {
- isa = PBXGroup;
- children = (
- A848F8BC2DD6E36800B746EC /* ASLeftHeaderView.swift */,
- A848F8B82DD6DF7700B746EC /* ASAppBtnView.swift */,
- );
- path = ASBtnView;
- sourceTree = "<group>";
- };
- A848F8BE2DD6E6E800B746EC /* VM */ = {
- isa = PBXGroup;
- children = (
- A848F8BA2DD6E30000B746EC /* APRingTonesVM.swift */,
- );
- path = VM;
- sourceTree = "<group>";
- };
- A848F8CB2DD6EABD00B746EC /* View */ = {
- isa = PBXGroup;
- children = (
- A848F8CC2DD6EACB00B746EC /* ASPromptTextView.swift */,
- A848F8D12DD7148F00B746EC /* ASDurationColView.swift */,
- );
- path = View;
- sourceTree = "<group>";
- };
- A848F8D02DD6ECC800B746EC /* APRingTonesVC */ = {
- isa = PBXGroup;
- children = (
- A848F8D62DD71A2600B746EC /* Model */,
- A848F8CB2DD6EABD00B746EC /* View */,
- A848F8BE2DD6E6E800B746EC /* VM */,
- A848F8A32DD6D66D00B746EC /* APRingTonesVC.swift */,
- A848F8C52DD6E72C00B746EC /* APRingTonesVC+View.swift */,
- A848F8C92DD6E82A00B746EC /* APRingTonesVC+StackView.swift */,
- A848F8BF2DD6E6F600B746EC /* APRingTonesVC+TextView.swift */,
- A848F8C12DD6E6FD00B746EC /* APRingTonesVC+Duration.swift */,
- A848F8C32DD6E70400B746EC /* APRingTonesVC+Style.swift */,
- );
- path = APRingTonesVC;
- sourceTree = "<group>";
- };
- A848F8D32DD7198100B746EC /* Resources */ = {
- isa = PBXGroup;
- children = (
- A848F8E02DD7271400B746EC /* ring_style.json */,
- A848F8D42DD719AB00B746EC /* ring_duration.json */,
- );
- path = Resources;
- sourceTree = "<group>";
- };
- A848F8D62DD71A2600B746EC /* Model */ = {
- isa = PBXGroup;
- children = (
- A848F8E22DD7286600B746EC /* ASGenerateStyleModel.swift */,
- A848F8D72DD71A3100B746EC /* ASRingGenerateSecModel.swift */,
- );
- path = Model;
- sourceTree = "<group>";
- };
- A848F8D92DD7230B00B746EC /* APRingStyleVC */ = {
- isa = PBXGroup;
- children = (
- A848F8DA2DD7231C00B746EC /* APRingStyleVC.swift */,
- );
- path = APRingStyleVC;
- sourceTree = "<group>";
- };
- A848F8E62DD74DF300B746EC /* Data */ = {
- isa = PBXGroup;
- children = (
- A848F8ED2DD7508000B746EC /* ASRealmManager.swift */,
- A848F8EB2DD74EF400B746EC /* ASActionInfoModel.swift */,
- A848F8E72DD74DF900B746EC /* ASDBHistoryManager.swift */,
- A848F8E92DD74E3600B746EC /* ASDBActionInfoModel.swift */,
- );
- path = Data;
- sourceTree = "<group>";
- };
- A848F8EF2DD7526600B746EC /* OperationQueue */ = {
- isa = PBXGroup;
- children = (
- A848F8F42DD752BC00B746EC /* Generate */,
- A848F8F02DD7528200B746EC /* ASBaseOperationQueue.swift */,
- A848F8F22DD7528C00B746EC /* ASBaseOperation.swift */,
- A848F8FB2DD7539E00B746EC /* ASProgressState.swift */,
- );
- path = OperationQueue;
- sourceTree = "<group>";
- };
- A848F8F42DD752BC00B746EC /* Generate */ = {
- isa = PBXGroup;
- children = (
- A848F8F52DD752C400B746EC /* ASGenerateBaseOperation.swift */,
- A848F8F72DD752D900B746EC /* ASGeneratePosterOperation.swift */,
- );
- path = Generate;
- sourceTree = "<group>";
- };
- E2F3D1383EB360A9148D55CA /* Pods */ = {
- isa = PBXGroup;
- children = (
- B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */,
- B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */,
- );
- path = Pods;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- A848F85F2DD6D19100B746EC /* AIPlayRingtones */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */;
- buildPhases = (
- D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */,
- A848F85C2DD6D19100B746EC /* Sources */,
- A848F85D2DD6D19100B746EC /* Frameworks */,
- A848F85E2DD6D19100B746EC /* Resources */,
- F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = AIPlayRingtones;
- productName = AIPlayRingtones;
- productReference = A848F8602DD6D19100B746EC /* AIPlayRingtones.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- A848F8582DD6D19100B746EC /* Project object */ = {
- isa = PBXProject;
- attributes = {
- BuildIndependentTargetsInParallel = 1;
- CLASSPREFIX = AI;
- LastSwiftUpdateCheck = 1620;
- LastUpgradeCheck = 1620;
- TargetAttributes = {
- A848F85F2DD6D19100B746EC = {
- CreatedOnToolsVersion = 16.2;
- };
- };
- };
- buildConfigurationList = A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */;
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = A848F8572DD6D19100B746EC;
- minimizedProjectReferenceProxies = 1;
- preferredProjectObjectVersion = 77;
- productRefGroup = A848F8612DD6D19100B746EC /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- A848F85F2DD6D19100B746EC /* AIPlayRingtones */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- A848F85E2DD6D19100B746EC /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A848F8822DD6D1AF00B746EC /* Assets.xcassets in Resources */,
- A848F8D52DD719B600B746EC /* ring_duration.json in Resources */,
- A848F8842DD6D1AF00B746EC /* LaunchScreen.storyboard in Resources */,
- A848F8E12DD7271900B746EC /* ring_style.json in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- D0205DF6DCB58A873C2BAAC6 /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-AIPlayRingtones-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- 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";
- showEnvVarsInLog = 0;
- };
- F1EA8B9CDF6FB52C878D5307 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AIPlayRingtones/Pods-AIPlayRingtones-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- A848F85C2DD6D19100B746EC /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A800FEB22DDAC100009DABDC /* ASGeneratorView.swift in Sources */,
- A848F88E2DD6D38600B746EC /* APLaunchVC.swift in Sources */,
- A848F8CA2DD6E82B00B746EC /* APRingTonesVC+StackView.swift in Sources */,
- A848F8C22DD6E70000B746EC /* APRingTonesVC+Duration.swift in Sources */,
- A848F8A42DD6D67000B746EC /* APRingTonesVC.swift in Sources */,
- A848F8BD2DD6E38900B746EC /* ASLeftHeaderView.swift in Sources */,
- A848F8D82DD71A3A00B746EC /* ASRingGenerateSecModel.swift in Sources */,
- A848F8E82DD74DFD00B746EC /* ASDBHistoryManager.swift in Sources */,
- A848F89E2DD6D59C00B746EC /* TSNetWork+Business.swift in Sources */,
- A848F8AB2DD6D75300B746EC /* APMyRingVC.swift in Sources */,
- A848F89F2DD6D59C00B746EC /* TSNetworkManager.swift in Sources */,
- A848F8E32DD7286A00B746EC /* ASGenerateStyleModel.swift in Sources */,
- A848F8A12DD6D59C00B746EC /* TSNetworkManager+Loading.swift in Sources */,
- A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */,
- A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */,
- A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */,
- A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */,
- A848F8C02DD6E6FA00B746EC /* APRingTonesVC+TextView.swift in Sources */,
- A848F8EA2DD74E3A00B746EC /* ASDBActionInfoModel.swift in Sources */,
- A848F8B02DD6D77C00B746EC /* ASTabBarVC.swift in Sources */,
- A848F8B32DD6D82300B746EC /* APConfig.swift in Sources */,
- A848F8FC2DD753A000B746EC /* ASProgressState.swift in Sources */,
- A848F8A92DD6D74A00B746EC /* APAudioToRingVC.swift in Sources */,
- A848F8AD2DD6D75900B746EC /* APSettingVC.swift in Sources */,
- A848F8912DD6D50000B746EC /* Common.swift in Sources */,
- A800FEBB2DDACAF3009DABDC /* ASRingGeneratorVC.swift in Sources */,
- A848F8F32DD7528D00B746EC /* ASBaseOperation.swift in Sources */,
- A848F8BB2DD6E30600B746EC /* APRingTonesVM.swift in Sources */,
- A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */,
- A848F8F82DD752E700B746EC /* ASGeneratePosterOperation.swift in Sources */,
- A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */,
- A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */,
- A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */,
- A848F8932DD6D52100B746EC /* AIEnums.swift in Sources */,
- A848F8EE2DD7508300B746EC /* ASRealmManager.swift in Sources */,
- A848F8B52DD6D83E00B746EC /* APConfig+Color.swift in Sources */,
- A848F8B92DD6DF7900B746EC /* ASAppBtnView.swift in Sources */,
- A848F8F12DD7528800B746EC /* ASBaseOperationQueue.swift in Sources */,
- A848F8CD2DD6EAD300B746EC /* ASPromptTextView.swift in Sources */,
- A848F8DB2DD7231E00B746EC /* APRingStyleVC.swift in Sources */,
- A848F8D22DD7149D00B746EC /* ASDurationColView.swift in Sources */,
- A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */,
- A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- A848F87C2DD6D1AF00B746EC /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- A848F87B2DD6D1AF00B746EC /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- A848F8742DD6D19300B746EC /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = B4EF561F1D6A688DA6595B7A /* Pods-AIPlayRingtones.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
- GENERATE_INFOPLIST_FILE = YES;
- INFOPLIST_FILE = AIPlayRingtones/Info.plist;
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.tsts..AIPlayRingtones;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- A848F8752DD6D19300B746EC /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = B6A4769786320594B791AFDE /* Pods-AIPlayRingtones.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
- GENERATE_INFOPLIST_FILE = YES;
- INFOPLIST_FILE = AIPlayRingtones/Info.plist;
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.tsts..AIPlayRingtones;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- A848F8762DD6D19300B746EC /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- ENABLE_USER_SCRIPT_SANDBOXING = YES;
- GCC_C_LANGUAGE_STANDARD = gnu17;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 18.2;
- LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- A848F8772DD6D19300B746EC /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_USER_SCRIPT_SANDBOXING = YES;
- GCC_C_LANGUAGE_STANDARD = gnu17;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 18.2;
- LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- SWIFT_COMPILATION_MODE = wholemodule;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- A848F85B2DD6D19100B746EC /* Build configuration list for PBXProject "AIPlayRingtones" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A848F8762DD6D19300B746EC /* Debug */,
- A848F8772DD6D19300B746EC /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A848F8732DD6D19300B746EC /* Build configuration list for PBXNativeTarget "AIPlayRingtones" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A848F8742DD6D19300B746EC /* Debug */,
- A848F8752DD6D19300B746EC /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = A848F8582DD6D19100B746EC /* Project object */;
- }
|