[FIRE-35530] Fix CFBundleIndentifier syntax being incorrect causing it to be missing

This commit is contained in:
Hecklezz
2025-11-03 06:10:40 +10:00
parent 5f9daef8e0
commit 76c9cb0a2c
+1 -1
View File
@@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>