Converted tvOS test app to Swift

This commit is contained in:
Pierre-Olivier Latour
2019-01-06 10:45:57 -08:00
parent edd1f2850b
commit cbbf5483e8
8 changed files with 84 additions and 190 deletions
+1 -4
View File
@@ -39,10 +39,7 @@ popd
pushd "Mac"
clang-format -style=file -i *.m
popd
pushd "tvOS"
clang-format -style=file -i *.h *.m
popd
build/swiftformat --indent 2 "iOS"
build/swiftformat --indent 2 "iOS" "tvOS"
echo "OK"