mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-08 02:14:37 +00:00
19 lines
498 B
Plaintext
19 lines
498 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>method</key>
|
||
|
|
<string>developer-id</string>
|
||
|
|
<key>teamID</key>
|
||
|
|
<string>3Q6X2L86C4</string>
|
||
|
|
<key>signingStyle</key>
|
||
|
|
<string>manual</string>
|
||
|
|
<key>signingCertificate</key>
|
||
|
|
<string>Developer ID Application</string>
|
||
|
|
<key>destination</key>
|
||
|
|
<string>export</string>
|
||
|
|
<key>stripSwiftSymbols</key>
|
||
|
|
<true/>
|
||
|
|
</dict>
|
||
|
|
</plist>
|