Skip to content

Commit 998e060

Browse files
committed
merge bundle config schemas
1 parent 9d832cb commit 998e060

File tree

4 files changed

+2602
-541
lines changed

4 files changed

+2602
-541
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
#:schema ../../../packages/cli/cli-schema.json
1+
#:schema ../../../packages/cli/schema2.json
22

33
[bundle]
44
identifier = "com.dioxuslabs.geolocation"
55
publisher = "Dioxus Labs"
66

7-
[permissions]
8-
location = { precision = "fine", description = "Access your precise location to provide location-based services" }
9-
bluetooth = { description = "Need to access your bluetooth" }
10-
calendar = { description = "Need to access your calendar!" }
11-
127
[ios]
138
deployment_target = "15.0"
149
background_modes = ["location"]
@@ -17,3 +12,6 @@ background_modes = ["location"]
1712
min_sdk = 24
1813
target_sdk = 34
1914
features = ["android.hardware.location.gps"]
15+
16+
[permissions]
17+
location = { precision = "fine", description = "Access your precise location to provide location-based services" }

0 commit comments

Comments
 (0)