[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.7,1.8
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年12月26日 14:10:55 -0800
- Previous message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib classes.nib,1.1,1.2 info.nib,1.1,1.2 objects.nib,1.1,1.2
- Next message: [Python-checkins] python/nondist/sandbox/datetime US.py,1.6,1.7 datetime.py,1.126,1.127 doc.txt,1.72,1.73 test_datetime.py,1.83,1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
In directory sc8-pr-cvs1:/tmp/cvs-serv2846/PythonLauncher/PythonLauncher.pbproj
Modified Files:
project.pbxproj
Log Message:
Changed the input field for the interpreter to use (in the preferences
window) to a combobox listing the known interpreters.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** project.pbxproj 25 Nov 2002 13:11:06 -0000 1.7
--- project.pbxproj 26 Dec 2002 22:10:53 -0000 1.8
***************
*** 133,136 ****
--- 133,137 ----
4A9504D1FFE6A4CB11CA0CBA,
);
+ hasScannedForEncodings = 1;
isa = PBXProject;
mainGroup = 2A37F4AAFDCFA73011CA2CEA;
***************
*** 170,173 ****
--- 171,175 ----
};
2A37F4ACFDCFA73011CA2CEA = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = MyDocument.m;
***************
*** 175,178 ****
--- 177,181 ----
};
2A37F4AEFDCFA73011CA2CEA = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = MyDocument.h;
***************
*** 191,194 ****
--- 194,198 ----
};
2A37F4B0FDCFA73011CA2CEA = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = main.m;
***************
*** 401,405 ****
</plist>
";
- shouldUseHeadermap = 1;
};
2A37F4C7FDCFA73011CA2CEA = {
--- 405,408 ----
***************
*** 516,519 ****
--- 519,523 ----
//F54
F52A90CD02EB5C6A01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = FileSettings.m;
***************
*** 521,524 ****
--- 525,529 ----
};
F52A90CE02EB5C6A01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = FileSettings.h;
***************
*** 582,585 ****
--- 587,591 ----
};
F5A42167038BDD8E0110C447 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = factorySettings.plist;
***************
*** 604,607 ****
--- 610,614 ----
};
F5A4C14002F2055C01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = PreferencesWindowController.h;
***************
*** 609,612 ****
--- 616,620 ----
};
F5A4C14102F2055C01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = PreferencesWindowController.m;
***************
*** 626,629 ****
--- 634,638 ----
};
F5A4C14402F2070D01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = MyAppDelegate.m;
***************
*** 631,634 ****
--- 640,644 ----
};
F5A4C14502F2070D01000102 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = MyAppDelegate.h;
***************
*** 648,651 ****
--- 658,662 ----
};
F5AA9C6A02F8042D0110C447 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = doscript.h;
***************
*** 671,674 ****
--- 682,686 ----
};
F5AAA21D02F8115D0110C447 = {
+ fileEncoding = 30;
isa = PBXFileReference;
path = doscript.m;
- Previous message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib classes.nib,1.1,1.2 info.nib,1.1,1.2 objects.nib,1.1,1.2
- Next message: [Python-checkins] python/nondist/sandbox/datetime US.py,1.6,1.7 datetime.py,1.126,1.127 doc.txt,1.72,1.73 test_datetime.py,1.83,1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]