Fix CFBundleIdentifier in UEFITool Info.plist

CMake does not expand Xcode-like variable sequences.
The value now matches .cpp file.
This commit is contained in:
Vitaly Cheptsov 2025-02-23 19:50:39 +03:00 committed by GitHub
parent 8d7e01c027
commit 5e6a1c7119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
<key>CFBundleIconFile</key>
<string>uefitool</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>me.coderush.UEFITool</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>