diff options
Diffstat (limited to 'Mac/Resources/framework/Info.plist')
-rw-r--r-- | Mac/Resources/framework/Info.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Mac/Resources/framework/Info.plist b/Mac/Resources/framework/Info.plist new file mode 100644 index 0000000..302ff48 --- /dev/null +++ b/Mac/Resources/framework/Info.plist @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> +<plist version="0.9"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>Python</string> + <key>CFBundleGetInfoString</key> + <string>Python Runtime and Library</string> + <key>CFBundleIdentifier</key> + <string>org.python.python</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Python</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleShortVersionString</key> + <string>2.5</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>2.5</string> +</dict> +</plist> |