Skip to content

Instantly share code, notes, and snippets.

@0ver387
Created June 15, 2012 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0ver387/2934649 to your computer and use it in GitHub Desktop.
Save 0ver387/2934649 to your computer and use it in GitHub Desktop.
Command line iOS project builds and over-the-air distribution
#!/bin/bash
#Используем переменную "project_dir" в которую заносим локальный путь до папке в которой запустился скрипт
project_dir=`pwd`
#Создание функции "function build_app" которая будет выполнять сборку приложения
function build_app()
{
echo "Available provisioning profiles"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment