aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorArseny Smirnov <arseny30@gmail.com>2018-02-14 23:26:01 +0300
committerArseny Smirnov <arseny30@gmail.com>2018-02-14 23:26:01 +0300
commite2bbd9ee99c074698871c8ef4941aca6398018ce (patch)
tree873dbb5f5d1035abed9f6c1cb964c98da9b004f4 /example/ios
parent08620ba1b76b69fdb9992aa4a527d3ea4971567d (diff)
Fix example/ios/build.sh
GitOrigin-RevId: 95271403af64ea8176173828acf701342cf9f095
Diffstat (limited to 'example/ios')
-rwxr-xr-xexample/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/build.sh b/example/ios/build.sh
index 8f65c2001..eae6947aa 100755
--- a/example/ios/build.sh
+++ b/example/ios/build.sh
@@ -5,7 +5,7 @@ rm -rf build
mkdir -p build
cd build
-platforms="watchOS iOS macOS"
+platforms="macOS iOS watchOS"
for platform in $platforms;
do
echo "Platform = ${platform} Simulator = ${simulator}"