mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Update INSTALL.md
Add references to AppIdentifiers.xcconfig.
This commit is contained in:
15
INSTALL.md
15
INSTALL.md
@@ -77,7 +77,14 @@ Every time you change the `$matrixKitVersion` variable in the `Podfile`, you hav
|
||||
|
||||
## Build
|
||||
|
||||
## Generate Xcode project
|
||||
### Configure project
|
||||
|
||||
You may need to change the bundle identifier and app group identifier to be unique to get Xcode to build the app. Make sure to change the bundle identifier, application group identifier and app name in the `Config/AppIdentifiers.xcconfig` file to your new identifiers.
|
||||
|
||||
More advanced build configuration can be found in the `project.yml` file and each target has a `target.yml` file in its respective folder.
|
||||
|
||||
|
||||
### Generate Xcode project
|
||||
|
||||
In order to get rid of git conflicts, the `Riot.xcodeproj` is not pushed into the git repository anymore but generated using `XcodeGen`. To generate the `xcodeproj` file simply run the following command line from the root folder :
|
||||
|
||||
@@ -117,12 +124,6 @@ $ open Riot.xcworkspace
|
||||
|
||||
**Note**: If you have multiple Xcode versions installed don't forget to use the right version of Command Line Tools when you are building the app. To check the Command Line Tools version go to `Xcode > Preferences > Locations > Command Line Tools` and check that the displayed version match your Xcode version.
|
||||
|
||||
### Configure project
|
||||
|
||||
You may need to change the bundle identifier and app group identifier to be unique to get Xcode to build the app. Make sure to change the bundle identifier, application group identifier and app name in the `project.yml` file to your new identifiers.
|
||||
|
||||
Each target has its own YAML file in the folder Targets folder.
|
||||
|
||||
|
||||
## Generate IPA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user