mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Implemented starting Python in a terminal window. The implementation isn't
optimal, especially if Terminal wasn't running yet, but it works.
This commit is contained in:
parent
33876f514a
commit
b7276cdf71
5 changed files with 177 additions and 6 deletions
|
@ -57,6 +57,7 @@
|
|||
1058C7A6FEA54F5311CA2CBB = {
|
||||
children = (
|
||||
1058C7A7FEA54F5311CA2CBB,
|
||||
F5AA9D0102F807EE0110C447,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = "Linked Frameworks";
|
||||
|
@ -179,7 +180,9 @@
|
|||
};
|
||||
2A37F4AFFDCFA73011CA2CEA = {
|
||||
children = (
|
||||
F5AA9C6A02F8042D0110C447,
|
||||
2A37F4B0FDCFA73011CA2CEA,
|
||||
F5AAA21D02F8115D0110C447,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = "Other Sources";
|
||||
|
@ -401,6 +404,7 @@
|
|||
F52A90D002EB5C6A01000102,
|
||||
F5A4C14202F2055D01000102,
|
||||
F5A4C14702F2070D01000102,
|
||||
F5AA9C6C02F8042D0110C447,
|
||||
);
|
||||
isa = PBXHeadersBuildPhase;
|
||||
};
|
||||
|
@ -432,6 +436,7 @@
|
|||
F52A90CF02EB5C6A01000102,
|
||||
F5A4C14302F2055D01000102,
|
||||
F5A4C14602F2070D01000102,
|
||||
F5AAA21E02F8115D0110C447,
|
||||
);
|
||||
isa = PBXSourcesBuildPhase;
|
||||
};
|
||||
|
@ -455,6 +460,7 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1058C7A9FEA54F5311CA2CBB,
|
||||
F5AA9D9B02F807EF0110C447,
|
||||
);
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
};
|
||||
|
@ -607,6 +613,40 @@
|
|||
settings = {
|
||||
};
|
||||
};
|
||||
F5AA9C6A02F8042D0110C447 = {
|
||||
isa = PBXFileReference;
|
||||
path = doscript.h;
|
||||
refType = 4;
|
||||
};
|
||||
F5AA9C6C02F8042D0110C447 = {
|
||||
fileRef = F5AA9C6A02F8042D0110C447;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F5AA9D0102F807EE0110C447 = {
|
||||
isa = PBXFrameworkReference;
|
||||
name = Carbon.framework;
|
||||
path = /System/Library/Frameworks/Carbon.framework;
|
||||
refType = 0;
|
||||
};
|
||||
F5AA9D9B02F807EF0110C447 = {
|
||||
fileRef = F5AA9D0102F807EE0110C447;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F5AAA21D02F8115D0110C447 = {
|
||||
isa = PBXFileReference;
|
||||
path = doscript.m;
|
||||
refType = 4;
|
||||
};
|
||||
F5AAA21E02F8115D0110C447 = {
|
||||
fileRef = F5AAA21D02F8115D0110C447;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
};
|
||||
rootObject = 2A37F4A9FDCFA73011CA2CEA;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue