mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
refactor: add mulitple customization features
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# App Release Template (ART)
|
||||
|
||||
This project can be used to generate mobile device apps (android / ios) and angular web app. Beware that this is only the app/frontend part and your need a fully functioning backend deployment first.
|
||||
This project can be used to generate mobile device apps (Android / iOS) and the standalone Angular web app. Beware that this is only the app/frontend part and your need a fully functioning backend deployment first.
|
||||
|
||||
## Requirements
|
||||
|
||||
* A fully functioning and publicly accessible [backend](https://gitlab.com/openstapps/backend) deployment
|
||||
* An active Apple App Store Developer Account and/or Google Playstore Developer Account
|
||||
* Docker (Android and Angular builds)
|
||||
* MacOS Device with latest Xcode, fastlane and xmlstartletn, node v14 and npm package @ionic/cli (iOS builds only)
|
||||
* MacOS Device with latest Xcode, fastlane and xmlstarlet, node v14 and npm package @ionic/cli (iOS builds only)
|
||||
|
||||
## Docker
|
||||
|
||||
@@ -21,6 +21,6 @@ sudo docker build -t openstapps-art .
|
||||
|
||||
0. If neccessary make adjustments to your app / profiles / entitlements in your corresponding developer/store portal
|
||||
1. Overwrite assets in customizable directory with your own ones (keeping the same size and file format)
|
||||
2. Edit app.conf to your liking (needs info you can find in your corresponding developer/store portal)
|
||||
2. Edit app.conf.sample to your liking and rename it to app.conf (needs info you can find in your corresponding developer/store portal)
|
||||
3. Use docker to run `make web` and `make android` (i.e. `docker run -it -v $(pwd):/build --rm openstapps-art:latest make web`)
|
||||
4. On a macOS device run `make ios` (make sure you have all required certificates / profiles set up in Xcode)
|
||||
|
||||
Reference in New Issue
Block a user