diff --git a/ImageViewer/flatc b/ImageViewer/flatc new file mode 100755 index 0000000..23995e2 Binary files /dev/null and b/ImageViewer/flatc differ diff --git a/archive.sh b/archive.sh index cba495e..c287cc2 100755 --- a/archive.sh +++ b/archive.sh @@ -1,4 +1,6 @@ -#!/bin/sh +#!/usr/bin/env sh + +set -eu xcodebuild archive \ -scheme ImageViewer \ diff --git a/run.sh b/run.sh index b45c52e..2f45f1e 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,9 @@ -#!/bin/sh +#!/usr/bin/env sh + +set -eu APP_NAME='ImageViewer' -SIM_DEVICE='iPad (10th generation)' +SIM_DEVICE='iPad (A16)' SCHEME='ImageViewer' SIMULATOR='iOS Simulator' COMPANY='ImageViewer'