Load iOS device and build information from a JSON file.

This commit is contained in:
Donncha Ó Cearbhaill
2023-05-20 21:24:14 +01:00
parent 3787dc48cd
commit bbfaadd297
4 changed files with 1063 additions and 267 deletions
+3
View File
@@ -42,6 +42,9 @@ console_scripts =
mvt-ios = mvt.ios:cli
mvt-android = mvt.android:cli
[options.package_data]
mvt = mvt/ios/data/*.json
[flake8]
max-complexity = 10
max-line-length = 1000