diff options
Diffstat (limited to 'externals/breakpad/src/client/mac/Framework/Info.plist')
-rw-r--r-- | externals/breakpad/src/client/mac/Framework/Info.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/externals/breakpad/src/client/mac/Framework/Info.plist b/externals/breakpad/src/client/mac/Framework/Info.plist new file mode 100644 index 0000000000..e43baddc0a --- /dev/null +++ b/externals/breakpad/src/client/mac/Framework/Info.plist @@ -0,0 +1,26 @@ +<?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>English</string> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>com.googlecode.google-breakpad</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>NSPrincipalClass</key> + <string></string> +</dict> +</plist> |