Move files

This commit is contained in:
Nathan Mattes 2023-09-26 16:12:16 +02:00
parent 85a82cbb9b
commit b7399e79bf
5 changed files with 21 additions and 5 deletions

View File

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 52; objectVersion = 54;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -1849,13 +1849,11 @@
D81D12432A4E181C005009D4 /* Notification Settings */ = { D81D12432A4E181C005009D4 /* Notification Settings */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
D8ECC80D2AC31E0F00AE0818 /* Policy Selection */,
D8ECC80E2AC31E2C00AE0818 /* Cells */,
D8318A872A4468D300C0FB73 /* NotificationSettingsViewController.swift */, D8318A872A4468D300C0FB73 /* NotificationSettingsViewController.swift */,
D8B5E4ED2A4EB8920008970C /* NotificationSettingTableViewToggleCell.swift */,
D8B5E4EF2A4EB8A00008970C /* NotificationSettingTableViewCell.swift */,
D8B5E4F12A4EBCF90008970C /* NotificationSettings.swift */, D8B5E4F12A4EBCF90008970C /* NotificationSettings.swift */,
D8B5E4F32A4ED0240008970C /* NotificationSettingsViewModel.swift */, D8B5E4F32A4ED0240008970C /* NotificationSettingsViewModel.swift */,
D81D12452A4E1861005009D4 /* PolicySelectionViewController.swift */,
D82BD7542ABC73AF009A374A /* NotificationPolicyTableViewCell.swift */,
); );
path = "Notification Settings"; path = "Notification Settings";
sourceTree = "<group>"; sourceTree = "<group>";
@ -1917,6 +1915,24 @@
path = "Edit History"; path = "Edit History";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
D8ECC80D2AC31E0F00AE0818 /* Policy Selection */ = {
isa = PBXGroup;
children = (
D81D12452A4E1861005009D4 /* PolicySelectionViewController.swift */,
D82BD7542ABC73AF009A374A /* NotificationPolicyTableViewCell.swift */,
);
path = "Policy Selection";
sourceTree = "<group>";
};
D8ECC80E2AC31E2C00AE0818 /* Cells */ = {
isa = PBXGroup;
children = (
D8B5E4ED2A4EB8920008970C /* NotificationSettingTableViewToggleCell.swift */,
D8B5E4EF2A4EB8A00008970C /* NotificationSettingTableViewCell.swift */,
);
path = Cells;
sourceTree = "<group>";
};
D8F8A03829CA5C02000195DD /* Hashtag */ = { D8F8A03829CA5C02000195DD /* Hashtag */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (