diff options
| author | levlam <levlam@telegram.org> | 2018-02-15 19:28:28 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-02-15 19:28:28 +0300 |
| commit | 47eaae2a698c3d2494c3085bdd0307ff9eec43aa (patch) | |
| tree | d01823b7de1ae63129822a0a4c727cd6e18c735c /example/ios | |
| parent | e45d6a386c7583fcc31ba2b5be97011cd01d1051 (diff) | |
Tab fix.
GitOrigin-RevId: 25486b7560f2f9e150dce69d066015d1b1b4aa64
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 b179c946b..9970008a1 100755 --- a/example/ios/build.sh +++ b/example/ios/build.sh @@ -49,7 +49,7 @@ do ios_platform="WATCH${ios_platform}" fi if [[ $platform = "tvOS" ]]; then - ios_platform="TV${ios_platform}" + ios_platform="TV${ios_platform}" fi echo $ios_platform rm -rf $build |
