summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-21 14:41:22 +0200
committerAndras Timar <andras.timar@collabora.com>2021-03-30 16:33:37 +0200
commitd22a3697ce0cf1fad3061fccaf7f78809d2da61e (patch)
treea408666afae373d4e0e4b462026ebf75043adecc /extensions
parent68e1c19f780baaa992ddb70c32c99441ae9c88f6 (diff)
[cp] ERROR ITMS-90511: CFBundleIdentifier Collision
(cherry picked from commit 5c70145805eb3bc4968f1aed8695fdc4468705ab) (cherry picked from commit 345e3c7843e1cae01080548568fb6eaa6930a2b9) Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/macosx/spotlight/mdimporter/Info.plist4
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>