New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipabuilder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipabuilder

Build an ipa from an xcode project

1.0.6
latest
Source
npm
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts