Skip to content

Commit 9ea950d

Browse files
committed
Update analytics
1 parent c47b620 commit 9ea950d

File tree

18 files changed

+274
-256
lines changed

18 files changed

+274
-256
lines changed

ForPDA.xcodeproj/project.pbxproj

Lines changed: 49 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
B831C3F52AE46E100027DD20 /* UserService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B831C3F42AE46E100027DD20 /* UserService.swift */; };
3030
B831C3F72AE471C30027DD20 /* AuthEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = B831C3F62AE471C30027DD20 /* AuthEndpoint.swift */; };
3131
B831C3FA2AE471C80027DD20 /* AuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B831C3F92AE471C80027DD20 /* AuthService.swift */; };
32+
B8339D562AF5B5E2005AA61F /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8339D552AF5B5E2005AA61F /* Event.swift */; };
3233
B8340352296789FE00C3CF37 /* PDABulletLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8340351296789FE00C3CF37 /* PDABulletLabel.swift */; };
3334
B8340355296796F600C3CF37 /* PDAPaddingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8340354296796F600C3CF37 /* PDAPaddingLabel.swift */; };
3435
B83403572967AFCA00C3CF37 /* PDATableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B83403562967AFCA00C3CF37 /* PDATableView.swift */; };
@@ -188,6 +189,7 @@
188189
B831C3F42AE46E100027DD20 /* UserService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserService.swift; sourceTree = "<group>"; };
189190
B831C3F62AE471C30027DD20 /* AuthEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthEndpoint.swift; sourceTree = "<group>"; };
190191
B831C3F92AE471C80027DD20 /* AuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthService.swift; sourceTree = "<group>"; };
192+
B8339D552AF5B5E2005AA61F /* Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Event.swift; sourceTree = "<group>"; };
191193
B8340351296789FE00C3CF37 /* PDABulletLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDABulletLabel.swift; sourceTree = "<group>"; };
192194
B8340354296796F600C3CF37 /* PDAPaddingLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDAPaddingLabel.swift; sourceTree = "<group>"; };
193195
B83403562967AFCA00C3CF37 /* PDATableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDATableView.swift; sourceTree = "<group>"; };
@@ -713,6 +715,7 @@
713715
isa = PBXGroup;
714716
children = (
715717
B8E446302A002F7200CE8745 /* AnalyticsService.swift */,
718+
B8339D552AF5B5E2005AA61F /* Event.swift */,
716719
);
717720
path = Analytics;
718721
sourceTree = "<group>";
@@ -909,19 +912,19 @@
909912
);
910913
mainGroup = B8D351EC293CABB6008A84EA;
911914
packageReferences = (
912-
B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup.git" */,
913-
B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit.git" */,
914-
B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel.git" */,
915-
B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit.git" */,
916-
B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString.git" */,
917-
B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke.git" */,
918-
B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif.git" */,
915+
B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup" */,
916+
B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit" */,
917+
B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel" */,
918+
B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit" */,
919+
B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString" */,
920+
B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke" */,
921+
B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif" */,
919922
B8495D40294CCE1E00F60171 /* XCRemoteSwiftPackageReference "SwiftMessages" */,
920-
B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R.swift" */,
921-
B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit.git" */,
923+
B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R" */,
924+
B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit" */,
922925
B8B55B002A07C948008C93D3 /* XCRemoteSwiftPackageReference "Factory" */,
923926
B88D3F572A098C600061C6C4 /* XCRemoteSwiftPackageReference "SFSafeSymbols" */,
924-
B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa.git" */,
927+
B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
925928
B82EFA232A896CBD00C8B2AC /* XCRemoteSwiftPackageReference "route-composer" */,
926929
B802964D2AACE50C00D5B413 /* XCRemoteSwiftPackageReference "Amplitude-iOS" */,
927930
);
@@ -1012,6 +1015,7 @@
10121015
buildActionMask = 2147483647;
10131016
files = (
10141017
B8340355296796F600C3CF37 /* PDAPaddingLabel.swift in Sources */,
1018+
B8339D562AF5B5E2005AA61F /* Event.swift in Sources */,
10151019
B8001CBB2A19529F00E7A8A8 /* AppTheme.swift in Sources */,
10161020
B88D3F542A0900900061C6C4 /* MenuSettingsCell.swift in Sources */,
10171021
B83E8ACB294A862A000D59E7 /* UIView+Ext.swift in Sources */,
@@ -1117,7 +1121,7 @@
11171121
/* Begin PBXTargetDependency section */
11181122
B834034D296770C300C3CF37 /* PBXTargetDependency */ = {
11191123
isa = PBXTargetDependency;
1120-
productRef = B834034C296770C300C3CF37 /* plugin:RswiftGenerateInternalResources */;
1124+
productRef = B834034C296770C300C3CF37 /* RswiftGenerateInternalResources */;
11211125
};
11221126
B8A85A912AA10CF500EDFE58 /* PBXTargetDependency */ = {
11231127
isa = PBXTargetDependency;
@@ -1157,7 +1161,8 @@
11571161
isa = XCBuildConfiguration;
11581162
buildSettings = {
11591163
CODE_SIGN_STYLE = Automatic;
1160-
CURRENT_PROJECT_VERSION = "101\n";
1164+
CURRENT_PROJECT_VERSION = "101
1165+
";
11611166
DEVELOPMENT_TEAM = 7353CQCGQC;
11621167
GENERATE_INFOPLIST_FILE = YES;
11631168
INFOPLIST_FILE = ShareExtension/Info.plist;
@@ -1183,7 +1188,8 @@
11831188
isa = XCBuildConfiguration;
11841189
buildSettings = {
11851190
CODE_SIGN_STYLE = Automatic;
1186-
CURRENT_PROJECT_VERSION = "101\n";
1191+
CURRENT_PROJECT_VERSION = "101
1192+
";
11871193
DEVELOPMENT_TEAM = 7353CQCGQC;
11881194
GENERATE_INFOPLIST_FILE = YES;
11891195
INFOPLIST_FILE = ShareExtension/Info.plist;
@@ -1209,7 +1215,8 @@
12091215
isa = XCBuildConfiguration;
12101216
buildSettings = {
12111217
CODE_SIGN_STYLE = Automatic;
1212-
CURRENT_PROJECT_VERSION = "101\n";
1218+
CURRENT_PROJECT_VERSION = "101
1219+
";
12131220
DEVELOPMENT_TEAM = 7353CQCGQC;
12141221
GENERATE_INFOPLIST_FILE = YES;
12151222
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -1239,7 +1246,8 @@
12391246
isa = XCBuildConfiguration;
12401247
buildSettings = {
12411248
CODE_SIGN_STYLE = Automatic;
1242-
CURRENT_PROJECT_VERSION = "101\n";
1249+
CURRENT_PROJECT_VERSION = "101
1250+
";
12431251
DEVELOPMENT_TEAM = 7353CQCGQC;
12441252
GENERATE_INFOPLIST_FILE = YES;
12451253
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -1399,7 +1407,8 @@
13991407
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14001408
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
14011409
CODE_SIGN_STYLE = Automatic;
1402-
CURRENT_PROJECT_VERSION = "101\n";
1410+
CURRENT_PROJECT_VERSION = "101
1411+
";
14031412
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14041413
DEVELOPMENT_TEAM = 7353CQCGQC;
14051414
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1435,7 +1444,8 @@
14351444
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14361445
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
14371446
CODE_SIGN_STYLE = Automatic;
1438-
CURRENT_PROJECT_VERSION = "101\n";
1447+
CURRENT_PROJECT_VERSION = "101
1448+
";
14391449
DEVELOPMENT_TEAM = 7353CQCGQC;
14401450
ENABLE_USER_SCRIPT_SANDBOXING = NO;
14411451
GENERATE_INFOPLIST_FILE = YES;
@@ -1513,15 +1523,15 @@
15131523
minimumVersion = 8.17.1;
15141524
};
15151525
};
1516-
B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit.git" */ = {
1526+
B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit" */ = {
15171527
isa = XCRemoteSwiftPackageReference;
15181528
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
15191529
requirement = {
15201530
kind = upToNextMajorVersion;
15211531
minimumVersion = 5.6.0;
15221532
};
15231533
};
1524-
B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa.git" */ = {
1534+
B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
15251535
isa = XCRemoteSwiftPackageReference;
15261536
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
15271537
requirement = {
@@ -1537,7 +1547,7 @@
15371547
minimumVersion = 2.10.4;
15381548
};
15391549
};
1540-
B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif.git" */ = {
1550+
B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif" */ = {
15411551
isa = XCRemoteSwiftPackageReference;
15421552
repositoryURL = "https://github.com/kirualex/SwiftyGif.git";
15431553
requirement = {
@@ -1553,15 +1563,15 @@
15531563
minimumVersion = 9.0.6;
15541564
};
15551565
};
1556-
B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke.git" */ = {
1566+
B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke" */ = {
15571567
isa = XCRemoteSwiftPackageReference;
15581568
repositoryURL = "https://github.com/kean/Nuke.git";
15591569
requirement = {
15601570
kind = upToNextMajorVersion;
15611571
minimumVersion = 12.1.0;
15621572
};
15631573
};
1564-
B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit.git" */ = {
1574+
B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit" */ = {
15651575
isa = XCRemoteSwiftPackageReference;
15661576
repositoryURL = "https://github.com/SvenTiigi/YouTubePlayerKit.git";
15671577
requirement = {
@@ -1577,7 +1587,7 @@
15771587
minimumVersion = 4.1.1;
15781588
};
15791589
};
1580-
B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString.git" */ = {
1590+
B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString" */ = {
15811591
isa = XCRemoteSwiftPackageReference;
15821592
repositoryURL = "https://github.com/malcommac/SwiftRichString.git";
15831593
requirement = {
@@ -1593,31 +1603,31 @@
15931603
minimumVersion = 2.1.5;
15941604
};
15951605
};
1596-
B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel.git" */ = {
1606+
B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = {
15971607
isa = XCRemoteSwiftPackageReference;
15981608
repositoryURL = "https://github.com/cbpowell/MarqueeLabel.git";
15991609
requirement = {
16001610
kind = upToNextMajorVersion;
16011611
minimumVersion = 4.3.0;
16021612
};
16031613
};
1604-
B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit.git" */ = {
1614+
B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit" */ = {
16051615
isa = XCRemoteSwiftPackageReference;
16061616
repositoryURL = "https://github.com/SwipeCellKit/SwipeCellKit.git";
16071617
requirement = {
16081618
kind = upToNextMajorVersion;
16091619
minimumVersion = 2.7.1;
16101620
};
16111621
};
1612-
B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup.git" */ = {
1622+
B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
16131623
isa = XCRemoteSwiftPackageReference;
16141624
repositoryURL = "https://github.com/scinfu/SwiftSoup.git";
16151625
requirement = {
16161626
kind = upToNextMajorVersion;
16171627
minimumVersion = 2.6.0;
16181628
};
16191629
};
1620-
B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R.swift" */ = {
1630+
B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R" */ = {
16211631
isa = XCRemoteSwiftPackageReference;
16221632
repositoryURL = "https://github.com/mac-cain13/R.swift";
16231633
requirement = {
@@ -1635,26 +1645,26 @@
16351645
};
16361646
B809925A293CBF5C0053202C /* SnapKit */ = {
16371647
isa = XCSwiftPackageProductDependency;
1638-
package = B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit.git" */;
1648+
package = B8099259293CBF5C0053202C /* XCRemoteSwiftPackageReference "SnapKit" */;
16391649
productName = SnapKit;
16401650
};
16411651
B82B2EB22A87D58D00CB067C /* Sentry */ = {
16421652
isa = XCSwiftPackageProductDependency;
1643-
package = B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa.git" */;
1653+
package = B82B2EB12A87D58D00CB067C /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
16441654
productName = Sentry;
16451655
};
16461656
B82EFA242A896CBD00C8B2AC /* RouteComposer */ = {
16471657
isa = XCSwiftPackageProductDependency;
16481658
package = B82EFA232A896CBD00C8B2AC /* XCRemoteSwiftPackageReference "route-composer" */;
16491659
productName = RouteComposer;
16501660
};
1651-
B834034C296770C300C3CF37 /* plugin:RswiftGenerateInternalResources */ = {
1661+
B834034C296770C300C3CF37 /* RswiftGenerateInternalResources */ = {
16521662
isa = XCSwiftPackageProductDependency;
16531663
productName = "plugin:RswiftGenerateInternalResources";
16541664
};
16551665
B83E8AC4294A75DA000D59E7 /* SwiftyGif */ = {
16561666
isa = XCSwiftPackageProductDependency;
1657-
package = B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif.git" */;
1667+
package = B83E8AC3294A75DA000D59E7 /* XCRemoteSwiftPackageReference "SwiftyGif" */;
16581668
productName = SwiftyGif;
16591669
};
16601670
B8495D41294CCE1E00F60171 /* SwiftMessages */ = {
@@ -1664,17 +1674,17 @@
16641674
};
16651675
B84CCC51294A6EDA0001EB24 /* Nuke */ = {
16661676
isa = XCSwiftPackageProductDependency;
1667-
package = B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke.git" */;
1677+
package = B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke" */;
16681678
productName = Nuke;
16691679
};
16701680
B84CCC53294A6EDA0001EB24 /* NukeExtensions */ = {
16711681
isa = XCSwiftPackageProductDependency;
1672-
package = B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke.git" */;
1682+
package = B84CCC50294A6EDA0001EB24 /* XCRemoteSwiftPackageReference "Nuke" */;
16731683
productName = NukeExtensions;
16741684
};
16751685
B884AFF729FD9D6F00BC1AA1 /* YouTubePlayerKit */ = {
16761686
isa = XCSwiftPackageProductDependency;
1677-
package = B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit.git" */;
1687+
package = B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit" */;
16781688
productName = YouTubePlayerKit;
16791689
};
16801690
B88D3F582A098C600061C6C4 /* SFSafeSymbols */ = {
@@ -1684,7 +1694,7 @@
16841694
};
16851695
B89301182947CF5500D14141 /* SwiftRichString */ = {
16861696
isa = XCSwiftPackageProductDependency;
1687-
package = B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString.git" */;
1697+
package = B89301172947CF5500D14141 /* XCRemoteSwiftPackageReference "SwiftRichString" */;
16881698
productName = SwiftRichString;
16891699
};
16901700
B8B55B012A07C948008C93D3 /* Factory */ = {
@@ -1694,22 +1704,22 @@
16941704
};
16951705
B8BD2D78293E1C3F00E12E29 /* MarqueeLabel */ = {
16961706
isa = XCSwiftPackageProductDependency;
1697-
package = B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel.git" */;
1707+
package = B8BD2D77293E1C3F00E12E29 /* XCRemoteSwiftPackageReference "MarqueeLabel" */;
16981708
productName = MarqueeLabel;
16991709
};
17001710
B8BD2D84293E242200E12E29 /* SwipeCellKit */ = {
17011711
isa = XCSwiftPackageProductDependency;
1702-
package = B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit.git" */;
1712+
package = B8BD2D83293E242200E12E29 /* XCRemoteSwiftPackageReference "SwipeCellKit" */;
17031713
productName = SwipeCellKit;
17041714
};
17051715
B8D3521A293CBE46008A84EA /* SwiftSoup */ = {
17061716
isa = XCSwiftPackageProductDependency;
1707-
package = B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup.git" */;
1717+
package = B8D35219293CBE46008A84EA /* XCRemoteSwiftPackageReference "SwiftSoup" */;
17081718
productName = SwiftSoup;
17091719
};
17101720
B8FEA1C129676FC3002DFAA4 /* RswiftLibrary */ = {
17111721
isa = XCSwiftPackageProductDependency;
1712-
package = B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R.swift" */;
1722+
package = B8FEA1C029676FC3002DFAA4 /* XCRemoteSwiftPackageReference "R" */;
17131723
productName = RswiftLibrary;
17141724
};
17151725
/* End XCSwiftPackageProductDependency section */

ForPDA/Sources/Coordinator/LoginInterceptor.swift

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,25 @@
77

88
import UIKit
99
import RouteComposer
10+
import Factory
1011

1112
final class LoginInterceptor<C>: RoutingInterceptor {
13+
14+
@Injected(\.analyticsService) private var analytics
15+
@Injected(\.settingsService) private var settings
1216

1317
typealias Context = C
1418

1519
func perform(with context: Context, completion: @escaping (_: RoutingResult) -> Void) {
16-
guard SettingsService().getUser() == nil else {
20+
guard settings.getUser() == nil else {
21+
analytics.event(Event.Menu.profileOpen.rawValue)
1722
completion(.success)
1823
return
1924
}
2025

21-
let router = DefaultRouter()
2226
do {
23-
try router.navigate(to: LoginConfiguration.loginScreen, with: nil, animated: true) { routingResult in
27+
analytics.event(Event.Menu.loginOpen.rawValue)
28+
try DefaultRouter().navigate(to: LoginConfiguration.loginScreen, with: nil, animated: true) { routingResult in
2429
guard routingResult.isSuccessful,
2530
let viewController = ClassFinder<LoginVC, Any?>().getViewController() else {
2631
completion(.failure(RoutingError.compositionFailed(.init("LoginViewController was not found."))))

ForPDA/Sources/Extensions/NSNotificationName+Ext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import Foundation
99

1010
extension NSNotification.Name {
1111
static let userDidChange = Self(rawValue: "userDidChange")
12-
static let darkThemeBackgroundColorDidChange = Self(rawValue: "darkThemeBackgroundColorDidChange")
12+
static let nightModeBackgroundColorDidChange = Self(rawValue: "nightModeBackgroundColorDidChange")
1313
}

ForPDA/Sources/Models/AppBackgroundColor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
enum AppDarkThemeBackgroundColor: String {
10+
enum AppNightModeBackgroundColor: String {
1111
case dark
1212
case black
1313
}

0 commit comments

Comments
 (0)