Build: Set versioning in update shim

This commit is contained in:
Mykola Grymalyuk
2024-05-27 09:34:52 -06:00
parent 9db11c3a8c
commit 41be3ffb55
2 changed files with 12 additions and 3 deletions
@@ -9,11 +9,11 @@
<key>CFBundleIconFile</key>
<string>AppIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.dortania.opencore-legacy-patcher-helper</string>
<string>com.dortania.opencore-legacy-patcher</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>OpenCore-Patcher</string>
<string>OpenCore Legacy Patcher</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSMinimumSystemVersion</key>
@@ -21,7 +21,7 @@
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020-2023 Dortania</string>
<string>Copyright © 2020-2024 Dortania</string>
<key>LSUIElement</key>
<true/>
</dict>