macOS /w Xcode 15: force the old linker when targeting macOS 11 or lower
[libreoffice.git] / lo.xcent.in
blob09a8df9b6fb5fcee043574dc7259fb49fb56681c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>com.apple.security.app-sandbox</key>
6 <true/>
7 <key>com.apple.security.files.bookmarks.app-scope</key>
8 <true/>
9 <key>com.apple.security.files.bookmarks.document-scope</key>
10 <true/>
11 <key>com.apple.security.files.bookmarks.collection-scope</key>
12 <true/>
13 <key>com.apple.security.files.user-selected.read-write</key>
14 <true/>
15 <key>com.apple.security.network.client</key>
16 <true/>
17 <key>com.apple.security.print</key>
18 <true/>
19 <key>com.apple.security.cs.disable-executable-page-protection</key>
20 <true/>
21 <!-- Allow Base to import data from Address Book -->
22 <key>com.apple.security.personal-information.addressbook</key>
23 <true/>
24 @SDREMOTE_ENTITLEMENT@
25 @MACOSX_PROVISIONING_INFO@
26 @GET_TASK_ALLOW_ENTITLEMENT@
27 </dict>
28 </plist>