diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-21 14:41:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-03-15 23:03:30 +0100 |
commit | a245e4c0e00c0f13dbf9703b74436b801ede0d93 (patch) | |
tree | 688f130d1a4359f64f2f48e070767ba11b9c4c49 | |
parent | 907e9375af6c2c8def2a8f96d38e6806f994c86e (diff) |
ERROR ITMS-90511: CFBundleIdentifier Collision
(cherry picked from commit 5c70145805eb3bc4968f1aed8695fdc4468705ab)
(cherry picked from commit 345e3c7843e1cae01080548568fb6eaa6930a2b9)
Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
-rw-r--r-- | extensions/source/macosx/spotlight/mdimporter/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/macosx/spotlight/mdimporter/Info.plist b/extensions/source/macosx/spotlight/mdimporter/Info.plist index 5a60493cb455..ab007aff37c0 100644 --- a/extensions/source/macosx/spotlight/mdimporter/Info.plist +++ b/extensions/source/macosx/spotlight/mdimporter/Info.plist @@ -59,7 +59,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>org.libreoffice.mdimporter</string> + <string>com.collaboraoffice.mdimporter</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleVersion</key> @@ -82,6 +82,6 @@ </dict> <key>CFPlugInUnloadFunction</key> <string></string> - + </dict> </plist> |