mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
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:
parent
8d7e01c027
commit
5e6a1c7119
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue