setup_native/source/mac/Info.plist.langpack |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit a1f1972a9308bbbdeded44d5704ed4a319be5c43
Author:     Patrick Luby <guibmac...@gmail.com>
AuthorDate: Sat Apr 12 17:49:31 2025 -0400
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Apr 23 23:11:48 2025 +0200

    tdf#156302 prioritize Silicon architectures before Intel
    
    This solution was copied from the following Apple StackExchange post:
    
    
https://apple.stackexchange.com/questions/466284/why-is-a-macos-app-whose-executable-is-a-shell-script-launching-as-x86-64-on-an
    
    Change-Id: I0a3ec9c97efe0284b889ab4d33b694c22c53fc46
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184115
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Patrick Luby <guibomac...@gmail.com>

diff --git a/setup_native/source/mac/Info.plist.langpack 
b/setup_native/source/mac/Info.plist.langpack
index 2847040e3bbc..6ab55452f5ae 100644
--- a/setup_native/source/mac/Info.plist.langpack
+++ b/setup_native/source/mac/Info.plist.langpack
@@ -48,6 +48,14 @@
        <string>1</string>
        <key>NSPrincipalClass</key>
        <string>VCL_NSApplication</string>
+       <key>LSArchitecturePriority</key>
+       <array>
+               <string>arm64e</string>
+               <string>arm64</string>
+               <string>x86_64</string>
+       </array>
+       <key>LSRequiresNativeExecution</key>
+       <true/>
 </dict>
 </plist>
 

Reply via email to