Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wigging/swift-macos

Swift Programming for macOS
https://github.com/wigging/swift-macos

macintosh macos swift swift-programming swiftui

Last synced: about 2 months ago
JSON representation

Swift Programming for macOS

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](https://github.com/wigging/genja) tool using the `content`, `docs`, and `templates` folders along with the `config.json` file. Also, the image files are located in the `docs/img` folder. The website is hosted with GitHub Pages from the `docs` folder.

## Contributing

Submit a Pull Request if you would like to contribute to this project. Questions and other comments can be submitted on the Issues page. If you submit an example Xcode project, make sure Team is set to None in the Signing & Capabilities section in the project settings.

## 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.