diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-21 14:41:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-10-15 17:57:36 +0200 |
commit | 5c70145805eb3bc4968f1aed8695fdc4468705ab (patch) | |
tree | 7b5b39039fd01d2f1a1479950acf02a2a81a61e1 /extensions | |
parent | 00b16b98f91bbef6b2dc22c8bac0608f73297e24 (diff) |
ERROR ITMS-90511: CFBundleIdentifier Collision
Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
Diffstat (limited to 'extensions')
-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..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.openoffice.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> |