mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-20 06:32:08 +02:00
Merge pull request #2635 from vector-im/fix_release_tag
BF: Build: Fix build based on git tag
This commit is contained in:
+3
-2
@@ -1,4 +1,4 @@
|
||||
Changes in 0.9.2 (2019-07-)
|
||||
Changes in 0.9.2 (2019-08-08)
|
||||
===============================================
|
||||
|
||||
Improvements:
|
||||
@@ -12,7 +12,8 @@ Improvements:
|
||||
Bug fix:
|
||||
* Crash when leaving settings due to backup section refresh animation.
|
||||
* Reactions: Do not display reactions on redacted events in timeline.
|
||||
* Fix crash for earch bar customisation in iOS13 (#2626).
|
||||
* Fix crash for search bar customisation in iOS13 (#2626).
|
||||
* Build: Fix build based on git tag.
|
||||
|
||||
Changes in 0.9.1 (2019-07-17)
|
||||
===============================================
|
||||
|
||||
@@ -37,8 +37,9 @@ bundle update
|
||||
# Checkout the source to build
|
||||
mkdir -p $BUILD_DIR
|
||||
cd $BUILD_DIR
|
||||
git clone --single-branch --branch $TAG https://github.com/vector-im/riot-ios.git
|
||||
git clone https://github.com/vector-im/riot-ios.git
|
||||
cd riot-ios
|
||||
git checkout -b $TAG $TAG
|
||||
|
||||
|
||||
# Develop branch special case
|
||||
|
||||
Reference in New Issue
Block a user