[Beta-Updates]: use BUILD_REVISION added as field in Info.plist instead of CURRENT_PROJECT_VERSION for commit ID marker

This commit is contained in:
Magesh K
2024-12-18 02:04:03 +05:30
parent cfe2111844
commit cf0a2001f0
7 changed files with 28 additions and 24 deletions

View File

@@ -81,6 +81,8 @@
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>BuildRevision</key>
<string>$(BUILD_REVISION)</string>
<key>INIntentsSupported</key>
<array>
<string>RefreshAllIntent</string>