Skip to content

Commit 54c0877

Browse files
committed
Initial commit
0 parents  commit 54c0877

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.DS_Store
2+
*.swp
3+
*~
4+
*~.nib
5+
*.orig
6+
build/
7+
8+
*.pbxuser
9+
*.perspective
10+
*.perspectivev3
11+
*.mode1v3
12+
*.mode2v3
13+
xcuserdata
14+
project.xcworkspace
15+
.idea
16+
pkg
17+
build.output
18+
.vagrant
19+
20+
*.xcscmblueprint
21+
.build

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Sample Code
2+
3+
This code is part of an [NSScreencast](http://nsscreencast.com) episode.
4+
5+
Sample code is released under the MIT license (see below), except for 3rd party
6+
code (typically brought in via `Podfiles`), which are subject to their own
7+
respective licenses.
8+
9+
## License
10+
11+
Copyright (c) 2017 Fickle Bits, LLC.
12+
13+
Use of the code provided on this repository is subject to the [MIT License](http://www.opensource.org/licenses/mit-license.php).
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
16+
(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
17+
18+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
22+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)