aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard.xcworkspace
diff options
context:
space:
mode:
authorEli Young <elyscape@gmail.com>2018-06-22 13:50:16 -0700
committerEli Young <elyscape@gmail.com>2018-06-22 13:50:16 -0700
commit86fa8e71866757feba0f1e4de2833249fe887b37 (patch)
tree39f4a88b100cdc8187ff043529695a93e02ca3e0 /Wireguard.xcworkspace
parentChange absolute paths to relative paths (diff)
downloadwireguard-apple-86fa8e71866757feba0f1e4de2833249fe887b37.tar.xz
wireguard-apple-86fa8e71866757feba0f1e4de2833249fe887b37.zip
Finish casing fix from Wireguard to WireGuard
This also removes from the project various duplicate file entries that differed only in casing. Note that, if working with a case-insensitive filesystem (as are generally used on macOS systems), it is recommended to destroy the affected files in the working tree and check them out again. Failure to do this will result in XCode recreating duplicate file entries in the project. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Wireguard.xcworkspace')
-rw-r--r--Wireguard.xcworkspace/contents.xcworkspacedata10
-rw-r--r--Wireguard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist8
2 files changed, 0 insertions, 18 deletions
diff --git a/Wireguard.xcworkspace/contents.xcworkspacedata b/Wireguard.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index e9d7180..0000000
--- a/Wireguard.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Workspace
- version = "1.0">
- <FileRef
- location = "group:WireGuard.xcodeproj">
- </FileRef>
- <FileRef
- location = "group:Pods/Pods.xcodeproj">
- </FileRef>
-</Workspace>
diff --git a/Wireguard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Wireguard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/Wireguard.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>