[script] remove objc default (#546)

This commit is contained in:
dkhamsing 2018-02-03 13:31:37 -08:00 committed by GitHub
parent b20dcb21c5
commit 57ce5a283a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -88,11 +88,7 @@ def output_apps(apps, appstoreonly)
o << " <details><summary>"
details = if tags.nil?
'<code>objc</code> '
else
''
end
details = ''
unless tags.nil?
details << '<code>swift</code> ' if tags.include? 'swift'