Slide 7
Slide 7 text
Build,Sign and distribute
• xctool -workspace asosnewin.xcworkspace -scheme
asosnewin -sdk iphoneos7.1 -configuration
Release OBJROOT=$PWD/build SYMROOT=$PWD/build
ONLY_ACTIVE_ARCH=NO
• xcrun -log -sdk iphoneos PackageApplication
"$APP_NAME.app" -o "$APP_NAME.ipa" -sign
"$DEVELOPER_NAME" -embed "$PROVISIONING_PROFILE"
• curl http://testflightapp.com/api/builds.json -F
file="@$APP_NAME.ipa"