350
edits
Mschroeder (talk | contribs) |
|||
| Line 120: | Line 120: | ||
of cause you can use something like "..._RCn" where "n" is the number of your release candidate. | of cause you can use something like "..._RCn" where "n" is the number of your release candidate. | ||
== | == Create Mac universal binaries == | ||
TODO | |||
=== Mac Lightning Multi Platform XPIs === | |||
The Mac multi platform XPI has two <code>targetPlatform</code> tags in its <code>install.rdf</code>: | |||
<pre> | <pre> | ||
<em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform> | |||
<em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform> | |||
</pre> | </pre> | ||
and further on the XPI's directory structure is different. The <code>components</code> directory doesn't contain any native dylibs, but those are hosted in: | |||
platform/Darwin_x86-gcc3/components/ | |||
libcalbasecomps.dylib | |||
libstoragecomps.dylib | |||
libwebdav.dylib | |||
platform/Darwin_ppc-gcc3/components/ | |||
libcalbasecomps.dylib | |||
libstoragecomps.dylib | |||
libwebdav.dylib | |||
== Create Mac universal binaries == | == Create Mac universal binaries == | ||
| Line 135: | Line 145: | ||
TODO | TODO | ||
== | == Move stuff around on stage server == | ||
TODO | |||
== More things not covered here yet == | == More things not covered here yet == | ||
* [http | * [http://wiki.mozilla.org/index.php?title=Calendar:Sunbird_Updates auto update] and the according {{bug|381420}} | ||
* [http://wiki.mozilla.org/Build:CommunitySelfHelp talkback changes] required for a version change | * [http://wiki.mozilla.org/Build:CommunitySelfHelp talkback changes] required for a version change | ||
edits