[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 3 commits - lo.xcent.in

Tor Lillqvist tml at collabora.com
Thu Jan 30 00:25:33 PST 2014


 lo.xcent.in |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

New commits:
commit 7c543e58bf273f396364bf1dffae15e43e3d4b08
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 30 10:23:43 2014 +0200

    We don't build the Apple Remote code in the sandboxed case anyway
    
    Change-Id: Ie7c94bccd6dd3fe6e89ecdb028f5de262184fdcb

diff --git a/lo.xcent.in b/lo.xcent.in
index ca636d7..19802dd 100644
--- a/lo.xcent.in
+++ b/lo.xcent.in
@@ -20,13 +20,6 @@
 	<true/>
 	<key>com.apple.security.device.bluetooth</key>
 	<true/>
-	<!-- usb needed for the apple_remote thingie... -->
-	<key>com.apple.security.device.usb</key>
-	<true/>
-	<key>com.apple.security.temporary-exception.apple-events</key>
-	<array>
-		<string>mac.remotecontrols</string>
-	</array>
 	<key>com.apple.security.print</key>
 	<true/>
 </dict>
commit 749aa3dc338aafd014b1d4a4e739dd7f932d7ab4
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 22 17:32:23 2013 +0300

    Add the entitlement for app-scope security bookmarks
    
    Change-Id: I61c6c73965cad2cd807dbc9d33894c67a61f2c75

diff --git a/lo.xcent.in b/lo.xcent.in
index 946003b..ca636d7 100644
--- a/lo.xcent.in
+++ b/lo.xcent.in
@@ -6,6 +6,8 @@
 	<string>@MACOSX_BUNDLE_IDENTIFIER@</string>
 	<key>com.apple.security.app-sandbox</key>
 	<true/>
+	<key>com.apple.security.files.bookmarks.app-scope</key>
+	<true/>
 	<key>com.apple.security.files.bookmarks.document-scope</key>
 	<true/>
 	<key>com.apple.security.files.bookmarks.collection-scope</key>
commit 308b92d56b628237acf87ab123f2508d3c3cab4e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jul 30 10:58:27 2013 +0300

    Allow access to document scope bookmarks
    
    Change-Id: If01cc2ae9f9018f08caa6a5c40025cfdabb0e20b

diff --git a/lo.xcent.in b/lo.xcent.in
index 8e9451c..946003b 100644
--- a/lo.xcent.in
+++ b/lo.xcent.in
@@ -6,6 +6,10 @@
 	<string>@MACOSX_BUNDLE_IDENTIFIER@</string>
 	<key>com.apple.security.app-sandbox</key>
 	<true/>
+	<key>com.apple.security.files.bookmarks.document-scope</key>
+	<true/>
+	<key>com.apple.security.files.bookmarks.collection-scope</key>
+	<true/>
 	<key>com.apple.security.files.user-selected.read-write</key>
 	<true/>
 	<key>com.apple.security.network.client</key>


More information about the Libreoffice-commits mailing list