Changeset 388 for python/vendor/current/Mac/Resources
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- Location:
- python/vendor/current/Mac/Resources
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Mac/Resources/app/Info.plist.in
r2 r388 21 21 <string>Python</string> 22 22 <key>CFBundleGetInfoString</key> 23 <string>%version%, (c) 2004-20 09Python Software Foundation.</string>23 <string>%version%, (c) 2004-2013 Python Software Foundation.</string> 24 24 <key>CFBundleHelpBookFolder</key> 25 25 <array> … … 38 38 <string>6.0</string> 39 39 <key>CFBundleLongVersionString</key> 40 <string>%version%, (c) 2004-20 09Python Software Foundation.</string>40 <string>%version%, (c) 2004-2013 Python Software Foundation.</string> 41 41 <key>CFBundleName</key> 42 42 <string>Python</string> … … 56 56 <true/> 57 57 <key>NSHumanReadableCopyright</key> 58 <string>(c) 2004 Python Software Foundation.</string> 58 <string>(c) 2013 Python Software Foundation.</string> 59 <key>NSHighResolutionCapable</key> 60 <true/> 59 61 </dict> 60 62 </plist> -
python/vendor/current/Mac/Resources/framework/Info.plist.in
r2 r388 18 18 <string>FMWK</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>%VERSION%, (c) 2004-20 08Python Software Foundation.</string>20 <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> 21 21 <key>CFBundleLongVersionString</key> 22 <string>%VERSION%, (c) 2004-20 08Python Software Foundation.</string>22 <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> 23 23 <key>CFBundleSignature</key> 24 24 <string>????</string>
Note:
See TracChangeset
for help on using the changeset viewer.