wtfuzz / briefcase-macOS-Xcode-template

A template for generating an Xcode project for a macOS app using Briefcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Briefcase macOS XCode Template

A Cookiecutter template for building Python apps that will run under macOS, using an Xcode project to control the entry-point binary.

The easiest way to use this project is to not use it at all - at least, not directly. Briefcase is a tool that uses this template, rolling it out using data extracted from a pyproject.toml configuration file.

The master branch of this repository has no content; there is an independent branch for each supported version of Python. The following Python versions are supported:

Suggestions for template changes should be made against the dev branch; these will then be backported into the supported Python releases. The dev branch will track the most recent supported version of Python (currently, Python 3.10).

See the individual branches for usage instructions.

The following versions were supported in the past, but are no longer maintained:

About

A template for generating an Xcode project for a macOS app using Briefcase

License:MIT License