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_crash_logger/Info.plist | 2 +-
linden/indra/mac_updater/Info.plist | 2 +-
linden/indra/mac_updater/mac_updater.cpp | 2 +-
linden/indra/newview/Info-Imprudence.plist | 2 +-
linden/indra/newview/llappviewerlinux.cpp | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/linden/indra/mac_crash_logger/Info.plist b/linden/indra/mac_crash_logger/Info.plist
index f48293e..a528b64 100644
--- a/linden/indra/mac_crash_logger/Info.plist
+++ b/linden/indra/mac_crash_logger/Info.plist
@@ -11,7 +11,7 @@
CFBundleIconFile
CFBundleIdentifier
- com.secondlife.indra.crashreporter
+ org.imprudenceviewer.crashreporter
CFBundleInfoDictionaryVersion
6.0
CFBundlePackageType
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;
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist
index e9728f8..419cacd 100644
--- a/linden/indra/newview/Info-Imprudence.plist
+++ b/linden/indra/newview/Info-Imprudence.plist
@@ -9,7 +9,7 @@
CFBundleIconFile
viewer.icns
CFBundleIdentifier
- com.secondlife.indra.viewer
+ org.imprudenceviewer.viewer
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp
index bb6cf9f..bfad899 100644
--- a/linden/indra/newview/llappviewerlinux.cpp
+++ b/linden/indra/newview/llappviewerlinux.cpp
@@ -270,7 +270,7 @@ static inline BOOL do_elfio_glibc_backtrace()
uintptr_t(stackarray[btpos]) < value+ssize)
{
// symbol is inside viewer
- fprintf(StraceFile, "%-32s\t", "com.secondlife.indra.viewer");
+ fprintf(StraceFile, "%-32s\t", "org.imprudenceviewer.viewer");
fprintf(StraceFile, "%p ", stackarray[btpos]);
char *demangled_str = NULL;
--
cgit v1.1