Chromium Code Reviews| Index: chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist |
| diff --git a/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist b/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..904c8b63ad65b9c71d702a918f583369cc3d901d |
| --- /dev/null |
| +++ b/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist |
| @@ -0,0 +1,58 @@ |
| +<?xml version="1.0" encoding="UTF-8"?> |
| +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| +<plist version="1.0"> |
| +<dict> |
| + <key>BuildMachineOSBuild</key> |
| + <string>13D65</string> |
| + <key>CFBundleDevelopmentRegion</key> |
| + <string>en</string> |
| + <key>CFBundleExecutable</key> |
| + <string>app_mode_loader</string> |
| + <key>CFBundleIconFile</key> |
| + <string>app.icns</string> |
| + <key>CFBundleIdentifier</key> |
| + <string>FILLED_IN_BY_TEST</string> |
| + <key>CFBundleInfoDictionaryVersion</key> |
| + <string>6.0</string> |
| + <key>CFBundleName</key> |
| + <string>FILLED_IN_BY_TEST</string> |
| + <key>CFBundlePackageType</key> |
| + <string>APPL</string> |
| + <key>CFBundleShortVersionString</key> |
| + <string>37.0.2043.0</string> |
| + <key>CFBundleSignature</key> |
| + <string>????</string> |
| + <key>CFBundleVersion</key> |
| + <string>2043.0</string> |
| + <key>CrAppModeProfileDir</key> |
| + <string>Default</string> |
| + <key>CrAppModeProfileName</key> |
| + <string>First user</string> |
| + <key>CrAppModeShortcutID</key> |
| + <string>FILLED_IN_BY_TEST</string> |
| + <key>CrAppModeShortcutName</key> |
| + <string>Platform App Test: minimal platform app</string> |
| + <key>CrAppModeShortcutURL</key> |
| + <string></string> |
| + <key>CrAppModeUserDataDir</key> |
| + <string>FILLED_IN_BY_TEST</string> |
| + <key>CrBundleIdentifier</key> |
| + <string>FILLED_IN_BY_TEST</string> |
| + <key>DTSDKBuild</key> |
| + <string>10M2518</string> |
| + <key>DTSDKName</key> |
| + <string>macosx10.6</string> |
| + <key>DTXcode</key> |
| + <string>0511</string> |
| + <key>DTXcodeBuild</key> |
| + <string>5B1008</string> |
| + <key>LSFileQuarantineEnabled</key> |
|
tapted
2014/06/13 11:15:58
Should we remove this manually to try to avoid tho
jackhou1
2014/06/14 10:09:33
Argh, yeah I forgot to patch in latest version of
|
| + <true/> |
| + <key>LSHasLocalizedDisplayName</key> |
| + <true/> |
| + <key>LSMinimumSystemVersion</key> |
| + <string>10.6.0</string> |
| + <key>NSAppleScriptEnabled</key> |
| + <true/> |
| +</dict> |
| +</plist> |