Index: chrome/installer/mac/app/Info.plist |
diff --git a/chrome/installer/mac/app/Info.plist b/chrome/installer/mac/app/Info.plist |
index c671e4453955843146edbb63683132237a31268a..024065d10f28effa6ad39093d71adce03cc3e385 100644 |
--- a/chrome/installer/mac/app/Info.plist |
+++ b/chrome/installer/mac/app/Info.plist |
@@ -2,53 +2,53 @@ |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<plist version="1.0"> |
<dict> |
- <key>CFBundleDevelopmentRegion</key> |
- <string>en</string> |
- <key>CFBundleExecutable</key> |
- <string>$(EXECUTABLE_NAME)</string> |
- <key>CFBundleIconFile</key> |
- <string></string> |
- <key>CFBundleIdentifier</key> |
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
- <key>CFBundleInfoDictionaryVersion</key> |
- <string>6.0</string> |
- <key>CFBundleName</key> |
- <string>$(PRODUCT_NAME)</string> |
- <key>CFBundlePackageType</key> |
- <string>APPL</string> |
- <key>CFBundleShortVersionString</key> |
- <string>1.0</string> |
- <key>CFBundleSignature</key> |
- <string>????</string> |
- <key>CFBundleVersion</key> |
- <string>1</string> |
- <key>LSMinimumSystemVersion</key> |
- <string>$(MACOSX_DEPLOYMENT_TARGET)</string> |
- <key>NSHumanReadableCopyright</key> |
- <string>Copyright © 2016 Google. All rights reserved.</string> |
- <key>NSMainNibFile</key> |
- <string>MainMenu</string> |
- <key>NSPrincipalClass</key> |
- <string>NSApplication</string> |
- <key>NSAppTransportSecurity</key> |
- <dict> |
- <key>NSExceptionDomains</key> |
- <dict> |
- <key>google.com</key> |
- <dict> |
- <key>NSIncludesSubdomains</key> |
- <true/> |
- <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
- <true/> |
- </dict> |
- <key>gvt1.com</key> |
- <dict> |
- <key>NSIncludesSubdomains</key> |
- <true/> |
- <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
- <true/> |
- </dict> |
- </dict> |
- </dict> |
+ <key>CFBundleDevelopmentRegion</key> |
Anna Zeng
2016/08/18 15:57:16
Switch to spaces! https://google.github.io/stylegu
|
+ <string>en</string> |
+ <key>CFBundleExecutable</key> |
+ <string>$(EXECUTABLE_NAME)</string> |
+ <key>CFBundleIconFile</key> |
+ <string></string> |
+ <key>CFBundleIdentifier</key> |
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
+ <key>CFBundleInfoDictionaryVersion</key> |
+ <string>6.0</string> |
+ <key>CFBundleName</key> |
+ <string>$(PRODUCT_NAME)</string> |
+ <key>CFBundlePackageType</key> |
+ <string>APPL</string> |
+ <key>CFBundleShortVersionString</key> |
+ <string>1.0</string> |
+ <key>CFBundleSignature</key> |
+ <string>????</string> |
+ <key>CFBundleVersion</key> |
+ <string>1</string> |
+ <key>LSMinimumSystemVersion</key> |
+ <string>$(MACOSX_DEPLOYMENT_TARGET)</string> |
+ <key>NSHumanReadableCopyright</key> |
+ <string>Copyright © 2016 Google. All rights reserved.</string> |
+ <key>NSMainNibFile</key> |
+ <string>MainMenu</string> |
+ <key>NSPrincipalClass</key> |
+ <string>NSApplication</string> |
+ <key>NSAppTransportSecurity</key> |
+ <dict> |
+ <key>NSExceptionDomains</key> |
+ <dict> |
+ <key>google.com</key> |
+ <dict> |
+ <key>NSIncludesSubdomains</key> |
+ <true/> |
+ <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
+ <true/> |
+ </dict> |
+ <key>gvt1.com</key> |
+ <dict> |
+ <key>NSIncludesSubdomains</key> |
+ <true/> |
+ <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
+ <true/> |
+ </dict> |
+ </dict> |
+ </dict> |
</dict> |
</plist> |