Skip to content

Commit 12390e6

Browse files
committed
Merge branch 'develop'
2 parents ef630f7 + ea87b14 commit 12390e6

27 files changed

+854
-1
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.DS_Store
2+
/.build
3+
/Packages
4+
/*.xcodeproj
5+
xcuserdata/
6+
DerivedData/
7+
.swiftpm/config/registries.json
8+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
9+
.netrc
10+
.swiftpm
11+
TestGeneration.txt
12+
.docker.build
13+
.DS_Store
14+
Package.resolved
15+

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Legal
2+
3+
By submitting a pull request, you represent that you have the right to license
4+
your contribution to ZeeZide GmbH and the community, and agree by submitting the
5+
patch that your contributions are licensed under the Apache 2.0 license.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2023 ZeeZide GmbH
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "ManagedModelsMobile.png",
5+
"idiom" : "universal",
6+
"platform" : "ios",
7+
"size" : "1024x1024"
8+
},
9+
{
10+
"idiom" : "mac",
11+
"scale" : "1x",
12+
"size" : "16x16"
13+
},
14+
{
15+
"idiom" : "mac",
16+
"scale" : "2x",
17+
"size" : "16x16"
18+
},
19+
{
20+
"filename" : "ManagedModelsApp32.png",
21+
"idiom" : "mac",
22+
"scale" : "1x",
23+
"size" : "32x32"
24+
},
25+
{
26+
"filename" : "ManagedModelsApp32@2x.png",
27+
"idiom" : "mac",
28+
"scale" : "2x",
29+
"size" : "32x32"
30+
},
31+
{
32+
"filename" : "ManagedModelsApp128.png",
33+
"idiom" : "mac",
34+
"scale" : "1x",
35+
"size" : "128x128"
36+
},
37+
{
38+
"filename" : "ManagedModelsApp128@2x.png",
39+
"idiom" : "mac",
40+
"scale" : "2x",
41+
"size" : "128x128"
42+
},
43+
{
44+
"filename" : "ManagedModelsApp256.png",
45+
"idiom" : "mac",
46+
"scale" : "1x",
47+
"size" : "256x256"
48+
},
49+
{
50+
"filename" : "ManagedModelsApp256@2x.png",
51+
"idiom" : "mac",
52+
"scale" : "2x",
53+
"size" : "256x256"
54+
},
55+
{
56+
"idiom" : "mac",
57+
"scale" : "1x",
58+
"size" : "512x512"
59+
},
60+
{
61+
"filename" : "ManagedModelsApp512@2x.png",
62+
"idiom" : "mac",
63+
"scale" : "2x",
64+
"size" : "512x512"
65+
}
66+
],
67+
"info" : {
68+
"author" : "xcode",
69+
"version" : 1
70+
}
71+
}
9.44 KB
Loading
22.5 KB
Loading
22.5 KB
Loading
54 KB
Loading
1.58 KB
Loading

0 commit comments

Comments
 (0)