You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is [used in the source](https://github.com/JuliaLang/PackageCompiler.jl/blob/d722a3d91abe328ebd239e2f45660be35263ebe1/examples/MyApp/src/MyApp.jl#L7-L8).
204
204
205
+
### [Preferences](@id app-preferences)
206
+
207
+
Compile-time preferences used by any of the packages included in the app will be stored in
208
+
the sysimage. To support runtime preferences, all preferences that the app "sees" during the
209
+
compilation process are stored in the app bundle under
210
+
`<app_dir>/share/julia/LocalPreferences.toml`. Note that preferences loaded at compile time
211
+
are *not* affected by the values in the `LocalPreferences.toml`, but modifying the file
212
+
*will* change the value of preferences loaded at runtime.
213
+
214
+
To learn more about compile time preferences and runtime preferences, please refer to the
0 commit comments