diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/mac_updater | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/mac_updater')
-rw-r--r-- | linden/indra/mac_updater/AutoUpdater.nib/classes.nib | 4 | ||||
-rw-r--r-- | linden/indra/mac_updater/AutoUpdater.nib/info.nib | 14 | ||||
-rw-r--r-- | linden/indra/mac_updater/AutoUpdater.nib/objects.xib | 56 |
3 files changed, 74 insertions, 0 deletions
diff --git a/linden/indra/mac_updater/AutoUpdater.nib/classes.nib b/linden/indra/mac_updater/AutoUpdater.nib/classes.nib new file mode 100644 index 0000000..ea58db1 --- /dev/null +++ b/linden/indra/mac_updater/AutoUpdater.nib/classes.nib | |||
@@ -0,0 +1,4 @@ | |||
1 | { | ||
2 | IBClasses = (); | ||
3 | IBVersion = 1; | ||
4 | } | ||
diff --git a/linden/indra/mac_updater/AutoUpdater.nib/info.nib b/linden/indra/mac_updater/AutoUpdater.nib/info.nib new file mode 100644 index 0000000..a49a923 --- /dev/null +++ b/linden/indra/mac_updater/AutoUpdater.nib/info.nib | |||
@@ -0,0 +1,14 @@ | |||
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>IBDocumentLocation</key> | ||
6 | <string>103 138 356 240 0 0 1280 1002 </string> | ||
7 | <key>IBFramework Version</key> | ||
8 | <string>362.0</string> | ||
9 | <key>IBSystem Version</key> | ||
10 | <string>7D24</string> | ||
11 | <key>targetFramework</key> | ||
12 | <string>IBCarbonFramework</string> | ||
13 | </dict> | ||
14 | </plist> | ||
diff --git a/linden/indra/mac_updater/AutoUpdater.nib/objects.xib b/linden/indra/mac_updater/AutoUpdater.nib/objects.xib new file mode 100644 index 0000000..310411b --- /dev/null +++ b/linden/indra/mac_updater/AutoUpdater.nib/objects.xib | |||
@@ -0,0 +1,56 @@ | |||
1 | <?xml version="1.0" standalone="yes"?> | ||
2 | <object class="NSIBObjectData"> | ||
3 | <string name="targetFramework">IBCarbonFramework</string> | ||
4 | <object name="rootObject" class="NSCustomObject" id="1"> | ||
5 | <string name="customClass">NSApplication</string> | ||
6 | </object> | ||
7 | <array count="5" name="allObjects"> | ||
8 | <object class="IBCarbonWindow" id="166"> | ||
9 | <string name="windowRect">405 222 533 663 </string> | ||
10 | <string name="title">Second Life Updater</string> | ||
11 | <object name="rootControl" class="IBCarbonRootControl" id="167"> | ||
12 | <string name="bounds">0 0 128 441 </string> | ||
13 | <array count="3" name="subviews"> | ||
14 | <object class="IBCarbonStaticText" id="181"> | ||
15 | <string name="bounds">20 20 44 421 </string> | ||
16 | <ostype name="controlSignature">what</ostype> | ||
17 | <string name="title">Initializing…</string> | ||
18 | </object> | ||
19 | <object class="IBCarbonButton" id="183"> | ||
20 | <string name="bounds">88 351 108 421 </string> | ||
21 | <string name="title">Cancel</string> | ||
22 | <ostype name="command">not!</ostype> | ||
23 | <int name="buttonType">2</int> | ||
24 | </object> | ||
25 | <object class="IBCarbonProgressBar" id="193"> | ||
26 | <string name="bounds">51 19 70 422 </string> | ||
27 | <ostype name="controlSignature">prog</ostype> | ||
28 | <int name="initialValue">50</int> | ||
29 | </object> | ||
30 | </array> | ||
31 | </object> | ||
32 | <boolean name="isResizable">FALSE</boolean> | ||
33 | <int name="carbonWindowClass">2</int> | ||
34 | <int name="themeBrush">3</int> | ||
35 | <int name="windowPosition">7</int> | ||
36 | </object> | ||
37 | <reference idRef="167"/> | ||
38 | <reference idRef="181"/> | ||
39 | <reference idRef="183"/> | ||
40 | <reference idRef="193"/> | ||
41 | </array> | ||
42 | <array count="5" name="allParents"> | ||
43 | <reference idRef="1"/> | ||
44 | <reference idRef="166"/> | ||
45 | <reference idRef="167"/> | ||
46 | <reference idRef="167"/> | ||
47 | <reference idRef="167"/> | ||
48 | </array> | ||
49 | <dictionary count="2" name="nameTable"> | ||
50 | <string>File's Owner</string> | ||
51 | <reference idRef="1"/> | ||
52 | <string>Updater</string> | ||
53 | <reference idRef="166"/> | ||
54 | </dictionary> | ||
55 | <unsigned_int name="nextObjectID">194</unsigned_int> | ||
56 | </object> | ||