blob: d6ebfc08b7eef3b244425d1ef4bfaf03b196b336 [file] [log] [blame]
#!/bin/sh
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO: What about customizing the DEVELOPMENT_TEAM?
set -e
cd $( dirname "${BASH_SOURCE[0]}" )
cd smiley
xcodebuild -scheme smiley -configuration Release -project smiley.xcodeproj -archivePath ./smiley.xcarchive archive
xcodebuild -exportArchive -archivePath ./smiley.xcarchive/ -exportPath . -exportOptionsPlist exportOptions.plist -allowProvisioningUpdates
ios-deploy --justlaunch --bundle ./smiley.xcarchive/Products/Applications/smiley.app