|
@@ -21,7 +21,6 @@
|
|
3DB4D4B22DDF0B960082596A /* FakeBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */; };
|
|
3DB4D4B22DDF0B960082596A /* FakeBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */; };
|
|
3DB4D4B52DE025920082596A /* ASTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */; };
|
|
3DB4D4B52DE025920082596A /* ASTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DB4D4B42DE025910082596A /* ASTutorialsVC.swift */; };
|
|
3DBEA0CE2DE69B2E000C6859 /* TSSimpleCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */; };
|
|
3DBEA0CE2DE69B2E000C6859 /* TSSimpleCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */; };
|
|
- 3DBEA0FF2DE69B2E000C6859 /* TSCustomStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA0C02DE69B2E000C6859 /* TSCustomStackView.swift */; };
|
|
|
|
3DBEA1102DE6A04B000C6859 /* SimpleWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */; };
|
|
3DBEA1102DE6A04B000C6859 /* SimpleWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */; };
|
|
3DBEA11A2DE6B086000C6859 /* CustomTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA1192DE6B086000C6859 /* CustomTabBarController.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 */; };
|
|
3DBEA11E2DE6B229000C6859 /* NSString+AS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBEA11D2DE6B229000C6859 /* NSString+AS.m */; };
|
|
@@ -144,7 +143,6 @@
|
|
3DB4D4B12DDF0B940082596A /* FakeBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeBlurView.swift; 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>"; };
|
|
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>"; };
|
|
3DBEA0B52DE69B2E000C6859 /* TSSimpleCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSimpleCollectionView.swift; sourceTree = "<group>"; };
|
|
- 3DBEA0C02DE69B2E000C6859 /* TSCustomStackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSCustomStackView.swift; sourceTree = "<group>"; };
|
|
|
|
3DBEA10E2DE6A04B000C6859 /* SimpleWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleWebViewController.h; 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>"; };
|
|
3DBEA10F2DE6A04B000C6859 /* SimpleWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SimpleWebViewController.m; sourceTree = "<group>"; };
|
|
3DBEA1182DE6B086000C6859 /* CustomTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomTabBarController.h; sourceTree = "<group>"; };
|
|
3DBEA1182DE6B086000C6859 /* CustomTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomTabBarController.h; sourceTree = "<group>"; };
|
|
@@ -348,19 +346,10 @@
|
|
path = TSReusableCollectionView;
|
|
path = TSReusableCollectionView;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
- 3DBEA0C12DE69B2E000C6859 /* UIStackView */ = {
|
|
|
|
- isa = PBXGroup;
|
|
|
|
- children = (
|
|
|
|
- 3DBEA0C02DE69B2E000C6859 /* TSCustomStackView.swift */,
|
|
|
|
- );
|
|
|
|
- path = UIStackView;
|
|
|
|
- sourceTree = "<group>";
|
|
|
|
- };
|
|
|
|
3DBEA0C52DE69B2E000C6859 /* View */ = {
|
|
3DBEA0C52DE69B2E000C6859 /* View */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
3DBEA0B62DE69B2E000C6859 /* TSReusableCollectionView */,
|
|
3DBEA0B62DE69B2E000C6859 /* TSReusableCollectionView */,
|
|
- 3DBEA0C12DE69B2E000C6859 /* UIStackView */,
|
|
|
|
);
|
|
);
|
|
path = View;
|
|
path = View;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1035,7 +1024,6 @@
|
|
3DBEA1312DE6D825000C6859 /* ASBaseCollectionCell.m in Sources */,
|
|
3DBEA1312DE6D825000C6859 /* ASBaseCollectionCell.m in Sources */,
|
|
3DBEA12B2DE6BCE3000C6859 /* ASBaseNavigationController.m in Sources */,
|
|
3DBEA12B2DE6BCE3000C6859 /* ASBaseNavigationController.m in Sources */,
|
|
3DBEA1562DE6EBAD000C6859 /* UIButton+AS.swift in Sources */,
|
|
3DBEA1562DE6EBAD000C6859 /* UIButton+AS.swift in Sources */,
|
|
- 3DBEA0FF2DE69B2E000C6859 /* TSCustomStackView.swift in Sources */,
|
|
|
|
3DBEA17E2DE703D6000C6859 /* ASDynamicContainer.swift in Sources */,
|
|
3DBEA17E2DE703D6000C6859 /* ASDynamicContainer.swift in Sources */,
|
|
3DBEA1362DE6D9A3000C6859 /* ASBaseModel.swift in Sources */,
|
|
3DBEA1362DE6D9A3000C6859 /* ASBaseModel.swift in Sources */,
|
|
3DBEA14B2DE6E731000C6859 /* UIViewController+CustomAlert.m in Sources */,
|
|
3DBEA14B2DE6E731000C6859 /* UIViewController+CustomAlert.m in Sources */,
|