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