aboutsummaryrefslogtreecommitdiff
path: root/Hotline.xcodeproj
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-11-08 19:51:48 -0800
committerDustin Mierau <dustin@mierau.me>2025-11-08 19:51:48 -0800
commit2caf86e633c1a121c8e23d068ac817ed8e80f6a7 (patch)
tree4c3d9cb30d9df501a4befd15bb798f7964c8caad /Hotline.xcodeproj
parent206e4bbdaba85062a38b32c16a9937ab42cddb47 (diff)
Moved SoundEffects to Managers. Updated connect form in ServerView. Changed some icons in context menus for bookmarks.
Diffstat (limited to 'Hotline.xcodeproj')
-rw-r--r--Hotline.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline.xcodeproj/project.pbxproj b/Hotline.xcodeproj/project.pbxproj
index 3e600a4..f91bcf8 100644
--- a/Hotline.xcodeproj/project.pbxproj
+++ b/Hotline.xcodeproj/project.pbxproj
@@ -441,7 +441,6 @@
children = (
DAB4D8832B4CABEF0048A05C /* Extensions.swift */,
DA5268AA2EB11EA300DCB941 /* ColorArt.swift */,
- DAE735062B3251B3000C56F6 /* SoundEffects.swift */,
DA55AC782BE6A1AD00034857 /* RegularExpressions.swift */,
DA6980822BFFD06C003E434B /* BookmarkDocument.swift */,
DA501BE02EBE844F001714F8 /* Views */,
@@ -494,6 +493,7 @@
DAC6B2DF2EAC6236004E2CBA /* Managers */ = {
isa = PBXGroup;
children = (
+ DAE735062B3251B3000C56F6 /* SoundEffects.swift */,
DAC6B2DE2EAC6236004E2CBA /* ChatStore.swift */,
);
path = Managers;