~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Mac/Resources/framework/Info.plist

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3
 
<plist version="0.9">
4
 
<dict>
5
 
        <key>CFBundleDevelopmentRegion</key>
6
 
        <string>English</string>
7
 
        <key>CFBundleExecutable</key>
8
 
        <string>Python</string>
9
 
        <key>CFBundleGetInfoString</key>
10
 
        <string>Python Runtime and Library</string>
11
 
        <key>CFBundleIdentifier</key>
12
 
        <string>org.python.python</string>
13
 
        <key>CFBundleInfoDictionaryVersion</key>
14
 
        <string>6.0</string>
15
 
        <key>CFBundleName</key>
16
 
        <string>Python</string>
17
 
        <key>CFBundlePackageType</key>
18
 
        <string>FMWK</string>
19
 
        <key>CFBundleShortVersionString</key>
20
 
        <string>2.5</string>
21
 
        <key>CFBundleSignature</key>
22
 
        <string>????</string>
23
 
        <key>CFBundleVersion</key>
24
 
        <string>2.5</string>
25
 
</dict>
26
 
</plist>