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

-1
This file was deleted.

.gitignore

+5-104
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

+7
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

-967
This file was deleted.

DeltaClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

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

-8
This file was deleted.

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

-78
This file was deleted.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"package": "swift-log",
4242
"repositoryURL": "https://github.com/apple/swift-log",
4343
"state": {
44-
"branch": "main",
45-
"revision": "d8af258aecd93cd8604e74ade3c0fe438bac13f8",
46-
"version": null
44+
"branch": null,
45+
"revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7",
46+
"version": "1.4.2"
4747
}
4848
},
4949
{
5050
"package": "swift-nio",
5151
"repositoryURL": "https://github.com/apple/swift-nio.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "8da5c5a4e6c5084c296b9f39dc54f00be146e0fa",
55-
"version": "1.14.2"
54+
"revision": "546610d52b19be3e19935e0880bb06b9c03f5cef",
55+
"version": "1.14.4"
5656
}
5757
},
5858
{

Package.swift

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// swift-tools-version:5.3
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
4+
import PackageDescription
5+
6+
let package = Package(
7+
name: "DeltaClient",
8+
platforms: [.macOS(.v11)],
9+
dependencies: [
10+
.package(name: "DeltaCore", path: "./delta-core"),
11+
],
12+
targets: [
13+
.target(
14+
name: "DeltaClient",
15+
dependencies: ["DeltaCore"]),
16+
]
17+
)

Setup.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
git clone https://github.com/stackotter/delta-core
3+
cd delta-core
4+
git checkout main

Shared/Assets.xcassets/AccentColor.colorset/Contents.json

-11
This file was deleted.

0 commit comments

Comments
 (0)