Improve iOS
This commit is contained in:
parent
8075b3eb18
commit
05e2bb4b94
10
config.xml
10
config.xml
@ -43,6 +43,16 @@
|
|||||||
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
|
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
|
||||||
<string>The camera is used to scan barcodes.</string>
|
<string>The camera is used to scan barcodes.</string>
|
||||||
</edit-config>
|
</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>
|
</platform>
|
||||||
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -12,7 +12,7 @@ var app = new Framework7({
|
|||||||
root: "#app",
|
root: "#app",
|
||||||
name: "PackageHelper",
|
name: "PackageHelper",
|
||||||
id: "com.netsyms.PackageHelper",
|
id: "com.netsyms.PackageHelper",
|
||||||
theme: "md",
|
theme: "auto",
|
||||||
card: {
|
card: {
|
||||||
swipeToClose: false
|
swipeToClose: false
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user