Skip to content

Commit 7d947d0

Browse files
committed
Change over to swift-bundler
1 parent c120c7e commit 7d947d0

File tree

111 files changed

+39
-3148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+39
-3148
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 5 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,7 @@
1-
2-
# Created by https://www.toptal.com/developers/gitignore/api/xcode,visualstudiocode,macos,vim
3-
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,visualstudiocode,macos,vim
4-
5-
### macOS ###
6-
# General
71
.DS_Store
8-
.AppleDouble
9-
.LSOverride
10-
11-
# Icon must end with two \r
12-
Icon
13-
14-
15-
# Thumbnails
16-
._*
17-
18-
# Files that might appear in the root of a volume
19-
.DocumentRevisions-V100
20-
.fseventsd
21-
.Spotlight-V100
22-
.TemporaryItems
23-
.Trashes
24-
.VolumeIcon.icns
25-
.com.apple.timemachine.donotpresent
26-
27-
# Directories potentially created on remote AFP share
28-
.AppleDB
29-
.AppleDesktop
30-
Network Trash Folder
31-
Temporary Items
32-
.apdisk
33-
34-
### Vim ###
35-
# Swap
36-
[._]*.s[a-v][a-z]
37-
!*.svg # comment out if you don't need vector files
38-
[._]*.sw[a-p]
39-
[._]s[a-rt-v][a-z]
40-
[._]ss[a-gi-z]
41-
[._]sw[a-p]
42-
43-
# Session
44-
Session.vim
45-
Sessionx.vim
46-
47-
# Temporary
48-
.netrwhist
49-
*~
50-
# Auto-generated tag files
51-
tags
52-
# Persistent undo
53-
[._]*.un~
54-
55-
### VisualStudioCode ###
56-
.vscode/*
57-
!.vscode/settings.json
58-
!.vscode/tasks.json
59-
!.vscode/launch.json
60-
!.vscode/extensions.json
61-
*.code-workspace
62-
63-
# Local History for Visual Studio Code
64-
.history/
65-
66-
### VisualStudioCode Patch ###
67-
# Ignore all local history of files
68-
.history
69-
.ionide
70-
71-
### Xcode ###
72-
# Xcode
73-
#
74-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
75-
76-
## User settings
2+
/.build
3+
/Packages
4+
/*.xcodeproj
775
xcuserdata/
78-
79-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
80-
*.xcscmblueprint
81-
*.xccheckout
82-
83-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
84-
build/
85-
DerivedData/
86-
*.moved-aside
87-
*.pbxuser
88-
!default.pbxuser
89-
*.mode1v3
90-
!default.mode1v3
91-
*.mode2v3
92-
!default.mode2v3
93-
*.perspectivev3
94-
!default.perspectivev3
95-
96-
## Gcc Patch
97-
/*.gcno
98-
99-
### Xcode Patch ###
100-
# *.xcodeproj/*
101-
!*.xcodeproj/project.pbxproj
102-
!*.xcodeproj/xcshareddata/
103-
!*.xcworkspace/contents.xcworkspacedata
104-
**/xcshareddata/WorkspaceSettings.xcsettings
105-
106-
# End of https://www.toptal.com/developers/gitignore/api/xcode,visualstudiocode,macos,vim
6+
/delta-core
7+
/.swiftpm

AppIcon.icns

14.6 KB
Binary file not shown.

Bundle.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"buildNumber" : 9,
3+
"bundleIdentifier" : "dev.stackotter.delta-client",
4+
"category" : "public.app-category.games",
5+
"minOSVersion" : "11.0",
6+
"versionString" : "0.1.0"
7+
}

DeltaClient.xcodeproj/project.pbxproj

Lines changed: 0 additions & 967 deletions
This file was deleted.

DeltaClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

DeltaClient.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

DeltaClient.xcodeproj/xcshareddata/xcschemes/DeltaClient (macOS).xcscheme

Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)