summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources/framework/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSXResources/framework/Info.plist')
-rw-r--r--Mac/OSXResources/framework/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/Mac/OSXResources/framework/Info.plist b/Mac/OSXResources/framework/Info.plist
new file mode 100644
index 0000000..dfb9457
--- /dev/null
+++ b/Mac/OSXResources/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.2a1</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>vecLib 1.1-4</string>
+</dict>
+</plist>