1.0.6 • Published 5 years ago

ipabuilder v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

IpaBuilder

Build an ipa from an xcode project. This does not require having a developer account ($100 / yr).
This only supports macos at the moment (xcode command line tools).

Installation

IpaBuilder requires you to have xcode installed (xcodebuild cli).
Once you have installed xcode, clone the repo and copy the binary (buildipa) to /usr/local/bin, then you can use buildipa from any directory.
Or use NPM / YARN
NPM: npm i -g ipabuilder
YARN: yarn global add ipabuilder

Usage

buildipa project_dir output_dir
If you get an error while building the xcode project, it is most likely due to invalid configurations on the xcode project. Open xcode and change the Bundle Identifier and Team on the project settings. If this doesn't work or you get any other errors, open a github issue.

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago