# Edit the following entires and save the file without .sample extension APP_NAME="Open StApps" # Full app name APP_DISPLAY_NAME="StApps" # App name on mobile device homescreen (Not much space) BACKEND_URL="https://your.backend.server.tld" # Publicly available backend url BACKEND_VERSION="2.0.0" # Minimum backend version the app will request APP_LINK_HOST="your.deep.link.host.tld" # Your host used for universal (deep) links APP_URL_SCHEME="de.anyschool.app" # Custom url scheme for native app versions # iOS specific configuration LOCATION_USAGE_DESCRIPTION="Ortungsdienste werden für die Kartenansichten und bessere Suchergebnisse benötigt" CALENDAR_USAGE_DESCRIPTION="Zugriff auf Kalender wird für die Synchronisierung deiner Uni Termine benötigt" IOS_BUNDLE_IDENTIFIER="com.anyschool.app.ios" # The bundle identifier of your ios app APPLE_ID="example@domain.tld" # Your Apple Developer email address ITC_TEAM_ID="123412345" # App Store Connect Team ID TEAM_ID="ABCDEV1234" # Developer Team ID APPLE_API_KEY_ID="123ACAB456" # Your API key id APPLE_API_KEY_ISSUER_ID="1234578-1234-1234-1234-12345678901" # Your API key issuer id # Provide the following environment variable in a secure fashion. # When used in CI protect and mask the variable. # Don't change the following line! APPLE_API_KEY_CONTENT="${APPLE_API_KEY_CONTENT:-"unset"}" # Base64 encoded contents of Apple API key file (.p8 file) # Android specific configuration ANDROID_PACKAGE_NAME="de.anyschool.app.android" # Your Google Playconsole app package name # Provide the following environment variables in a secure fashion. # When used in CI protect and mask the variables. # Don't change the following lines! ANDROID_API_KEY_CONTENT="${ANDROID_API_KEY_CONTENT:-"unset"}" # Base64 encoded contents of your API key file (.json file) ANDROID_KEYSTORE_PASSWORD="${ANDROID_KEYSTORE_PASSWORD:-"unset"}" # Passwort to your keyfile ANDROID_KEYSTORE_KEY_ALIAS="${ANDROID_KEYSTORE_KEY_ALIAS:-"unset"}" # Name/Alias of the key used for signing within the keyfile ANDROID_KEYSTORE_KEY_PASSWORD="${ANDROID_KEYSTORE_KEY_PASSWORD:-"unset"}" # Passwort to the this very key