Skip to content

Commit 103d4b6

Browse files
authored
Merge pull request #4 from pkrll/dev/1.1.0
1.1.0
2 parents 075b752 + e34c572 commit 103d4b6

File tree

14 files changed

+646
-417
lines changed

14 files changed

+646
-417
lines changed

.assets/placeholders.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"__AUTHORNAME__": "Change Me",
3+
"__AUTHORMAIL__": "change@me.now"
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// __PROJECTNAME__.swift
3+
// __PROJECTNAME__
4+
//
5+
// Created by __AUTHORNAME__ on __DATE__.
6+
//
17
struct __PROJECTNAME__ {
28
var text = "Hello, World!"
39
}

0 commit comments

Comments
 (0)