mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
0a81bd23a2
This file will get picked up by our mac signing infrastructure and be forwarded to the `productbuild` invocation. Differential Revision: https://phabricator.services.mozilla.com/D135056
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>arch</key>
|
|
<array>
|
|
<string>x86_64</string>
|
|
<string>arm64</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|