This repository was archived by the owner on Feb 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathExportOptions.plist
45 lines (45 loc) · 2.12 KB
/
ExportOptions.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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>provisioningProfiles</key>
<dict>
<key>com.duckduckgo.macos.browser</key>
<string>match Direct com.duckduckgo.macos.browser macos</string>
<key>com.duckduckgo.macos.browser.review</key>
<string>match Direct com.duckduckgo.macos.browser.review macos</string>
<key>com.duckduckgo.macos.browser.dbp</key>
<string>macOS DBP Profile</string>
<key>com.duckduckgo.mobile.ios</key>
<string>Sandbox MacOS Browser Release</string>
<key>com.duckduckgo.mobile.ios.review</key>
<string>Sandbox MacOS Browser Product Review</string>
<key>com.duckduckgo.macos.DBP.backgroundAgent</key>
<string>match Direct com.duckduckgo.macos.DBP.backgroundAgent macos</string>
<key>com.duckduckgo.macos.DBP.backgroundAgent.review</key>
<string>match Direct com.duckduckgo.macos.DBP.backgroundAgent.review macos</string>
<key>com.duckduckgo.macos.vpn.network-extension</key>
<string>match Direct com.duckduckgo.macos.vpn.network-extension macos</string>
<key>com.duckduckgo.macos.vpn.network-extension.review</key>
<string>match Direct com.duckduckgo.macos.vpn.network-extension.review macos</string>
<key>com.duckduckgo.macos.vpn</key>
<string>match Direct com.duckduckgo.macos.vpn macos</string>
<key>com.duckduckgo.macos.vpn.review</key>
<string>match Direct com.duckduckgo.macos.vpn.review macos</string>
<key>HKE973VLUW.com.duckduckgo.macos.browser.network-protection.notifications</key>
<string>match Direct HKE973VLUW.com.duckduckgo.macos.browser.network-protection.notifications macos</string>
<key>HKE973VLUW.com.duckduckgo.macos.browser.network-protection.notifications.review</key>
<string>match Direct HKE973VLUW.com.duckduckgo.macos.browser.network-protection.notifications.review macos</string>
</dict>
<key>signingCertificate</key>
<string></string>
<key>signingStyle</key>
<string>manual</string>
<key>teamID</key>
<string></string>
</dict>
</plist>