diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 838d1ecf..df66146c 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-17T23:32:27","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-20T05:16:46","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/apps.html b/dev/apps.html index 609aed66..889723b3 100644 --- a/dev/apps.html +++ b/dev/apps.html @@ -81,4 +81,4 @@ │ %8 = Base.PROGRAM_FILE │ value@_16 = %8 │ %10 = Base.repr(%8) -...
<app_dir>/share/julia
As described above, a TOML file with all preferences active during the compilation process will be stored with the app bundle. If your preferences may contain confidential information, you can either delete the <app_dir>/share/julia/LocalPreferences.toml
file before distributing the app bundle, or suppress the preference file generation by passing include_preferences=false
to create_app
. Note, however, that if the preference file is not present, any preference loaded in your app at runtime will use their default value (or crash, if no default is provided).
Settings
This document was generated with Documenter.jl version 1.7.0 on Thursday 17 October 2024. Using Julia version 1.11.1.