From d5cfd302587a6eaaafc2a5d06763b1b9366a7873 Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Sat, 7 Mar 2009 22:07:58 -0600
Subject: Moved Info-SecondLife.plist to Info-Imprudence.plist
---
linden/indra/newview/Info-Imprudence.plist | 39 ++++++++++++++++++++++++++++++
linden/indra/newview/Info-SecondLife.plist | 39 ------------------------------
linden/indra/newview/viewer_manifest.py | 2 +-
3 files changed, 40 insertions(+), 40 deletions(-)
create mode 100644 linden/indra/newview/Info-Imprudence.plist
delete mode 100644 linden/indra/newview/Info-SecondLife.plist
(limited to 'linden/indra')
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist
new file mode 100644
index 0000000..32bba70
--- /dev/null
+++ b/linden/indra/newview/Info-Imprudence.plist
@@ -0,0 +1,39 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ Imprudence
+ CFBundleIconFile
+ secondlife.icns
+ CFBundleIdentifier
+ com.secondlife.indra.viewer
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ Imprudence
+ CFBundlePackageType
+ APPL
+ CFBundleSignature
+ ????
+ CFBundleURLTypes
+
+
+ CFBundleURLName
+ Second Life URL
+ CFBundleURLSchemes
+
+ secondlife
+
+ LSIsAppleDefaultForScheme
+
+
+
+ CFBundleVersion
+ 1.0.0
+ CSResourcesFileMapped
+
+
+
diff --git a/linden/indra/newview/Info-SecondLife.plist b/linden/indra/newview/Info-SecondLife.plist
deleted file mode 100644
index 32bba70..0000000
--- a/linden/indra/newview/Info-SecondLife.plist
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- Imprudence
- CFBundleIconFile
- secondlife.icns
- CFBundleIdentifier
- com.secondlife.indra.viewer
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- Imprudence
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleURLTypes
-
-
- CFBundleURLName
- Second Life URL
- CFBundleURLSchemes
-
- secondlife
-
- LSIsAppleDefaultForScheme
-
-
-
- CFBundleVersion
- 1.0.0
- CSResourcesFileMapped
-
-
-
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 3583726..ba4c8a2 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -403,7 +403,7 @@ class DarwinManifest(ViewerManifest):
# /Contents/MacOS/
self.contents_of_tar(self.args['source']+'/mozilla-universal-darwin.tgz', 'MacOS')
- self.path("Info-SecondLife.plist", dst="Info.plist")
+ self.path("Info-Imprudence.plist", dst="Info.plist")
# copy additional libs in /Contents/MacOS/
self.path("../../libraries/universal-darwin/lib_release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")
--
cgit v1.1