Skip to content

Commit

Permalink
refactor: remove duplicate file
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Dec 19, 2024
1 parent e029f13 commit 93128d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions Notifications/Notifications.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
02F1752F2A4DA3B60019CD70 /* NotificationsAnalytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02F1752E2A4DA3B60019CD70 /* NotificationsAnalytics.swift */; };
02F3BFDF29252F2F0051930C /* NotificationsRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02F3BFDE29252F2F0051930C /* NotificationsRouter.swift */; };
072787AD28D34D15002E9142 /* Core.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 072787AC28D34D15002E9142 /* Core.framework */; };
146CF94A2D0BFD9B000955B2 /* NotificationsPersistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 146CF9492D0BFD92000955B2 /* NotificationsPersistence.swift */; };
149D4A9A2D0BEF7E003A2E1D /* NotificationsSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 149D4A992D0BEF7B003A2E1D /* NotificationsSettingsViewModel.swift */; };
14BAE6912D0978C300EAF0E4 /* NotificationsSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14BAE6902D0978BC00EAF0E4 /* NotificationsSettingsView.swift */; };
87E3F4AB2D8BE4FD628C91C4 /* Pods_App_Notifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAFCD31A42C7E150939829CE /* Pods_App_Notifications.framework */; };
Expand Down Expand Up @@ -51,7 +50,6 @@
02F3BFDE29252F2F0051930C /* NotificationsRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsRouter.swift; sourceTree = "<group>"; };
0727879928D34C03002E9142 /* Notifications.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Notifications.framework; sourceTree = BUILT_PRODUCTS_DIR; };
072787AC28D34D15002E9142 /* Core.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Core.framework; sourceTree = BUILT_PRODUCTS_DIR; };
146CF9492D0BFD92000955B2 /* NotificationsPersistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsPersistence.swift; sourceTree = "<group>"; };
149D4A992D0BEF7B003A2E1D /* NotificationsSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsSettingsViewModel.swift; sourceTree = "<group>"; };
14BAE6902D0978BC00EAF0E4 /* NotificationsSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsSettingsView.swift; sourceTree = "<group>"; };
14BAE6A82D09D01400EAF0E4 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -101,7 +99,6 @@
0208666829CC6CD600BC05B2 /* Persistence */ = {
isa = PBXGroup;
children = (
146CF9492D0BFD92000955B2 /* NotificationsPersistence.swift */,
029737412949FB3B0051696B /* NotificationsPersistenceProtocol.swift */,
);
path = Persistence;
Expand Down Expand Up @@ -455,7 +452,6 @@
0284DBFC28D4856A00830893 /* NotificationsEndpoint.swift in Sources */,
0283347728D499BC00C828FC /* NotificationsInteractor.swift in Sources */,
02F3BFDF29252F2F0051930C /* NotificationsRouter.swift in Sources */,
146CF94A2D0BFD9B000955B2 /* NotificationsPersistence.swift in Sources */,
029737422949FB3B0051696B /* NotificationsPersistenceProtocol.swift in Sources */,
0284DC0328D4922900830893 /* NotificationsRepository.swift in Sources */,
02EF39DC28D86BEF0058F6BD /* Strings.swift in Sources */,
Expand Down

This file was deleted.

0 comments on commit 93128d2

Please sign in to comment.