diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 2edbecd..5f39510 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -20,6 +20,10 @@ { "playground" : "custom", "type" : "uni-app:app-android" + }, + { + "playground" : "custom", + "type" : "uni-app:app-ios" } ] } diff --git a/manifest.json b/manifest.json index b6af7c8..b079a86 100644 --- a/manifest.json +++ b/manifest.json @@ -169,7 +169,7 @@ "cache" : { "use" : true, "maxAge" : "86400000", - "version" : "1.0.4" + "version" : "1.0.7" } }, "template" : "template.html"