|
@@ -16,12 +16,10 @@
|
|
|
3DB4D4A12DDC2CCE0082596A /* ring_rtr_style.json in Resources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A02DDC2CC90082596A /* ring_rtr_style.json */; };
|
|
|
3DB4D4A32DDC34100082596A /* ASRTRFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A22DDC34020082596A /* ASRTRFileView.swift */; };
|
|
|
3DB4D4A52DDC8E830082596A /* APSettingVC+Col.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A42DDC8E7B0082596A /* APSettingVC+Col.swift */; };
|
|
|
- 3DB4D4A82DDC92560082596A /* ASBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */; };
|
|
|
3DB4D4AA2DDDCEA50082596A /* Poppins-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 3DB4D4A92DDDCEA50082596A /* Poppins-BoldItalic.otf */; };
|
|
|
3DB4D4B22DDF0B960082596A /* FakeBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */; };
|
|
|
3DB4D4B52DE025920082596A /* ASTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */; };
|
|
|
- 3DBEA0CE2DE69B2E000C6859 /* TSSimpleCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */; };
|
|
|
- 3DBEA1102DE6A04B000C6859 /* SimpleWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */; };
|
|
|
+ 3DBEA1102DE6A04B000C6859 /* ASWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA10F2DE6A04B000C6859 /* ASWebViewController.m */; };
|
|
|
3DBEA11A2DE6B086000C6859 /* CustomTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA1192DE6B086000C6859 /* CustomTabBarController.m */; };
|
|
|
3DBEA11E2DE6B229000C6859 /* NSString+AS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA11D2DE6B229000C6859 /* NSString+AS.m */; };
|
|
|
3DBEA1252DE6B36D000C6859 /* UIColor+AS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA1242DE6B36D000C6859 /* UIColor+AS.m */; };
|
|
@@ -138,13 +136,11 @@
|
|
|
3DB4D4A02DDC2CC90082596A /* ring_rtr_style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ring_rtr_style.json; sourceTree = "<group>"; };
|
|
|
3DB4D4A22DDC34020082596A /* ASRTRFileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASRTRFileView.swift; sourceTree = "<group>"; };
|
|
|
3DB4D4A42DDC8E7B0082596A /* APSettingVC+Col.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "APSettingVC+Col.swift"; sourceTree = "<group>"; };
|
|
|
- 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASBusinessWebVC.swift; sourceTree = "<group>"; };
|
|
|
3DB4D4A92DDDCEA50082596A /* Poppins-BoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BoldItalic.otf"; sourceTree = "<group>"; };
|
|
|
3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeBlurView.swift; sourceTree = "<group>"; };
|
|
|
3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASTutorialsVC.swift; sourceTree = "<group>"; };
|
|
|
- 3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSimpleCollectionView.swift; sourceTree = "<group>"; };
|
|
|
- 3DBEA10E2DE6A04B000C6859 /* SimpleWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleWebViewController.h; sourceTree = "<group>"; };
|
|
|
- 3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SimpleWebViewController.m; sourceTree = "<group>"; };
|
|
|
+ 3DBEA10E2DE6A04B000C6859 /* ASWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASWebViewController.h; sourceTree = "<group>"; };
|
|
|
+ 3DBEA10F2DE6A04B000C6859 /* ASWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASWebViewController.m; sourceTree = "<group>"; };
|
|
|
3DBEA1182DE6B086000C6859 /* CustomTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomTabBarController.h; sourceTree = "<group>"; };
|
|
|
3DBEA1192DE6B086000C6859 /* CustomTabBarController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomTabBarController.m; sourceTree = "<group>"; };
|
|
|
3DBEA11C2DE6B229000C6859 /* NSString+AS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+AS.h"; sourceTree = "<group>"; };
|
|
@@ -303,14 +299,6 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 3DB4D4A62DDC924B0082596A /* ASBusinessWebVC */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 3DB4D4A72DDC92530082596A /* ASBusinessWebVC.swift */,
|
|
|
- );
|
|
|
- path = ASBusinessWebVC;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
3DB4D4AD2DDDCED00082596A /* Ex */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -338,37 +326,13 @@
|
|
|
path = ASTutorialsVC;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 3DBEA0B62DE69B2E000C6859 /* TSReusableCollectionView */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */,
|
|
|
- );
|
|
|
- path = TSReusableCollectionView;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
- 3DBEA0C52DE69B2E000C6859 /* View */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 3DBEA0B62DE69B2E000C6859 /* TSReusableCollectionView */,
|
|
|
- );
|
|
|
- path = View;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
- 3DBEA0C72DE69B2E000C6859 /* Classes */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 3DBEA0C52DE69B2E000C6859 /* View */,
|
|
|
- );
|
|
|
- path = Classes;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
- 3DBEA10D2DE6A02F000C6859 /* SimpleWebViewController */ = {
|
|
|
+ 3DBEA10D2DE6A02F000C6859 /* ASWebViewController */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 3DBEA10E2DE6A04B000C6859 /* SimpleWebViewController.h */,
|
|
|
- 3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */,
|
|
|
+ 3DBEA10E2DE6A04B000C6859 /* ASWebViewController.h */,
|
|
|
+ 3DBEA10F2DE6A04B000C6859 /* ASWebViewController.m */,
|
|
|
);
|
|
|
- path = SimpleWebViewController;
|
|
|
+ path = ASWebViewController;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
3DBEA1132DE6B037000C6859 /* CustomTabBarController */ = {
|
|
@@ -533,7 +497,6 @@
|
|
|
A848F8812DD6D1AF00B746EC /* AIPlayRingtones */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 3DBEA0C72DE69B2E000C6859 /* Classes */,
|
|
|
A848F88F2DD6D4E800B746EC /* Common */,
|
|
|
A800FEAF2DDAC0E9009DABDC /* CommonView */,
|
|
|
A848F8EF2DD7526600B746EC /* OperationQueue */,
|
|
@@ -554,8 +517,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
3DBEA1132DE6B037000C6859 /* CustomTabBarController */,
|
|
|
- 3DBEA10D2DE6A02F000C6859 /* SimpleWebViewController */,
|
|
|
- 3DB4D4A62DDC924B0082596A /* ASBusinessWebVC */,
|
|
|
+ 3DBEA10D2DE6A02F000C6859 /* ASWebViewController */,
|
|
|
A848F8B62DD6DF5500B746EC /* ASCommonView */,
|
|
|
A848F8AE2DD6D76F00B746EC /* ASTabBarVC */,
|
|
|
A848F8A72DD6D74300B746EC /* APSettingVC */,
|
|
@@ -950,7 +912,6 @@
|
|
|
3DB4D4972DDC28D40082596A /* APAudioToRingVC+View.swift in Sources */,
|
|
|
A800FEBD2DDACCD4009DABDC /* ASRingGeneratorBaseVC.swift in Sources */,
|
|
|
A800FEB62DDAC764009DABDC /* ASGeneratorErrorView.swift in Sources */,
|
|
|
- 3DB4D4A82DDC92560082596A /* ASBusinessWebVC.swift in Sources */,
|
|
|
3DBEA1602DE6F322000C6859 /* GlobalImports.swift in Sources */,
|
|
|
A800FEB82DDAC826009DABDC /* TSNetWork+Error.swift in Sources */,
|
|
|
A848F8FA2DD7536700B746EC /* Notification+Ex.swift in Sources */,
|
|
@@ -999,7 +960,7 @@
|
|
|
3DBEA1762DE6FB18000C6859 /* ASFileManager.swift in Sources */,
|
|
|
A848F8C42DD6E70500B746EC /* APRingTonesVC+Style.swift in Sources */,
|
|
|
A848F8F82DD752E700B746EC /* ASGenerateTextToRingOperation.swift in Sources */,
|
|
|
- 3DBEA1102DE6A04B000C6859 /* SimpleWebViewController.m in Sources */,
|
|
|
+ 3DBEA1102DE6A04B000C6859 /* ASWebViewController.m in Sources */,
|
|
|
A800FEB42DDAC73E009DABDC /* ASGeneratorLoadingView.swift in Sources */,
|
|
|
A848F8EC2DD74EF800B746EC /* ASActionInfoModel.swift in Sources */,
|
|
|
A848F8F62DD752D700B746EC /* ASGenerateBaseOperation.swift in Sources */,
|
|
@@ -1020,7 +981,6 @@
|
|
|
3DBEA17C2DE70336000C6859 /* ASSaveResultManager.swift in Sources */,
|
|
|
A848F8C62DD6E72D00B746EC /* APRingTonesVC+View.swift in Sources */,
|
|
|
A848F8862DD6D1AF00B746EC /* AppDelegate.swift in Sources */,
|
|
|
- 3DBEA0CE2DE69B2E000C6859 /* TSSimpleCollectionView.swift in Sources */,
|
|
|
3DBEA1312DE6D825000C6859 /* ASBaseCollectionCell.m in Sources */,
|
|
|
3DBEA12B2DE6BCE3000C6859 /* ASBaseNavigationController.m in Sources */,
|
|
|
3DBEA1562DE6EBAD000C6859 /* UIButton+AS.swift in Sources */,
|