Skip to content

Commit

Permalink
cleanup ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nenuadrian committed Oct 9, 2024
1 parent beabb7d commit 5d71f67
Show file tree
Hide file tree
Showing 29 changed files with 14 additions and 1,320 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this protocol, each packet consists of a series of `UInt8` bytes:
## Servers
```
./build.sh
.build/debug/Server
server/.build/debug/Server
```

### Common
Expand All @@ -41,6 +41,7 @@ Packet handling library to be used by servers and clients.
Metal rendering based. Leverages the Common library from `server/Sources/Common`

```
cd UI
xcodebuild test -project UI.xcodeproj -scheme UI
```

Expand Down
Binary file removed UI/.DS_Store
Binary file not shown.
693 changes: 0 additions & 693 deletions UI/UI.xcodeproj/project.pbxproj

This file was deleted.

7 changes: 0 additions & 7 deletions UI/UI.xcodeproj/project.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

11 changes: 0 additions & 11 deletions UI/UI/Assets.xcassets/AccentColor.colorset/Contents.json

This file was deleted.

58 changes: 0 additions & 58 deletions UI/UI/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

17 changes: 0 additions & 17 deletions UI/UI/Assets.xcassets/ColorMap.textureset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

6 changes: 0 additions & 6 deletions UI/UI/Assets.xcassets/Contents.json

This file was deleted.

Loading

0 comments on commit 5d71f67

Please sign in to comment.