Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: remoting/host/installer/mac/ChromotingHost.pkgproj

Issue 10538092: [Chromoting] Sign the installer package. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/host/installer/mac/do_signing.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>PACKAGES</key> 5 <key>PACKAGES</key>
6 <array> 6 <array>
7 <dict> 7 <dict>
8 <key>PACKAGE_FILES</key> 8 <key>PACKAGE_FILES</key>
9 <dict> 9 <dict>
10 <key>DEFAULT_INSTALL_LOCATION</key> 10 <key>DEFAULT_INSTALL_LOCATION</key>
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 <key>PROJECT_SETTINGS</key> 690 <key>PROJECT_SETTINGS</key>
691 <dict> 691 <dict>
692 <key>ADVANCED_OPTIONS</key> 692 <key>ADVANCED_OPTIONS</key>
693 <dict> 693 <dict>
694 <key>installer-script.options:hostArchitectures< /key> 694 <key>installer-script.options:hostArchitectures< /key>
695 <array> 695 <array>
696 <string></string> 696 <string></string>
697 </array> 697 </array>
698 </dict> 698 </dict>
699 <key>BUILD_FORMAT</key> 699 <key>BUILD_FORMAT</key>
700 » » » <integer>1</integer> 700 » » » <integer>0</integer>
garykac 2012/06/11 21:56:46 0 = flat package
701 <key>BUILD_PATH</key> 701 <key>BUILD_PATH</key>
702 <dict> 702 <dict>
703 <key>PATH</key> 703 <key>PATH</key>
704 <string>build</string> 704 <string>build</string>
705 <key>PATH_TYPE</key> 705 <key>PATH_TYPE</key>
706 <integer>1</integer> 706 <integer>1</integer>
707 </dict> 707 </dict>
708 <key>EXCLUDED_FILES</key> 708 <key>EXCLUDED_FILES</key>
709 <array> 709 <array>
710 <dict> 710 <dict>
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 <key>NAME</key> 860 <key>NAME</key>
861 <string>@@HOST_PKG@@</string> 861 <string>@@HOST_PKG@@</string>
862 </dict> 862 </dict>
863 </dict> 863 </dict>
864 <key>TYPE</key> 864 <key>TYPE</key>
865 <integer>0</integer> 865 <integer>0</integer>
866 <key>VERSION</key> 866 <key>VERSION</key>
867 <integer>2</integer> 867 <integer>2</integer>
868 </dict> 868 </dict>
869 </plist> 869 </plist>
OLDNEW
« no previous file with comments | « no previous file | remoting/host/installer/mac/do_signing.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698