GithubHelp home page GithubHelp logo

ios-build-scripts's Introduction

iOS-Build-Scripts

Note: Discontinued! The successor is the gradle xcode plugin: https://github.com/openbakery/gradle-xcodePlugin

Scripts to build iOS application that can be used with a build server like Jenkins

BUILD PARAMETERS

  • CONFIGURATION (required)

    The configration that should be build e.g. 'Release', 'Debug' or 'Distribution'

  • SDK (required)

    The SDK that should be used e.g. 'iphoneos'

  • TARGET (required)

    The target name that should be build

  • VERSION_NUMBER (optional)

    Version number that should be user for the App file name. If not set the build number is used.

    Note: The Version number is only used for the filename

  • BUNDLE_IDENTIFIER (optional)

    The bundle identifier in the plist is modified using this value if set.

  • KEYCHAIN_PASSWORD (optional)

    Password that should be used for the keychain If not set a default password is used!

  • PROVISIONING (optional)

    Name of the provisioning profile and Certificate file that are used for signing e.g. if you specify "Developer" then a Developer.mobileprovision and Developer.p12 is expected

    If not set, that the app is not signed

  • PROVISIONING_URL (optional but needed for PROVISIONING)

    URL where the provisioning profile is not found. e.g. PROVISIONING_URL=http://localhost PROVISIONING=test then the following files are fetched http://localhost/test.p12 http://localhost/test.mobileprovision

    Note: curl is used to fetch these files therefor als ftp should work (but not tested)

  • CERTIFICATES_PASSWORD (optional)

    Password to access the .p12 Certificate file

    If not set, that the app is not signed

  • XCODE_SETTINGS (optional) For setting additional infos to xcodebuild command for example: preprocessor macros

  • HOCKEYKIT (optional) HockeyKit will be used

    A manifest is beeing created. Releasenotes for HockeyKit server page is beeing created (taken from CHANGELOG). If CHANGELOG is not set 'No changes.' will be used.

  • HOCKEYKIT_APP_NAME (optional) Name that is used for displaying on the HockeyKit Server page. If it is not specified but HOCKEYKIT enabled the Target that was build is used as displayed name on the HockeyKit Server page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.