Bump default IPHONEOS_DEPLOYMENT_TARGET to 9.0

This commit is contained in:
Chris Ballinger 2020-11-30 17:34:34 -08:00
parent e726ff3296
commit 3c40f87af3

View File

@ -7,7 +7,7 @@ from __future__ import print_function
import glob, re, os, os.path, shutil, string, sys, argparse, traceback, multiprocessing
from subprocess import check_call, check_output, CalledProcessError
IPHONEOS_DEPLOYMENT_TARGET='8.0' # default, can be changed via command line options or environment variable
IPHONEOS_DEPLOYMENT_TARGET='9.0' # default, can be changed via command line options or environment variable
def execute(cmd, cwd = None):
print("Executing: %s in %s" % (cmd, cwd), file=sys.stderr)