diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2018-02-14 23:26:01 +0300 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2018-02-14 23:26:01 +0300 |
| commit | e2bbd9ee99c074698871c8ef4941aca6398018ce (patch) | |
| tree | 873dbb5f5d1035abed9f6c1cb964c98da9b004f4 /example/ios | |
| parent | 08620ba1b76b69fdb9992aa4a527d3ea4971567d (diff) | |
Fix example/ios/build.sh
GitOrigin-RevId: 95271403af64ea8176173828acf701342cf9f095
Diffstat (limited to 'example/ios')
| -rwxr-xr-x | example/ios/build.sh | 2 |
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}" |
