spiegel-keyman/mac/installer/ExportOptions.plist
Shawn Schantz eabef231cf feat(mac): copy -R to preserve symbolic links installing input method
The postinstall script uses cp -R instead of cp -r
when copying the input method to the Input Methods folder

Also made changes to use an environment variable to
designate the installer signing certificate, and
updated the export options plist to use that same
certificate for signing the installer package.
2026-03-24 14:46:55 -04:00

23 lines
No EOL
668 B
Text

<?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>compileBitcode</key>
<true/>
<key>method</key>
<string>developer-id</string>
<key>signingStyle</key>
<string>manual</string>
<key>provisioningProfiles</key>
<dict>
<key>keyman.inputmethod.Keyman</key>
<string>Keyman Mac IM Dist</string>
<key>com.keyman.config</key>
<string>Keyman Mac Config Dist</string>
</dict>
<key>teamID</key>
<string>3YE4W86L3G</string>
<key>signingCertificate</key>
<string>039B24583A84F88168463F17FDA6F176C7985044</string>
</dict>
</plist>