|
@@ -47,6 +47,7 @@
|
|
|
A8272E9D2D7A8F4600F1C814 /* TSGeneralRintoneVC+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272E9C2D7A8F3A00F1C814 /* TSGeneralRintoneVC+Event.swift */; };
|
|
|
A8272E9F2D7A8F6500F1C814 /* TSGeneralRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272E9E2D7A8F6000F1C814 /* TSGeneralRintoneVM.swift */; };
|
|
|
A8272EBB2D7AFD0F00F1C814 /* TSBusinessAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */; };
|
|
|
+ A83503CD2D7ED1440067002A /* TSThemeTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */; };
|
|
|
A83F871D2D79409B00D29B1B /* TSUserDefaultData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F871C2D79409300D29B1B /* TSUserDefaultData.swift */; };
|
|
|
A83F87202D794FF000D29B1B /* TSAIPhotoImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F871F2D794FE600D29B1B /* TSAIPhotoImageCell.swift */; };
|
|
|
A83F87222D7953C000D29B1B /* Notification+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83F87212D7953BA00D29B1B /* Notification+TSEx.swift */; };
|
|
@@ -70,7 +71,6 @@
|
|
|
A868A8C92D76A45900F6D884 /* TSThemeSetItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */; };
|
|
|
A868A8CE2D76AAC600F6D884 /* TSThemeSetRingToneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */; };
|
|
|
A868A8D02D76D03900F6D884 /* TSRingToneCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8CF2D76D02300F6D884 /* TSRingToneCellView.swift */; };
|
|
|
- A868A8D32D76DE7600F6D884 /* TSThemeSetVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8D22D76DC9E00F6D884 /* TSThemeSetVM.swift */; };
|
|
|
A868A8D52D76E41800F6D884 /* TSSetContactAvatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8D42D76E40E00F6D884 /* TSSetContactAvatar.swift */; };
|
|
|
A868A8DB2D76F00C00F6D884 /* TSBandRingTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8DA2D76F00800F6D884 /* TSBandRingTool.swift */; };
|
|
|
A868A8DE2D76F91500F6D884 /* AudioTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A868A8DD2D76F91500F6D884 /* AudioTool.swift */; };
|
|
@@ -104,6 +104,7 @@
|
|
|
A8CC55892D798E5D002E0CAA /* TSTextGeneralRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC55882D798E5A002E0CAA /* TSTextGeneralRintoneVM.swift */; };
|
|
|
A8CC558B2D79905A002E0CAA /* TSCreatBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC558A2D799051002E0CAA /* TSCreatBtnView.swift */; };
|
|
|
A8CC55902D799F9F002E0CAA /* TSAIRintoneVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CC558F2D799F9C002E0CAA /* TSAIRintoneVM.swift */; };
|
|
|
+ A8DEC2702D7C395C002EB948 /* TSThemeCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */; };
|
|
|
F5FF0EC10B0056B65FDB9C78 /* Pods_AIRingtone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39C823AB7F3D49E8B2356E07 /* Pods_AIRingtone.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
@@ -153,6 +154,7 @@
|
|
|
A8272E9C2D7A8F3A00F1C814 /* TSGeneralRintoneVC+Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TSGeneralRintoneVC+Event.swift"; sourceTree = "<group>"; };
|
|
|
A8272E9E2D7A8F6000F1C814 /* TSGeneralRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneralRintoneVM.swift; sourceTree = "<group>"; };
|
|
|
A8272EBA2D7AFD0D00F1C814 /* TSBusinessAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessAudioPlayer.swift; sourceTree = "<group>"; };
|
|
|
+ A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeTutorialsVC.swift; sourceTree = "<group>"; };
|
|
|
A83F871C2D79409300D29B1B /* TSUserDefaultData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSUserDefaultData.swift; sourceTree = "<group>"; };
|
|
|
A83F871F2D794FE600D29B1B /* TSAIPhotoImageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoImageCell.swift; sourceTree = "<group>"; };
|
|
|
A83F87212D7953BA00D29B1B /* Notification+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+TSEx.swift"; sourceTree = "<group>"; };
|
|
@@ -176,7 +178,6 @@
|
|
|
A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetItemView.swift; sourceTree = "<group>"; };
|
|
|
A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetRingToneView.swift; sourceTree = "<group>"; };
|
|
|
A868A8CF2D76D02300F6D884 /* TSRingToneCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRingToneCellView.swift; sourceTree = "<group>"; };
|
|
|
- A868A8D22D76DC9E00F6D884 /* TSThemeSetVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeSetVM.swift; sourceTree = "<group>"; };
|
|
|
A868A8D42D76E40E00F6D884 /* TSSetContactAvatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSetContactAvatar.swift; sourceTree = "<group>"; };
|
|
|
A868A8DA2D76F00800F6D884 /* TSBandRingTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBandRingTool.swift; sourceTree = "<group>"; };
|
|
|
A868A8DD2D76F91500F6D884 /* AudioTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioTool.swift; sourceTree = "<group>"; };
|
|
@@ -214,6 +215,7 @@
|
|
|
A8CC55882D798E5A002E0CAA /* TSTextGeneralRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralRintoneVM.swift; sourceTree = "<group>"; };
|
|
|
A8CC558A2D799051002E0CAA /* TSCreatBtnView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCreatBtnView.swift; sourceTree = "<group>"; };
|
|
|
A8CC558F2D799F9C002E0CAA /* TSAIRintoneVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIRintoneVM.swift; sourceTree = "<group>"; };
|
|
|
+ A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSThemeCopyrightVC.swift; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -453,6 +455,8 @@
|
|
|
A80EDF0D2D718E42003CD332 /* TSThemeVC */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A83503CB2D7ED1340067002A /* TSThemeTutorialsVC */,
|
|
|
+ A8DEC26E2D7C3948002EB948 /* TSThemeCopyrightVC */,
|
|
|
A868A8C52D76A43300F6D884 /* TSThemeSetVC */,
|
|
|
A868A8C42D76A42700F6D884 /* TSThemeVC */,
|
|
|
A868A8A82D75889700F6D884 /* TSThemeBrowseVC */,
|
|
@@ -544,6 +548,14 @@
|
|
|
path = TSGeneralRintoneVC;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A83503CB2D7ED1340067002A /* TSThemeTutorialsVC */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A83503CC2D7ED1430067002A /* TSThemeTutorialsVC.swift */,
|
|
|
+ );
|
|
|
+ path = TSThemeTutorialsVC;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A83F871B2D79408300D29B1B /* Data */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -658,7 +670,6 @@
|
|
|
A868A8C52D76A43300F6D884 /* TSThemeSetVC */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A868A8D12D76DC9900F6D884 /* VM */,
|
|
|
A868A8CD2D76AAAF00F6D884 /* TSThemeSetRingToneView.swift */,
|
|
|
A868A8C82D76A45200F6D884 /* TSThemeSetItemView.swift */,
|
|
|
A868A8C62D76A43E00F6D884 /* TSThemeSetVC.swift */,
|
|
@@ -666,14 +677,6 @@
|
|
|
path = TSThemeSetVC;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A868A8D12D76DC9900F6D884 /* VM */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- A868A8D22D76DC9E00F6D884 /* TSThemeSetVM.swift */,
|
|
|
- );
|
|
|
- path = VM;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
A868A8DC2D76F90E00F6D884 /* TSBandRingTool */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -821,6 +824,14 @@
|
|
|
path = ViewModel;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A8DEC26E2D7C3948002EB948 /* TSThemeCopyrightVC */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8DEC26F2D7C395B002EB948 /* TSThemeCopyrightVC.swift */,
|
|
|
+ );
|
|
|
+ path = TSThemeCopyrightVC;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -956,6 +967,7 @@
|
|
|
A868A8EF2D77041400F6D884 /* TSLoadingAnimation.swift in Sources */,
|
|
|
A80EDE652D718CAF003CD332 /* GlobalImports.swift in Sources */,
|
|
|
A868A9092D7828EC00F6D884 /* TSTGPPhotoStyleView.swift in Sources */,
|
|
|
+ A8DEC2702D7C395C002EB948 /* TSThemeCopyrightVC.swift in Sources */,
|
|
|
A80EDF112D718ED1003CD332 /* TSAIRintoneVC.swift in Sources */,
|
|
|
A80EDF1B2D71AC90003CD332 /* TSCollectionViewVM.swift in Sources */,
|
|
|
A80EDE612D718AF4003CD332 /* TSConfig.swift in Sources */,
|
|
@@ -1010,9 +1022,9 @@
|
|
|
A868A8AA2D7588A500F6D884 /* TSThemeBrowseVC.swift in Sources */,
|
|
|
A868A8B12D758CA400F6D884 /* TSTBBtnView.swift in Sources */,
|
|
|
A8272E9B2D7A8F1000F1C814 /* TSGeneralRintoneVC.swift in Sources */,
|
|
|
- A868A8D32D76DE7600F6D884 /* TSThemeSetVM.swift in Sources */,
|
|
|
A80EDF272D71C13D003CD332 /* TSColVVMHeaderModel.swift in Sources */,
|
|
|
A83F87222D7953C000D29B1B /* Notification+TSEx.swift in Sources */,
|
|
|
+ A83503CD2D7ED1440067002A /* TSThemeTutorialsVC.swift in Sources */,
|
|
|
A868A8AD2D758B6B00F6D884 /* TSTBCallPreviewView.swift in Sources */,
|
|
|
A868A9162D784E6500F6D884 /* TSBottomAlertVC.swift in Sources */,
|
|
|
A80EDF012D718DF1003CD332 /* TSBusinessWebVC.swift in Sources */,
|
|
@@ -1056,7 +1068,7 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 1;
|
|
|
+ CURRENT_PROJECT_VERSION = 3;
|
|
|
DEVELOPMENT_TEAM = 65UD255J84;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = AIRingtone/Info.plist;
|
|
@@ -1076,7 +1088,7 @@
|
|
|
"$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.tsyh.AIRingtone;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
SUPPORTS_MACCATALYST = NO;
|
|
@@ -1098,7 +1110,7 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 1;
|
|
|
+ CURRENT_PROJECT_VERSION = 3;
|
|
|
DEVELOPMENT_TEAM = 65UD255J84;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = AIRingtone/Info.plist;
|
|
@@ -1118,7 +1130,7 @@
|
|
|
"$(PROJECT_DIR)/AIRingtone/Common/Tool/TSBandRingTool/libmp3",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.tsyh.AIRingtone;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = ai.ringtones.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
SUPPORTS_MACCATALYST = NO;
|