hellosa / autobuild-upload-testflight

Build and archive your xcode project from command line, upload to testflight and notify your team members after finishing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autobuild-upload-testflight

Build and archive your xcode project from command line, upload to testflight and notify your team members after finishing.

###HOWTO

  1. First of all, configure the Certificate and Provisioning Profile on the http://developer.apple.com

    1. Open http://developer.apple.com, and login in. You will see:Image Alt
    2. Create a developer certificate yourself. Here is the tutorials of Apple.
    3. Add your device into the device list on this page. Just need your UDID.
    4. Create a development Provisioning Profile that includes your device you just added. Tutorials.
  2. Secondly, configure the Code Signing of Xcode

    1. Select your Project in the Project navigator
    2. Select the Build Settings tab
    3. Open the "Code Signing".
    4. Choose your Developer Certificate and Provisioning Profile you just configured. Just like this: Image Alt
    5. Now, you can quit Xcode.
  3. Finally, configure the script, autobuild-upload-testflight.sh. Fill in the blank.

  4. All done. Try executing the script. If you encounter some errors, please let me know, I will fix it.

About

Build and archive your xcode project from command line, upload to testflight and notify your team members after finishing.


Languages

Language:Shell 100.0%