Skip to content

Commit

Permalink
6.4.1-rc3 (#1125)
Browse files Browse the repository at this point in the history
- Fix message doubling when editing in a channel (LMC)
- Fix own messages in public channels erroneously having a lock icon
despite not being encrypted
- Show contact requests menu when tapping onto a contact request
notification
- Wrap onboarding titles properly on small screens
- Improve contact requests UI and show which account a request belongs
to
  • Loading branch information
tmolitor-stud-tu committed Jul 22, 2024
2 parents 9e2c27b + 7d661c6 commit 4b88e08
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/set_version_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

# Abort on Error
set -e
set -x

cd Monal

echo ""
echo "***************************************************"
echo "* Setting buildNumber to $buildNumber and version to $version *"
echo "* Setting buildNumber to $buildNumber and version to $buildVersion *"
echo "***************************************************"

set -x

/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "NotificationService/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "shareSheet-iOS/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "$APP_NAME-Info.plist"

/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $version" "NotificationService/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $version" "shareSheet-iOS/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $version" "$APP_NAME-Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $buildVersion" "NotificationService/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $buildVersion" "shareSheet-iOS/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $buildVersion" "$APP_NAME-Info.plist"

0 comments on commit 4b88e08

Please sign in to comment.