From 9ab7e0bdd0572b2307723bd11961614b764b6e71 Mon Sep 17 00:00:00 2001 From: Oschly Date: Thu, 12 Mar 2026 11:01:05 +0100 Subject: [PATCH] move Peered to implementation directory --- Implementation/.xcede/Peered_sim.info | 3 +++ {.zed => Implementation/.zed}/tasks.json | 0 {.zed => Implementation/.zed}/xcrc | 0 .../Peered.xcodeproj}/project.pbxproj | 0 .../contents.xcworkspacedata | 0 .../AccentColor.colorset/Contents.json | 0 .../AppIcon.appiconset/Contents.json | 0 .../Peered}/Assets.xcassets/Contents.json | 0 .../Peered}/CommunicationProvider.swift | 0 .../Peered}/ContentView.swift | 0 {Peered => Implementation/Peered}/Info.plist | 0 .../NoteEditor/ManageMembersView.swift | 0 .../NoteEditor/NoteEditingSessionServer.swift | 0 .../Peered}/NoteEditor/NoteEditorScreen.swift | 0 .../Peered}/NoteEditor/PeerStateButton.swift | 0 .../Peered}/NoteEditor/SharedNoteEditor.swift | 0 .../Peered}/NotesList/Note.swift | 0 .../NotesList/NoteEditingSessionClient.swift | 0 .../NotesList/NoteInvitationView.swift | 0 .../Peered}/NotesList/NotesStorage.swift | 0 .../Peered}/Peered.entitlements | 0 .../Peered}/PeeredApp.swift | 0 .../SetUserNameBottomSheetView.swift | 0 Implementation/buildServer.json | 19 +++++++++++++++++++ 24 files changed, 22 insertions(+) create mode 100644 Implementation/.xcede/Peered_sim.info rename {.zed => Implementation/.zed}/tasks.json (100%) rename {.zed => Implementation/.zed}/xcrc (100%) rename {Peered.xcodeproj => Implementation/Peered.xcodeproj}/project.pbxproj (100%) rename {Peered.xcodeproj => Implementation/Peered.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename {Peered => Implementation/Peered}/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename {Peered => Implementation/Peered}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {Peered => Implementation/Peered}/Assets.xcassets/Contents.json (100%) rename {Peered => Implementation/Peered}/CommunicationProvider.swift (100%) rename {Peered => Implementation/Peered}/ContentView.swift (100%) rename {Peered => Implementation/Peered}/Info.plist (100%) rename {Peered => Implementation/Peered}/NoteEditor/ManageMembersView.swift (100%) rename {Peered => Implementation/Peered}/NoteEditor/NoteEditingSessionServer.swift (100%) rename {Peered => Implementation/Peered}/NoteEditor/NoteEditorScreen.swift (100%) rename {Peered => Implementation/Peered}/NoteEditor/PeerStateButton.swift (100%) rename {Peered => Implementation/Peered}/NoteEditor/SharedNoteEditor.swift (100%) rename {Peered => Implementation/Peered}/NotesList/Note.swift (100%) rename {Peered => Implementation/Peered}/NotesList/NoteEditingSessionClient.swift (100%) rename {Peered => Implementation/Peered}/NotesList/NoteInvitationView.swift (100%) rename {Peered => Implementation/Peered}/NotesList/NotesStorage.swift (100%) rename {Peered => Implementation/Peered}/Peered.entitlements (100%) rename {Peered => Implementation/Peered}/PeeredApp.swift (100%) rename {Peered => Implementation/Peered}/SetUsername/SetUserNameBottomSheetView.swift (100%) create mode 100644 Implementation/buildServer.json diff --git a/Implementation/.xcede/Peered_sim.info b/Implementation/.xcede/Peered_sim.info new file mode 100644 index 0000000..402bf8d --- /dev/null +++ b/Implementation/.xcede/Peered_sim.info @@ -0,0 +1,3 @@ +BUILT_PRODUCTS_DIR="/Users/oschly/Library/Developer/Xcode/DerivedData/Peered-bkluzpjqedjbwtdpxqlesbwlyrjo/Build/Products/Debug-iphonesimulator" +EXECUTABLE_PATH="Peered.app/Peered" +FULL_PRODUCT_NAME="Peered.app" diff --git a/.zed/tasks.json b/Implementation/.zed/tasks.json similarity index 100% rename from .zed/tasks.json rename to Implementation/.zed/tasks.json diff --git a/.zed/xcrc b/Implementation/.zed/xcrc similarity index 100% rename from .zed/xcrc rename to Implementation/.zed/xcrc diff --git a/Peered.xcodeproj/project.pbxproj b/Implementation/Peered.xcodeproj/project.pbxproj similarity index 100% rename from Peered.xcodeproj/project.pbxproj rename to Implementation/Peered.xcodeproj/project.pbxproj diff --git a/Peered.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Implementation/Peered.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Peered.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Implementation/Peered.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Peered/Assets.xcassets/AccentColor.colorset/Contents.json b/Implementation/Peered/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from Peered/Assets.xcassets/AccentColor.colorset/Contents.json rename to Implementation/Peered/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/Peered/Assets.xcassets/AppIcon.appiconset/Contents.json b/Implementation/Peered/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Peered/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Implementation/Peered/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Peered/Assets.xcassets/Contents.json b/Implementation/Peered/Assets.xcassets/Contents.json similarity index 100% rename from Peered/Assets.xcassets/Contents.json rename to Implementation/Peered/Assets.xcassets/Contents.json diff --git a/Peered/CommunicationProvider.swift b/Implementation/Peered/CommunicationProvider.swift similarity index 100% rename from Peered/CommunicationProvider.swift rename to Implementation/Peered/CommunicationProvider.swift diff --git a/Peered/ContentView.swift b/Implementation/Peered/ContentView.swift similarity index 100% rename from Peered/ContentView.swift rename to Implementation/Peered/ContentView.swift diff --git a/Peered/Info.plist b/Implementation/Peered/Info.plist similarity index 100% rename from Peered/Info.plist rename to Implementation/Peered/Info.plist diff --git a/Peered/NoteEditor/ManageMembersView.swift b/Implementation/Peered/NoteEditor/ManageMembersView.swift similarity index 100% rename from Peered/NoteEditor/ManageMembersView.swift rename to Implementation/Peered/NoteEditor/ManageMembersView.swift diff --git a/Peered/NoteEditor/NoteEditingSessionServer.swift b/Implementation/Peered/NoteEditor/NoteEditingSessionServer.swift similarity index 100% rename from Peered/NoteEditor/NoteEditingSessionServer.swift rename to Implementation/Peered/NoteEditor/NoteEditingSessionServer.swift diff --git a/Peered/NoteEditor/NoteEditorScreen.swift b/Implementation/Peered/NoteEditor/NoteEditorScreen.swift similarity index 100% rename from Peered/NoteEditor/NoteEditorScreen.swift rename to Implementation/Peered/NoteEditor/NoteEditorScreen.swift diff --git a/Peered/NoteEditor/PeerStateButton.swift b/Implementation/Peered/NoteEditor/PeerStateButton.swift similarity index 100% rename from Peered/NoteEditor/PeerStateButton.swift rename to Implementation/Peered/NoteEditor/PeerStateButton.swift diff --git a/Peered/NoteEditor/SharedNoteEditor.swift b/Implementation/Peered/NoteEditor/SharedNoteEditor.swift similarity index 100% rename from Peered/NoteEditor/SharedNoteEditor.swift rename to Implementation/Peered/NoteEditor/SharedNoteEditor.swift diff --git a/Peered/NotesList/Note.swift b/Implementation/Peered/NotesList/Note.swift similarity index 100% rename from Peered/NotesList/Note.swift rename to Implementation/Peered/NotesList/Note.swift diff --git a/Peered/NotesList/NoteEditingSessionClient.swift b/Implementation/Peered/NotesList/NoteEditingSessionClient.swift similarity index 100% rename from Peered/NotesList/NoteEditingSessionClient.swift rename to Implementation/Peered/NotesList/NoteEditingSessionClient.swift diff --git a/Peered/NotesList/NoteInvitationView.swift b/Implementation/Peered/NotesList/NoteInvitationView.swift similarity index 100% rename from Peered/NotesList/NoteInvitationView.swift rename to Implementation/Peered/NotesList/NoteInvitationView.swift diff --git a/Peered/NotesList/NotesStorage.swift b/Implementation/Peered/NotesList/NotesStorage.swift similarity index 100% rename from Peered/NotesList/NotesStorage.swift rename to Implementation/Peered/NotesList/NotesStorage.swift diff --git a/Peered/Peered.entitlements b/Implementation/Peered/Peered.entitlements similarity index 100% rename from Peered/Peered.entitlements rename to Implementation/Peered/Peered.entitlements diff --git a/Peered/PeeredApp.swift b/Implementation/Peered/PeeredApp.swift similarity index 100% rename from Peered/PeeredApp.swift rename to Implementation/Peered/PeeredApp.swift diff --git a/Peered/SetUsername/SetUserNameBottomSheetView.swift b/Implementation/Peered/SetUsername/SetUserNameBottomSheetView.swift similarity index 100% rename from Peered/SetUsername/SetUserNameBottomSheetView.swift rename to Implementation/Peered/SetUsername/SetUserNameBottomSheetView.swift diff --git a/Implementation/buildServer.json b/Implementation/buildServer.json new file mode 100644 index 0000000..c7e4845 --- /dev/null +++ b/Implementation/buildServer.json @@ -0,0 +1,19 @@ +{ + "name": "xcode build server", + "version": "0.2", + "bspVersion": "2.0", + "languages": [ + "c", + "cpp", + "objective-c", + "objective-cpp", + "swift" + ], + "argv": [ + "/opt/homebrew/bin/xcode-build-server" + ], + "workspace": "/Users/oschly/Developer/Peered/Peered.xcodeproj/project.xcworkspace", + "build_root": "/Users/oschly/Library/Developer/Xcode/DerivedData/Peered-bkluzpjqedjbwtdpxqlesbwlyrjo", + "scheme": "Peered", + "kind": "xcode" +} \ No newline at end of file