#!/bin/bash

APP_NAME=&#34;MyApp&#34;
APP_BUNDLE=&#34;./MyApp&#34;
APP_VERSION=&#34;1.0.0&#34;

DEVELOPER_ID_APP=&#34;Developer ID Application: Example Developer (TEAMID1234)&#34;
DEVELOPER_ID_INSTALLER=&#34;Developer ID Installer: Example Developer (TEAMID1234)&#34;
TEAM_ID=&#34;TEAMID1234&#34;

NOTARIZATION_PROFILE=&#34;myapp-notarization-profile&#34;
NOTARIZATION_APPLE_ID=&#34;developer@example.com&#34;
NOTARIZATION_PASSWORD=&#34;app-specific-password&#34;

BACKGROUND_IMAGE=&#34;background.png&#34;
DS_STORE_TEMPLATE=&#34;/path/to/DS_Store_Template&#34;

APP_ROOT=&#34;$HOME/Projects/MyApp/Runtime/MyApp&#34;

RELEASES=&#34;$HOME/Projects/MyApp/DMG&#34;

APP=&#34;$APP_ROOT/MyApp.app&#34;

DMG_NAME=&#34;$RELEASES/MyApp-${APP_VERSION}.dmg&#34;
VOL_NAME=&#34;MyApp ${APP_VERSION}&#34;
