Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

vildzi/ipabuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

TODO

  • Sign with provisioning profile
  • Install to device?