Skip to content

Commit fffc7e2

Browse files
Release v1.0
2 parents aae6f03 + 8d8f3c6 commit fffc7e2

43 files changed

Lines changed: 8742 additions & 1 deletion

Some content is hidden

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

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
docs/*
1+
.DS_Store
2+
.build/
3+
*.xcodeproj
4+
*.xcworkspace
5+
xcuserdata/
6+
DerivedData/
7+
App/Info.plist
8+
Controls/Info.plist
9+
10+
# Release artifacts
11+
*.dmg
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{ "idiom" : "mac", "size" : "16x16", "scale" : "1x", "filename" : "icon_16.png" },
4+
{ "idiom" : "mac", "size" : "16x16", "scale" : "2x", "filename" : "icon_32.png" },
5+
{ "idiom" : "mac", "size" : "32x32", "scale" : "1x", "filename" : "icon_32.png" },
6+
{ "idiom" : "mac", "size" : "32x32", "scale" : "2x", "filename" : "icon_64.png" },
7+
{ "idiom" : "mac", "size" : "128x128", "scale" : "1x", "filename" : "icon_128.png" },
8+
{ "idiom" : "mac", "size" : "128x128", "scale" : "2x", "filename" : "icon_256.png" },
9+
{ "idiom" : "mac", "size" : "256x256", "scale" : "1x", "filename" : "icon_256.png" },
10+
{ "idiom" : "mac", "size" : "256x256", "scale" : "2x", "filename" : "icon_512.png" },
11+
{ "idiom" : "mac", "size" : "512x512", "scale" : "1x", "filename" : "icon_512.png" },
12+
{ "idiom" : "mac", "size" : "512x512", "scale" : "2x", "filename" : "icon_1024.png" }
13+
],
14+
"info" : { "author" : "xcode", "version" : 1 }
15+
}
608 KB
Loading
15.9 KB
Loading
691 Bytes
Loading
49.4 KB
Loading
1.46 KB
Loading
168 KB
Loading
4.06 KB
Loading

App/Assets.xcassets/Contents.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "info" : { "author" : "xcode", "version" : 1 } }

0 commit comments

Comments
 (0)