diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/app-Info.plist | 2 | ||||
-rw-r--r-- | chrome/app/framework-Info.plist | 18 | ||||
-rw-r--r-- | chrome/app/helper-Info.plist | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 1e65fda..8148422 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -166,8 +166,6 @@ </array> </dict> </array> - <key>CFBundleVersion</key> - <string>0.1</string> <key>LSFileQuarantineEnabled</key> <true/> <key>LSHasLocalizedDisplayName</key> diff --git a/chrome/app/framework-Info.plist b/chrome/app/framework-Info.plist new file mode 100644 index 0000000..9cfe1b0 --- /dev/null +++ b/chrome/app/framework-Info.plist @@ -0,0 +1,18 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>en-US</string> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIdentifier</key> + <string>${CHROMIUM_BUNDLE_ID}.framework</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleSignature</key> + <string>????</string> +</dict> +</plist> diff --git a/chrome/app/helper-Info.plist b/chrome/app/helper-Info.plist index 72f92b7..100e5a3 100644 --- a/chrome/app/helper-Info.plist +++ b/chrome/app/helper-Info.plist @@ -18,8 +18,6 @@ <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> - <key>CFBundleVersion</key> - <string>0.1</string> <key>LSFileQuarantineEnabled</key> <true/> <key>LSHasLocalizedDisplayName</key> |