diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-07-09 20:55:02 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-07-09 20:55:02 +0800 | 
| commit | ecdbdc8ea6fbd9a918584be1191e012af4b38af3 (patch) | |
| tree | e914ff507ee95a1df7a863ecfdb8cfb4ce06120c | |
| parent | 723262ac50558b0b55ac6b37eed95895064b85b7 (diff) | |
Fix the variable used for macOS bundle identifier
| -rw-r--r-- | indra/newview/Info-SecondLife.plist | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index cc8edfadb8..82f63519db 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -11,7 +11,7 @@  	<key>CFBundleIconFile</key>  	<string>${MACOSX_BUNDLE_ICON_FILE}</string>  	<key>CFBundleIdentifier</key> -	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> +	<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>  	<key>CFBundleInfoDictionaryVersion</key>  	<string>6.0</string>  	<key>CFBundleLongVersionString</key> | 
