From e66e1a8c67be53f1a3af2b43ff84a35cf25cd1ba Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Wed, 24 Aug 2022 11:24:11 +0100
Subject: [PATCH] Remove root workspace

---
 .../contents.xcworkspacedata                  |  7 ----
 .../xcshareddata/IDEWorkspaceChecks.plist     |  8 -----
 .../xcshareddata/WorkspaceSettings.xcsettings |  8 -----
 .../xcshareddata/swiftpm/Package.resolved     | 32 -------------------
 4 files changed, 55 deletions(-)
 delete mode 100644 ElixxirDAppsSDK.xcworkspace/contents.xcworkspacedata
 delete mode 100644 ElixxirDAppsSDK.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
 delete mode 100644 ElixxirDAppsSDK.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
 delete mode 100644 ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved

diff --git a/ElixxirDAppsSDK.xcworkspace/contents.xcworkspacedata b/ElixxirDAppsSDK.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index ca3329e1..00000000
--- a/ElixxirDAppsSDK.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Workspace
-   version = "1.0">
-   <FileRef
-      location = "group:">
-   </FileRef>
-</Workspace>
diff --git a/ElixxirDAppsSDK.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ElixxirDAppsSDK.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d98100..00000000
--- a/ElixxirDAppsSDK.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IDEDidComputeMac32BitWarning</key>
-	<true/>
-</dict>
-</plist>
diff --git a/ElixxirDAppsSDK.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ElixxirDAppsSDK.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
deleted file mode 100644
index 08de0be8..00000000
--- a/ElixxirDAppsSDK.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
-	<false/>
-</dict>
-</plist>
diff --git a/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved
deleted file mode 100644
index 4dca92f3..00000000
--- a/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "pins" : [
-    {
-      "identity" : "keychainaccess",
-      "kind" : "remoteSourceControl",
-      "location" : "https://github.com/kishikawakatsumi/KeychainAccess.git",
-      "state" : {
-        "revision" : "84e546727d66f1adc5439debad16270d0fdd04e7",
-        "version" : "4.2.2"
-      }
-    },
-    {
-      "identity" : "swift-custom-dump",
-      "kind" : "remoteSourceControl",
-      "location" : "https://github.com/pointfreeco/swift-custom-dump",
-      "state" : {
-        "revision" : "21ec1d717c07cea5a026979cb0471dd95c7087e7",
-        "version" : "0.5.0"
-      }
-    },
-    {
-      "identity" : "xctest-dynamic-overlay",
-      "kind" : "remoteSourceControl",
-      "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
-      "state" : {
-        "revision" : "38bc9242e4388b80bd23ddfdf3071428859e3260",
-        "version" : "0.4.0"
-      }
-    }
-  ],
-  "version" : 2
-}
-- 
GitLab