diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-22 00:07:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-20 16:30:23 +0300 |
commit | 8d147fbe8ace7a01c620484d176900b2d4abb6ad (patch) | |
tree | 1578c1685dc9c7762b6aabefeca2420910844a89 /lo.xcent.in | |
parent | 9eb9be0293ed931295c2317cc21113f673c84b2d (diff) |
The com.apple.application-identifier value should be prefixed with the teamid
Change-Id: I6b58492ba051bb5032870aa47cfacbe3a292e31f
Diffstat (limited to 'lo.xcent.in')
-rw-r--r-- | lo.xcent.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lo.xcent.in b/lo.xcent.in index 19802ddc63e7..f804daf46d3c 100644 --- a/lo.xcent.in +++ b/lo.xcent.in @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>com.apple.application-identifier</key> - <string>@MACOSX_BUNDLE_IDENTIFIER@</string> + <string>@MACOSX_TEAMID@.@MACOSX_BUNDLE_IDENTIFIER@</string> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.files.bookmarks.app-scope</key> |