| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 53c5f7c commit 69da3d0
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,7 +106,7 @@ install_Python: | |||
| 106 | 106 | esac; \ | |
| 107 | 107 | done; \ | |
| 108 | 108 | done | |
| 109 | - $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/python | ||
| 109 | + $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python | ||
| 110 | 110 | ||
| 111 | 111 | install_IDE: | |
| 112 | 112 | @if ! $(BUILDPYTHON) -c "import waste"; then \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -132,7 +132,6 @@ | |||
| 132 | 132 | 4A9504D0FFE6A4CB11CA0CBA, | |
| 133 | 133 | 4A9504D1FFE6A4CB11CA0CBA, | |
| 134 | 134 | ); | |
| 135 | - hasScannedForEncodings = 1; | ||
| 136 | 135 | isa = PBXProject; | |
| 137 | 136 | mainGroup = 2A37F4AAFDCFA73011CA2CEA; | |
| 138 | 137 | projectDirPath = ""; | |
@@ -364,28 +363,31 @@ | |||
| 364 | 363 | <key>CFBundleExecutable</key> | |
| 365 | 364 | <string>PythonLauncher</string> | |
| 366 | 365 | <key>CFBundleGetInfoString</key> | |
| 367 | - <string>Python Launcher</string> | ||
| 366 | + <string>2.3, © 2001-2003 Python Software Foundation</string> | ||
| 368 | 367 | <key>CFBundleIconFile</key> | |
| 369 | 368 | <string>PythonInterpreter.icns</string> | |
| 370 | 369 | <key>CFBundleIdentifier</key> | |
| 371 | 370 | <string>org.python.PythonLauncher</string> | |
| 372 | 371 | <key>CFBundleInfoDictionaryVersion</key> | |
| 373 | 372 | <string>6.0</string> | |
| 374 | 373 | <key>CFBundleName</key> | |
| 375 | - <string>Python Launcher</string> | ||
| 374 | + <string>PythonLauncher</string> | ||
| 376 | 375 | <key>CFBundlePackageType</key> | |
| 377 | 376 | <string>APPL</string> | |
| 377 | + <key>CFBundleShortVersionString</key> | ||
| 378 | + <string>2.3</string> | ||
| 378 | 379 | <key>CFBundleSignature</key> | |
| 379 | 380 | <string>PytL</string> | |
| 380 | 381 | <key>CFBundleVersion</key> | |
| 381 | - <string>2.3a0</string> | ||
| 382 | + <string>2.3</string> | ||
| 382 | 383 | <key>NSMainNibFile</key> | |
| 383 | 384 | <string>MainMenu</string> | |
| 384 | 385 | <key>NSPrincipalClass</key> | |
| 385 | 386 | <string>NSApplication</string> | |
| 386 | 387 | </dict> | |
| 387 | 388 | </plist> | |
| 388 | 389 | "; | |
| 390 | + shouldUseHeadermap = 0; | ||
| 389 | 391 | }; | |
| 390 | 392 | 2A37F4C7FDCFA73011CA2CEA = { | |
| 391 | 393 | buildActionMask = 2147483647; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,14 +18,14 @@ | |||
| 18 | 18 | </dict> | |
| 19 | 19 | </array> | |
| 20 | 20 | <key>CFBundleExecutable</key> | |
| 21 | - <string>python</string> | ||
| 21 | + <string>Python</string> | ||
| 22 | 22 | ||
| 23 | 23 | <key>CFBundleGetInfoString</key> | |
| 24 | - <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string> | ||
| 24 | + <string>2.3, (c) 2003 Python Software Foundation.</string> | ||
| 25 | 25 | <key>CFBundleLongVersionString</key> | |
| 26 | - <string>2.3, (c) 2002 Python Software Foundation.</string> | ||
| 26 | + <string>2.3, (c) 2003 Python Software Foundation.</string> | ||
| 27 | 27 | <key>NSHumanReadableCopyright</key> | |
| 28 | - <string>Copyright 2002 Python Software Foundation.</string> | ||
| 28 | + <string>Copyright 2003 Python Software Foundation.</string> | ||
| 29 | 29 | <key>CFBundleShortVersionString</key> | |
| 30 | 30 | <string>2.3</string> | |
| 31 | 31 | ||
@@ -57,5 +57,7 @@ | |||
| 57 | 57 | <true/> | |
| 58 | 58 | <key>CSResourcesFileMapped</key> | |
| 59 | 59 | <true/> | |
| 60 | + <key>NSAppleScriptEnabled</key> | ||
| 61 | + <true/> | ||
| 60 | 62 | </dict> | |
| 61 | 63 | </plist> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | /* Localized versions of Info.plist keys */ | |
| 2 | 2 | ||
| 3 | 3 | CFBundleName = "Python"; | |
| 4 | - CFBundleShortVersionString = "Python Interpreter version 2.3"; | ||
| 5 | - CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation."; | ||
| 6 | - CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation."; | ||
| 7 | - NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation."; | ||
| 4 | + CFBundleShortVersionString = "2.3"; | ||
| 5 | + CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation."; | ||
| 6 | + CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation."; | ||
| 7 | + NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation."; | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | /* Localized versions of Info.plist keys */ | |
| 2 | 2 | ||
| 3 | 3 | CFBundleName = "Python"; | |
| 4 | - CFBundleShortVersionString = "2.2a1"; | ||
| 5 | - CFBundleGetInfoString = "Python Runtime and Library"; | ||
| 4 | + CFBundleShortVersionString = "2.3"; | ||
| 5 | + CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation"; | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,14 +5,14 @@ | |||
| 5 | 5 | <key>BuildVersion</key> | |
| 6 | 6 | <string>1</string> | |
| 7 | 7 | <key>CFBundleShortVersionString</key> | |
| 8 | - <string>2.2</string> | ||
| 8 | + <string>2.3</string> | ||
| 9 | 9 | <key>CFBundleVersion</key> | |
| 10 | - <string>Python 2.2</string> | ||
| 10 | + <string>2.3</string> | ||
| 11 | 11 | <key>ProjectName</key> | |
| 12 | 12 | <string>Python</string> | |
| 13 | 13 | <key>ReleaseStatus</key> | |
| 14 | 14 | <string>final</string> | |
| 15 | 15 | <key>SourceVersion</key> | |
| 16 | - <string>2.2</string> | ||
| 16 | + <string>2.3</string> | ||
| 17 | 17 | </dict> | |
| 18 | 18 | </plist> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,14 +24,14 @@ | |||
| 24 | 24 | </dict> | |
| 25 | 25 | </array> | |
| 26 | 26 | <key>CFBundleExecutable</key> | |
| 27 | - <string>python</string> | ||
| 27 | + <string>PythonIDE</string> | ||
| 28 | 28 | ||
| 29 | 29 | <key>CFBundleGetInfoString</key> | |
| 30 | - <string>Python IDE version 2.3, (c) 2002 Python Software Foundation.</string> | ||
| 30 | + <string>2.3, (c) 2003 Python Software Foundation.</string> | ||
| 31 | 31 | <key>CFBundleLongVersionString</key> | |
| 32 | - <string>2.3, (c) 2002 Python Software Foundation.</string> | ||
| 32 | + <string>2.3, (c) 2003 Python Software Foundation.</string> | ||
| 33 | 33 | <key>NSHumanReadableCopyright</key> | |
| 34 | - <string>Copyright 2002 Python Software Foundation.</string> | ||
| 34 | + <string>Copyright 2003 Python Software Foundation.</string> | ||
| 35 | 35 | <key>CFBundleShortVersionString</key> | |
| 36 | 36 | <string>2.3</string> | |
| 37 | 37 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments