Skip to content

Commit af30c48

Browse files
committed
submodule + cleanup
1 parent 76771fd commit af30c48

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

Atter.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
8FD7C8F722E220060019B532 /* EventList.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8FD7C8F622E220060019B532 /* EventList.storyboard */; };
2828
8FD7C8FF22E22F290019B532 /* EventCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8FD22E22F290019B532 /* EventCell.swift */; };
2929
8FD7C90022E22F290019B532 /* EventCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8FD7C8FE22E22F290019B532 /* EventCell.xib */; };
30-
8FD7C90222E233F00019B532 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C90122E233F00019B532 /* ViewModel.swift */; };
3130
E314BD30BBAF1CE6474593C7 /* Pods_Atter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3B08D871FB59595CB29583 /* Pods_Atter.framework */; };
3231
/* End PBXBuildFile section */
3332

@@ -69,7 +68,6 @@
6968
8FD7C8F622E220060019B532 /* EventList.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = EventList.storyboard; sourceTree = "<group>"; };
7069
8FD7C8FD22E22F290019B532 /* EventCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventCell.swift; sourceTree = "<group>"; };
7170
8FD7C8FE22E22F290019B532 /* EventCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = EventCell.xib; sourceTree = "<group>"; };
72-
8FD7C90122E233F00019B532 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
7371
984D26E540D2C3B37C439E9A /* Pods-Atter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Atter.debug.xcconfig"; path = "Target Support Files/Pods-Atter/Pods-Atter.debug.xcconfig"; sourceTree = "<group>"; };
7472
/* End PBXFileReference section */
7573

@@ -158,7 +156,6 @@
158156
isa = PBXGroup;
159157
children = (
160158
8F74565722E1B1AA003B9C1D /* Delegates */,
161-
8FD7C90122E233F00019B532 /* ViewModel.swift */,
162159
);
163160
path = Shared;
164161
sourceTree = "<group>";
@@ -414,7 +411,6 @@
414411
8FD7C8EB22E21C880019B532 /* R.generated.swift in Sources */,
415412
8FD7C8FF22E22F290019B532 /* EventCell.swift in Sources */,
416413
8FD7C8E522E21B050019B532 /* AtterTabBarRouter.swift in Sources */,
417-
8FD7C90222E233F00019B532 /* ViewModel.swift in Sources */,
418414
8FD7C8EE22E21D080019B532 /* RootRouter.swift in Sources */,
419415
8FD7C8F422E21FFD0019B532 /* EventListViewController.swift in Sources */,
420416
8FD7C8E722E21B050019B532 /* AtterTabBarConfigurator.swift in Sources */,

Atter/Shared/Delegates/AppDelegate.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1414
var rootRouter: RootRouter?
1515

1616
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
17-
// Override point for customization after application launch.
1817

1918
let window = UIWindow()
2019
window.makeKeyAndVisible()

Atter/Shared/ViewModel.swift

Lines changed: 0 additions & 23 deletions
This file was deleted.

atter-logic

0 commit comments

Comments
 (0)