mirror of
https://github.com/chris2511/xca.git
synced 2026-09-13 18:46:25 +05:00
15 lines
411 B
Plaintext
15 lines
411 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>destination</key>
|
|
<string>export</string>
|
|
<key>method</key>
|
|
<string>developer-id</string>
|
|
<key>signingCertificate</key>
|
|
<string>Developer ID Application</string>
|
|
<key>signingStyle</key>
|
|
<string>manual</string>
|
|
</dict>
|
|
</plist>
|