aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/mac_updater
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/mac_updater/Info.plist2
-rw-r--r--linden/indra/mac_updater/mac_updater.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/mac_updater/Info.plist b/linden/indra/mac_updater/Info.plist
index bb27fdd..1e0f8cb 100644
--- a/linden/indra/mac_updater/Info.plist
+++ b/linden/indra/mac_updater/Info.plist
@@ -11,7 +11,7 @@
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string></string> 12 <string></string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>com.secondlife.indra.autoupdater</string> 14 <string>org.imprudenceviewer.autoupdater</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
diff --git a/linden/indra/mac_updater/mac_updater.cpp b/linden/indra/mac_updater/mac_updater.cpp
index 18cc0be..cf9de4b 100644
--- a/linden/indra/mac_updater/mac_updater.cpp
+++ b/linden/indra/mac_updater/mac_updater.cpp
@@ -649,7 +649,7 @@ static bool isFSRefViewerBundle(FSRef *targetRef)
649 } 649 }
650 else 650 else
651 { 651 {
652 if(CFStringCompare(targetBundleID, CFSTR("com.secondlife.indra.viewer"), 0) == kCFCompareEqualTo) 652 if(CFStringCompare(targetBundleID, CFSTR("org.imprudenceviewer.viewer"), 0) == kCFCompareEqualTo)
653 { 653 {
654 // This is the bundle we're looking for. 654 // This is the bundle we're looking for.
655 result = true; 655 result = true;