From 09003d5214d2d4c55fce55928868d4411fb433b9 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 21 Jan 2020 14:28:44 +0100 Subject: [PATCH] macOS distribution: replace `com.cepremap` with `org.dynare` (cherry picked from commit ba1fe2539eda8cae5d037dcfdb0ab90433fde520) --- macOS/distribution_template.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/macOS/distribution_template.xml b/macOS/distribution_template.xml index 15bfa4d1fb..ea71f3223f 100644 --- a/macOS/distribution_template.xml +++ b/macOS/distribution_template.xml @@ -5,18 +5,18 @@ <background-darkAqua file="background.png" scaling="tofit" mime-type="image/png" alignment="topleft" /> <welcome file="welcome.html" mime-type="text/html" /> <license file="gpl-3.0-standalone.html" mime-type="text/html" /> - <pkg-ref id="com.cepremap.dynare" /> + <pkg-ref id="org.dynare" /> <options customize="allow" require-scripts="false" hostArchitectures="x86_64" /> <choices-outline> - <line choice="com.cepremap.dynare" /> - <line choice="com.cepremap.dynare.gcc" /> + <line choice="org.dynare" /> + <line choice="org.dynare.gcc" /> </choices-outline> - <choice id="com.cepremap.dynare" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false"> - <pkg-ref id="com.cepremap.dynare" /> + <choice id="org.dynare" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false"> + <pkg-ref id="org.dynare" /> </choice> - <choice id="com.cepremap.dynare.gcc" title="GCC compiler for use_dll" description="This is necessary for the use of Dynare with the `use_dll` option. NB: This takes a few minutes and requires an active internet connection"> - <pkg-ref id="com.cepremap.dynare.gcc" /> + <choice id="org.dynare.gcc" title="GCC compiler for use_dll" description="This is necessary for the use of Dynare with the `use_dll` option. NB: This takes a few minutes and requires an active internet connection"> + <pkg-ref id="org.dynare.gcc" /> </choice> - <pkg-ref id="com.cepremap.dynare" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref> - <pkg-ref id="com.cepremap.dynare.gcc" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE-gcc.pkg</pkg-ref> + <pkg-ref id="org.dynare" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref> + <pkg-ref id="org.dynare.gcc" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE-gcc.pkg</pkg-ref> </installer-gui-script> -- GitLab