spiegel-keyman/mac/installer/ExportOptions.plist
Shawn Schantz ddb4c02fef
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
feat(mac): remove year from copyright string
remove obsolete CFBundleGetInfoString from info.plist
change copyright displayed in info dialog to SIL Global
2026-06-12 15:13:19 -04:00

25 lines
No EOL
725 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>manageAppVersionAndBuildNumber</key>
<false/>
<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>