[
  {
    "path": ".gitignore",
    "content": ".DS_Store\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# How to Contribute\n\n## Post an Issue\n\nIf you discover an error, please [add an issue](https://github.com/SwiftEducation/presentations/issues) here on GitHub. Feature requests are welcome. However, this is a community effort, so pull requests are preferred.\n\n## Create a Pull Request\n\nFork the project, check out the develop branch, create a new branch, commit your changes, and then create a pull request. Please submit your pull request to the **develop** branch of this repository.\n\nThe **master** branch is for production-ready code and should not contain incomplete features. Development occurs on the **develop** branch. Once your pull request is accepted, it will be merged into **master**.\n\n## Impacts to Lesson Plans\n\nPlease note that, because these presentations complement the lesson plans in the [Teaching App Development with Swift](http://swifteducation.github.io) course materials, you may also need to submit an issue or pull request in the [Teaching App Development with Swift repository](http://github.com/SwiftEducation/teaching-app-dev-swift).\n"
  },
  {
    "path": "LICENSE",
    "content": "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, by Yong Bakos.\n\nhttps://creativecommons.org/licenses/by-nc-sa/4.0/\n"
  },
  {
    "path": "README.md",
    "content": "## Deprecation Warning\n\nThe Swift Education materials are out of date, and are no longer maintained.\n\n# Teaching App Development with Swift\n\n## Keynote Presentations\n\nThis repository contains short Keynote presentations that illustrate specific concepts about Swift, iOS app development, and Apple developer tools. These presentations are part of the [Teaching App Development with Swift](http://swifteducation.github.io) course materials for instructors.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nThis work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/), by Yong Bakos.\n"
  }
]