toolkit/crashreporter/google-breakpad/src/client/mac/UnitTests-Info.plist

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
michael@0 3 <plist version="1.0">
michael@0 4 <dict>
michael@0 5 <key>CFBundleDevelopmentRegion</key>
michael@0 6 <string>English</string>
michael@0 7 <key>CFBundleExecutable</key>
michael@0 8 <string>${EXECUTABLE_NAME}</string>
michael@0 9 <key>CFBundleIdentifier</key>
michael@0 10 <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
michael@0 11 <key>CFBundleInfoDictionaryVersion</key>
michael@0 12 <string>6.0</string>
michael@0 13 <key>CFBundlePackageType</key>
michael@0 14 <string>BNDL</string>
michael@0 15 <key>CFBundleSignature</key>
michael@0 16 <string>????</string>
michael@0 17 <key>CFBundleVersion</key>
michael@0 18 <string>1.0</string>
michael@0 19 </dict>
michael@0 20 </plist>

mercurial