|
@@ -112,6 +112,15 @@
|
|
|
A899D3962D89258B00AB9C1C /* TSDiscoverListVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3952D89258600AB9C1C /* TSDiscoverListVM.swift */; };
|
|
|
A899D3992D8947D800AB9C1C /* TSDiscoverListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3982D8947D200AB9C1C /* TSDiscoverListCell.swift */; };
|
|
|
A899D39C2D894F9800AB9C1C /* TSRingDownVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */; };
|
|
|
+ A899D3A32D896A7B00AB9C1C /* TSRingDownNullView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D39F2D895F3C00AB9C1C /* TSRingDownNullView.swift */; };
|
|
|
+ A899D3A52D89786200AB9C1C /* TSAudioAVPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */; };
|
|
|
+ A899D3CB2D89A53D00AB9C1C /* TSDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */; };
|
|
|
+ A899D3CF2D89AD4C00AB9C1C /* TSAudioPlayerFileTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */; };
|
|
|
+ A899D3D12D89B14B00AB9C1C /* TSDiscoverListCellVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */; };
|
|
|
+ A899D3D42D8A6B6600AB9C1C /* TSGenerateHistoryVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */; };
|
|
|
+ A899D3D62D8A6CC600AB9C1C /* TSGenerateHistoryVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */; };
|
|
|
+ A899D3D82D8A76CE00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */; };
|
|
|
+ A899D3DB2D8A97F100AB9C1C /* TSRingDownVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */; };
|
|
|
A8C6436C2D79A8C8001068D0 /* TSAIRintoneHistoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */; };
|
|
|
A8CC55822D797720002E0CAA /* TSGeneralPicBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55812D79771F002E0CAA /* TSGeneralPicBrowseVC.swift */; };
|
|
|
A8CC55862D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55852D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift */; };
|
|
@@ -236,6 +245,14 @@
|
|
|
A899D3982D8947D200AB9C1C /* TSDiscoverListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverListCell.swift; sourceTree = "<group>"; };
|
|
|
A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownVC.swift; sourceTree = "<group>"; };
|
|
|
A899D39F2D895F3C00AB9C1C /* TSRingDownNullView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownNullView.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioAVPlayer.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDownloadManager.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAudioPlayerFileTool.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSDiscoverListCellVM.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateHistoryVC.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGenerateHistoryVM.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneHistorySectionHeaderView.swift; sourceTree = "<group>"; };
|
|
|
+ A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingDownVM.swift; sourceTree = "<group>"; };
|
|
|
A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneHistoryCell.swift; sourceTree = "<group>"; };
|
|
|
A8CC55812D79771F002E0CAA /* TSGeneralPicBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralPicBrowseVC.swift; sourceTree = "<group>"; };
|
|
|
A8CC55852D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralRintoneVC.swift; sourceTree = "<group>"; };
|
|
@@ -370,6 +387,9 @@
|
|
|
A80EDEBA2D718CEA003CD332 /* Tool */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A899D3CA2D89A53C00AB9C1C /* TSDownloadManager.swift */,
|
|
|
+ A899D3A42D89785E00AB9C1C /* TSAudioAVPlayer.swift */,
|
|
|
+ A899D3CE2D89AD4800AB9C1C /* TSAudioPlayerFileTool.swift */,
|
|
|
A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */,
|
|
|
A868A8F02D77081B00F6D884 /* TSContactsTool.swift */,
|
|
|
A868A8DC2D76F90E00F6D884 /* TSBandRingTool */,
|
|
@@ -491,6 +511,7 @@
|
|
|
A80EDF0E2D718E58003CD332 /* TSAIRintoneVC */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A899D3D22D8A6B5A00AB9C1C /* TSGenerateHistoryVC */,
|
|
|
A8272E992D7A8F0500F1C814 /* TSGeneralRintoneVC */,
|
|
|
A8CC55842D798E26002E0CAA /* TSAIRintoneVC */,
|
|
|
A8CC55832D798E05002E0CAA /* TSTextGeneralRintoneVC */,
|
|
@@ -888,6 +909,7 @@
|
|
|
A899D3972D8947C700AB9C1C /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A899D3D02D89B14400AB9C1C /* TSDiscoverListCellVM.swift */,
|
|
|
A899D3982D8947D200AB9C1C /* TSDiscoverListCell.swift */,
|
|
|
);
|
|
|
path = View;
|
|
@@ -896,6 +918,7 @@
|
|
|
A899D39A2D894F8600AB9C1C /* TSRingDownVC */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A899D3D92D8A97E300AB9C1C /* VM */,
|
|
|
A899D39D2D895F3000AB9C1C /* View */,
|
|
|
A899D39B2D894F9600AB9C1C /* TSRingDownVC.swift */,
|
|
|
);
|
|
@@ -910,9 +933,27 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A899D3D22D8A6B5A00AB9C1C /* TSGenerateHistoryVC */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A899D3D52D8A6CC200AB9C1C /* TSGenerateHistoryVM.swift */,
|
|
|
+ A899D3D32D8A6B6500AB9C1C /* TSGenerateHistoryVC.swift */,
|
|
|
+ );
|
|
|
+ path = TSGenerateHistoryVC;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A899D3D92D8A97E300AB9C1C /* VM */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A899D3DA2D8A97EA00AB9C1C /* TSRingDownVM.swift */,
|
|
|
+ );
|
|
|
+ path = VM;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A8C6436A2D79A8BD001068D0 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A899D3D72D8A76CB00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift */,
|
|
|
A8C6436B2D79A8C7001068D0 /* TSAIRintoneHistoryCell.swift */,
|
|
|
);
|
|
|
path = View;
|
|
@@ -1122,10 +1163,12 @@
|
|
|
A899D38D2D891C5600AB9C1C /* TSDiscoverCell.swift in Sources */,
|
|
|
A868A9032D77E5A500F6D884 /* TSPTPStyleModel.swift in Sources */,
|
|
|
A80EDEC62D718CEA003CD332 /* TSRandomTextPicker.swift in Sources */,
|
|
|
+ A899D3D12D89B14B00AB9C1C /* TSDiscoverListCellVM.swift in Sources */,
|
|
|
A80EDEC82D718CEA003CD332 /* TSNetworkManager+Loading.swift in Sources */,
|
|
|
A899D34D2D82C61C00AB9C1C /* TSPurchaseVC.swift in Sources */,
|
|
|
A868A9182D78555200F6D884 /* TSGenneralPicVM.swift in Sources */,
|
|
|
A80EDECB2D718CEA003CD332 /* TSNetWork+Business.swift in Sources */,
|
|
|
+ A899D3D82D8A76CE00AB9C1C /* TSAIRintoneHistorySectionHeaderView.swift in Sources */,
|
|
|
A8CC558B2D79905A002E0CAA /* TSCreatBtnView.swift in Sources */,
|
|
|
A80EDF0B2D718DF7003CD332 /* TSBootPageVC.swift in Sources */,
|
|
|
A80EDF0C2D718DF7003CD332 /* TSLaunchVC.swift in Sources */,
|
|
@@ -1136,6 +1179,7 @@
|
|
|
A868A8AF2D758BBC00F6D884 /* TSTBDesktopPreviewView.swift in Sources */,
|
|
|
A80EDEF52D718DEA003CD332 /* TSTabBarController.swift in Sources */,
|
|
|
A899D3872D89024400AB9C1C /* TSRingModel.swift in Sources */,
|
|
|
+ A899D3A32D896A7B00AB9C1C /* TSRingDownNullView.swift in Sources */,
|
|
|
A868A8B52D7598C000F6D884 /* TSTSIslandView.swift in Sources */,
|
|
|
A899D39C2D894F9800AB9C1C /* TSRingDownVC.swift in Sources */,
|
|
|
A8272E9F2D7A8F6500F1C814 /* TSGeneralRintoneVM.swift in Sources */,
|
|
@@ -1143,6 +1187,7 @@
|
|
|
A899D3962D89258B00AB9C1C /* TSDiscoverListVM.swift in Sources */,
|
|
|
A868A8D52D76E41800F6D884 /* TSSetContactAvatar.swift in Sources */,
|
|
|
A868A8F52D77179D00F6D884 /* TSAIPhotoChildVC.swift in Sources */,
|
|
|
+ A899D3DB2D8A97F100AB9C1C /* TSRingDownVM.swift in Sources */,
|
|
|
A899D38A2D891ADE00AB9C1C /* TSDiscoverVM.swift in Sources */,
|
|
|
A868A8E82D76FA4200F6D884 /* ExtAudioConverter.m in Sources */,
|
|
|
A80EDF132D718EF7003CD332 /* TSAIPhotoVC.swift in Sources */,
|
|
@@ -1150,6 +1195,7 @@
|
|
|
A868A8DE2D76F91500F6D884 /* AudioTool.swift in Sources */,
|
|
|
A80EDF242D71C0AA003CD332 /* TSColVVMSectionHeaderView.swift in Sources */,
|
|
|
A868A90C2D78311A00F6D884 /* TSTextGeneralPicVM.swift in Sources */,
|
|
|
+ A899D3CF2D89AD4C00AB9C1C /* TSAudioPlayerFileTool.swift in Sources */,
|
|
|
A80EDF1D2D71BE15003CD332 /* TSCollectionViewVM+Config.swift in Sources */,
|
|
|
A868A8E12D76F9BB00F6D884 /* AudioConverter.m in Sources */,
|
|
|
A868A8BA2D75C22300F6D884 /* TSThemeBrowseVM.swift in Sources */,
|
|
@@ -1167,9 +1213,11 @@
|
|
|
A868A8A42D7560B900F6D884 /* TSCommonloadingView.swift in Sources */,
|
|
|
A868A89A2D75505E00F6D884 /* TSThemeBannerCell.swift in Sources */,
|
|
|
A80EDF182D7193EE003CD332 /* TSTutorialsVC.swift in Sources */,
|
|
|
+ A899D3A52D89786200AB9C1C /* TSAudioAVPlayer.swift in Sources */,
|
|
|
A80EDEEA2D718CEA003CD332 /* PaddedLabel.swift in Sources */,
|
|
|
A8CC55862D798E2D002E0CAA /* TSTextGeneralRintoneVC.swift in Sources */,
|
|
|
A80EDEEB2D718CEA003CD332 /* StreamPostRequest.swift in Sources */,
|
|
|
+ A899D3D62D8A6CC600AB9C1C /* TSGenerateHistoryVM.swift in Sources */,
|
|
|
A80EDF2A2D71C215003CD332 /* TSThemeVM.swift in Sources */,
|
|
|
A868A8AA2D7588A500F6D884 /* TSThemeBrowseVC.swift in Sources */,
|
|
|
A868A8B12D758CA400F6D884 /* TSTBBtnView.swift in Sources */,
|
|
@@ -1184,6 +1232,7 @@
|
|
|
A868A8A72D757DD600F6D884 /* UICollectionView+Refresh.swift in Sources */,
|
|
|
A868A8F82D77E2BC00F6D884 /* TSTextGeneralPicVC.swift in Sources */,
|
|
|
A80EDF022D718DF1003CD332 /* TSSettingListView.swift in Sources */,
|
|
|
+ A899D3CB2D89A53D00AB9C1C /* TSDownloadManager.swift in Sources */,
|
|
|
A8CC55902D799F9F002E0CAA /* TSAIRintoneVM.swift in Sources */,
|
|
|
A80EDF032D718DF1003CD332 /* ShareActivityItemProvider.swift in Sources */,
|
|
|
A80EDF042D718DF1003CD332 /* TSSetingModel.swift in Sources */,
|
|
@@ -1192,6 +1241,7 @@
|
|
|
A80EDF052D718DF1003CD332 /* TSSetingVC.swift in Sources */,
|
|
|
A868A8FA2D77E35E00F6D884 /* TSPromptTextView.swift in Sources */,
|
|
|
A80EDF062D718DF1003CD332 /* SettingPurchaseTopView.swift in Sources */,
|
|
|
+ A899D3D42D8A6B6600AB9C1C /* TSGenerateHistoryVC.swift in Sources */,
|
|
|
A8272E9D2D7A8F4600F1C814 /* TSGeneralRintoneVC+Event.swift in Sources */,
|
|
|
A80EDF072D718DF1003CD332 /* TSSetingViewModel.swift in Sources */,
|
|
|
A868A8C72D76A44500F6D884 /* TSThemeSetVC.swift in Sources */,
|
|
@@ -1240,7 +1290,7 @@
|
|
|
"$(inherited)",
|
|
|
"$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.3;
|
|
|
+ MARKETING_VERSION = 1.4;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
@@ -1282,7 +1332,7 @@
|
|
|
"$(inherited)",
|
|
|
"$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.3;
|
|
|
+ MARKETING_VERSION = 1.4;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|