Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: deploy/ExportOptions.plist

Issue 29720604: Issue 6405 - Remove CircleCI refs. (Closed)
Patch Set: Issue 6405 - Remove build scripts & CircleCI refs. Removed Cartfile reference Created March 14, 2018, 8:58 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « circle.yml ('k') | deploy/build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « circle.yml ('k') | deploy/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld