diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-21 14:41:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-08-03 20:09:19 +0200 |
commit | 423d13be37fe19eed3c51946eb2204c24aa10bad (patch) | |
tree | f63c8907300566018e55e63ff77cf7d395002496 | |
parent | 01d52c77fa5fcbca0cc092396f81d8338448f1fe (diff) |
ERROR ITMS-90511: CFBundleIdentifier Collision
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 bc48f7008864..80cc31b373fa 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.openoffice.mdimporter</string> + <string>org.libreoffice-from-collabora.mdimporter</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleVersion</key> @@ -82,6 +82,6 @@ </dict> <key>CFPlugInUnloadFunction</key> <string></string> - + </dict> </plist> |