aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/mac_crash_logger
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-28 17:21:23 -0500
committerJacek Antonelli2008-09-28 17:21:46 -0500
commit31e7c77a411d94bc87f0232588b339149bb29a49 (patch)
tree49e487700e91713e620e4d33f20b7f7afb5a2fa9 /linden/indra/mac_crash_logger
parentSecond Life viewer sources 1.21.2-RC (diff)
downloadmeta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.zip
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.gz
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.bz2
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.xz
Second Life viewer sources 1.21.3-RC
Diffstat (limited to 'linden/indra/mac_crash_logger')
-rw-r--r--linden/indra/mac_crash_logger/CrashReporter.nib/classes.nib8
-rw-r--r--linden/indra/mac_crash_logger/CrashReporter.nib/info.nib20
-rw-r--r--linden/indra/mac_crash_logger/Info.plist26
3 files changed, 54 insertions, 0 deletions
diff --git a/linden/indra/mac_crash_logger/CrashReporter.nib/classes.nib b/linden/indra/mac_crash_logger/CrashReporter.nib/classes.nib
new file mode 100644
index 0000000..c4b887e
--- /dev/null
+++ b/linden/indra/mac_crash_logger/CrashReporter.nib/classes.nib
@@ -0,0 +1,8 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBVersion</key>
6 <string>1</string>
7</dict>
8</plist>
diff --git a/linden/indra/mac_crash_logger/CrashReporter.nib/info.nib b/linden/indra/mac_crash_logger/CrashReporter.nib/info.nib
new file mode 100644
index 0000000..b541744
--- /dev/null
+++ b/linden/indra/mac_crash_logger/CrashReporter.nib/info.nib
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBFramework Version</key>
6 <string>629</string>
7 <key>IBLastKnownRelativeProjectPath</key>
8 <string>../macview.xcodeproj</string>
9 <key>IBOldestOS</key>
10 <integer>5</integer>
11 <key>IBOpenObjects</key>
12 <array>
13 <integer>193</integer>
14 </array>
15 <key>IBSystem Version</key>
16 <string>9B18</string>
17 <key>targetFramework</key>
18 <string>IBCarbonFramework</string>
19</dict>
20</plist>
diff --git a/linden/indra/mac_crash_logger/Info.plist b/linden/indra/mac_crash_logger/Info.plist
new file mode 100644
index 0000000..f48293e
--- /dev/null
+++ b/linden/indra/mac_crash_logger/Info.plist
@@ -0,0 +1,26 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>mac-crash-logger</string>
9 <key>CFBundleGetInfoString</key>
10 <string></string>
11 <key>CFBundleIconFile</key>
12 <string></string>
13 <key>CFBundleIdentifier</key>
14 <string>com.secondlife.indra.crashreporter</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key>
20 <string></string>
21 <key>CFBundleSignature</key>
22 <string>????</string>
23 <key>CFBundleVersion</key>
24 <string>1.0.0</string>
25</dict>
26</plist>