-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDioxus.toml
More file actions
69 lines (61 loc) · 2.35 KB
/
Copy pathDioxus.toml
File metadata and controls
69 lines (61 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[application]
android_main_activity = "android/MainActivity.kt"
asset_dir = "public"
# ios_entitlements = ""
# ios_info_plist = ""
# macos_entitlements = ""
# macos_info_plist = ""
# out_dir = ""
# public_dir = "public"
# tailwind_input = ""
# tailwind_output = ""
[bundle]
category = "Sports"
copyright = "Copyright 2026 Guilhem Fauré"
icon = ["logo.svg"]
identifier = "re.guilhemfau.logout"
long_description = "A simple, efficient, cross-platform workout logging application with 800+ exercises built-in, by Guilhem Fauré"
publisher = "Guilhem Fauré"
# resources = [""]
short_description = "Workout Logger"
# [deep_links] TODO See if this can replace/lighten custom implementation
# hosts = []
# paths = []
# schemes = []
[permissions]
# background-location.description = "Tracking cardio exercises distance?"
# calendar = { access = "read-write", description = "Workout plannings?" }
# health = { access = "read-write", description = "Integration?" }
# local-network.description = "P2P Syncing?"
# location = { precision = "fine", description = "Workout loc/distance?" }
# media-library.description = "Import/Export Exercises/Sessions"
# motion.description = "Tracking cardio exercises distance?"
# nerby-wifi.description = "P2P Syncing?"
notifications.description = "Rest/Exercise duration alerts"
# photos = { access = "read", description = "Custom exercises images" }
[android]
compile_sdk = 36
# features = [""]
# foreground_service_types = [""]
# manifest = "android/AndroidManifest.xml"
min_sdk = 28
# proguard_rules = [""]
target_sdk = 36
[android.permissions]
"android.permission.WAKE_LOCK".description = "Keep screen on during workouts"
# "android.permission.READ_EXTERNAL_STORAGE".description = "Import JSON data"
# "android.permission.READ_MEDIA_IMAGES".description = "Access exercise images"
# "android.permission.READ_MEDIA_VIDEO".description = "Access exercise videos"
"android.permission.POST_NOTIFICATIONS".description = "Rest/Exercise duration alerts"
# "android.permission.READ_MEDIA_AUDIO".description = "Access exercise audio"
[android.application]
# Ensure WebView reports system dark/light setting to CSS `prefers-color-scheme`
theme = "@style/Theme.AppCompat.DayNight.NoActionBar"
[web]
# app.base_path = "/"
app.title = "LogOut - Workout Logger"
pre_compress = true
[web.watcher]
index_on_404 = true
reload_html = true
watch_path = ["assets", "public", "src"]