Improve iOS

This commit is contained in:
Skylar Ittner 2021-02-18 18:17:00 -07:00
parent 8075b3eb18
commit 05e2bb4b94
2 changed files with 11 additions and 1 deletions

View File

@ -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>

View File

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