Metadata-Version: 2.1
Name: agvtool-port
Version: 0.0.4
Summary: agvtool port for python
Home-page: https://github.com/jefersondaniel/agvtool-port
Author: Jeferson Daniel
Author-email: jeferson.daniel412@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pbxproj (==2.11.0)

AGVTOOL port for python
====================================

Automating Version and Build Numbers

Based on: https://developer.apple.com/library/archive/qa/qa1827/_index.html

Installation
~~~~~~~~~~~~
pip3 install agvtool_port

Usage
~~~~~~~~~~~~

agvtool new-version -all 1722

agvtool new-marketing-version 1.0.0

agvtool what-version

agvtool what-marketing-version

TODO
~~~~~~~~~~~~

* Interpret options for new version commands
* Validate file if it is in invalid format



