From 9d572e49c4997c4fb25496fbd93bda1b99d925ec Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Tue, 31 Aug 2010 07:41:38 -0500
Subject: Changed the 'bundle identifier' to org.imprudenceviewer.viewer.
This is used on Mac OS X to identify the application.
Thanks to Solo Mornington for this information.
---
linden/indra/mac_updater/Info.plist | 2 +-
linden/indra/mac_updater/mac_updater.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'linden/indra/mac_updater')
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 @@
CFBundleIconFile
CFBundleIdentifier
- com.secondlife.indra.autoupdater
+ org.imprudenceviewer.autoupdater
CFBundleInfoDictionaryVersion
6.0
CFBundlePackageType
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)
}
else
{
- if(CFStringCompare(targetBundleID, CFSTR("com.secondlife.indra.viewer"), 0) == kCFCompareEqualTo)
+ if(CFStringCompare(targetBundleID, CFSTR("org.imprudenceviewer.viewer"), 0) == kCFCompareEqualTo)
{
// This is the bundle we're looking for.
result = true;
--
cgit v1.1