Giter VIP home page Giter VIP logo

swift-macos's Introduction

๐Ÿ–ฅ 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 demonstrate various aspects of Mac app development using the latest versions of Swift and SwiftUI. Hopefully the examples and accompanying website will provide a useful resource for Mac developers.

Examples

Example Xcode projects are available in the examples folder.

Website

Website files are in the docs folder. View the website at https://gavinw.me/swift-macos.

The website is hosted with GitHub Pages and built with Jekyll. To build the website locally, Bundler is used for the Ruby environment. See the steps below to build a local environment for the website.

Note: Since this is a GitHub project website (not a user or organization website) the baseurl must be set to the repository name baseurl: /swift-macos in the docs/_config.yml file.

# If not done so already, install Bundler
$ gem install bundler

# Then run Bundler to create a Ruby environment
$ bundle install

After installing the Ruby environment, run the Jekyll server from within the docs folder using the following command:

$ bundle exec jekyll serve

Bundler and the GitHub Pages gem can be updated with the following commands:

$ gem update bundler
$ bundle update github-pages

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 โค๏ธ Sponsor button at the top of this page. Thank you ๐Ÿ˜„.

License

Code in this repository is available under the MIT License - see the LICENSE file for more information.

swift-macos's People

Contributors

wigging avatar dependabot[bot] avatar kicsipixel avatar loetluemmel avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.