Improve iOS

Skylar Ittner 3 years ago
parent 8075b3eb18
commit 05e2bb4b94

@ -43,6 +43,16 @@
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
<string>The camera is used to scan barcodes.</string>
</edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
<edit-config target="NSLocationAlwaysAndWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
<edit-config target="NSLocationAlwaysUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration.</string>
</edit-config>
</platform>
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
</widget>

@ -12,7 +12,7 @@ var app = new Framework7({
root: "#app",
name: "PackageHelper",
id: "com.netsyms.PackageHelper",
theme: "md",
theme: "auto",
card: {
swipeToClose: false
},

Loading…
Cancel
Save