-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExportOptions.plist
More file actions
21 lines (21 loc) · 703 Bytes
/
ExportOptions.plist
File metadata and controls
21 lines (21 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>37KMK6XFTT</string>
<key>signingStyle</key>
<string>manual</string>
<key>signingCertificate</key>
<string>Developer ID Application</string>
<key>provisioningProfiles</key>
<dict>
<key>uk.craigbass.clearancekit</key>
<string>clearancekit Developer ID</string>
<key>uk.craigbass.clearancekit.opfilter</key>
<string>clearancekit opfilter Developer ID</string>
</dict>
</dict>
</plist>