| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | |
| 3 <!-- | |
| 4 ExportOptions.plist | |
| 5 AdblockBrowser | |
| 6 | |
| 7 Created by Pavel Zdeněk on 26.M.16. | |
| 8 Copyright (c) 2016 Salsita s.r.o. All rights reserved. | |
| 9 --> | |
| 10 <plist version="1.0"> | |
| 11 <dict> | |
| 12 <key>compileBitcode</key> | |
| 13 <false/> | |
| 14 <key>teamID</key> | |
| 15 <string>G5LEUTX2F6</string> | |
| 16 <key>method</key> | |
| 17 <string>enterprise</string> | |
| 18 <key>provisioningProfiles</key> | |
| 19 <dict> | |
| 20 <key>org.adblockplus.devbuilds.AdblockBrowser</key> | |
| 21 <string>Adblock Browser Devbuild In House</string> | |
| 22 <key>org.adblockplus.devbuilds.AdblockBrowser.ExtensionShare</key> | |
| 23 <string>Adblock Browser Extension Devbuild In House</string> | |
| 24 </dict> | |
| 25 <key>signingCertificate</key> | |
| 26 <string>BF446C1E27C6AC8165D297C98BF2C6BE9FE038BE</string> | |
| 27 <key>signingStyle</key> | |
| 28 <string>manual</string> | |
| 29 <key>uploadSymbols</key> | |
| 30 <true/> | |
| 31 <key>uploadBitcode</key> | |
| 32 <false/> | |
| 33 </dict> | |
| 34 </plist> | |
| OLD | NEW |