Skip to content

Make iOS build config more dynamic, update logo

Marwin Lebensky requested to merge mlbn33/tc-frontend:appleUpdateOct into master

https://stackoverflow.com/questions/61922857/how-to-force-flutter-to-update-my-version-and-build-number

<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string> 
Edited by Robert Palm

Merge request reports