https://github.com/wigging/swift-macos
Swift Programming for macOS
https://github.com/wigging/swift-macos
macintosh macos swift swift-programming swiftui
Last synced: 15 days ago
JSON representation
Swift Programming for macOS
- Host: GitHub
- URL: https://github.com/wigging/swift-macos
- Owner: wigging
- License: mit
- Created: 2019-03-08T05:20:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T23:27:11.000Z (about 1 month ago)
- Last Synced: 2025-04-03T10:12:42.776Z (24 days ago)
- Topics: macintosh, macos, swift, swift-programming, swiftui
- Language: Swift
- Homepage: https://gavinw.me/swift-macos
- Size: 11.6 MB
- Stars: 318
- Watchers: 13
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 🍎 🖥 Swift Programming for macOS
There are plenty of books, videos, and online resources for developing iOS apps. Despite the fact that iPhone and iPad apps require a Mac for code development, there is very little information about actually creating native Mac applications. The examples in this repository and the accompanying website demonstrate various aspects of Mac app development using the latest versions of Swift and SwiftUI. Hopefully the examples and website will provide a useful resource for Mac developers. The website is available at https://gavinw.me/swift-macos.
## Examples
Example code is located in the `swift-scripts`, `xcode-playgrounds`, and `xcode-projects` folders.
## Website
The website is available at https://gavinw.me/swift-macos. It is generated with the [genja tool](https://github.com/wigging/genja). The website is hosted with GitHub Pages from the `docs` folder.
## Contributing
If you have questions or find errors in the code examples then please submit an issue. Pull requests for new code examples are not accepted because this repository is for my personal notes. However, pull requests to fix errors in existing code are welcome.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile:.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.