fox is a set of tools and utilities for building iOS and Mac projects. fox is not a normal project, but rather an outlet for my deep frustrations with Apple’s Xcode tools. The vision for fox to provide a complete replacement for the Xcode build and project file system (but not an IDE or text editor.) I realize that achieving this vision is probably impossible, but I believe I’ll get something positive out of the journey.
fox is very early and not recommended for production use yet.
Create a signed IPA file.
fox ipa [-h] [--project PROJECT] --target TARGET [--config CONFIG] --identity IDENTITY --profile PROFILE [--keychain KEYCHAIN]
-hPrint help.--projectPath to Xcode profile file.--configThe build configuration. Defaults toDebug.--targetRefers to the name of the target in the Xcode project.--identityName of the code-signing identity, i.e. ‘iPhone Distribution: My Company’.--profileProvisioning profile. If a valid path is supplied, that profile is used. Also, a name can be provided, (i.e. ‘MyApp Ad Hoc’) and fox with search for that provisioning profile in default locations (currently just~/Library/MobileDevice/Provisioning Profiles).--keychainUse a keychain file instead of the default keychain.
Resign an existing IPA file.
fox resign [-h] --ipa IPA --identity IDENTITY --profile PROFILE [--keychain KEYCHAIN] --output OUTPUT
-hPrint help.--ipaPath to IPA file to re-sign.--identityName of the code-signing identity, i.e. ‘iPhone Distribution: My Company’.--profileProvisioning profile. If a valid path is supplied, that profile is used. Also, a name can be provided, (i.e. ‘MyApp Ad Hoc’) and fox with search for that provisioning profile in default locations (currently just~/Library/MobileDevice/Provisioning Profiles).--keychainUse a keychain file instead of the default keychain.---outputPath to output re-signed IPA file.
Latest release from PyPi:
pip install fox
Bleeding edge:
(sudo) pip install -I git+https://github.com/amrox/fox.git#egg=fox
BSD