mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
Initial commit
This commit is contained in:
21
app.conf
Normal file
21
app.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# Edit the following entires if necessary
|
||||
|
||||
APP_NAME="Open StApps"
|
||||
APP_DISPLAY_NAME="StApps" # App name on 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_URL="your.deep.link.host.tld" # Your host used for universal =deep links
|
||||
|
||||
# Android specific configuration
|
||||
|
||||
ANDROID_PACKAGE_NAME="de.any_school.app" # e.g. com.krausefx.app
|
||||
|
||||
|
||||
# iOS specific sonfiguration
|
||||
|
||||
LOCATION_USAGE_DESCRIPTION="Die Ortungsdienste werden für die Kartenansichten und bessere Suchergebnisse benötigt"
|
||||
IOS_APP_IDENTIFIER="com.any_school.app.ABCDEV1234" # 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
|
||||
PROVISIONING_PROFILE_NAME="App Deployment Profile" # Name of the apps own provisioning profile used for signing
|
||||
Reference in New Issue
Block a user