Skip to content

Commit c2b567d

Browse files
Eric OngEric Ong
authored andcommitted
first commit
1 parent 6292714 commit c2b567d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

python.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66
objectVersion = 46;
77
objects = {
88

9+
/* Begin PBXFileReference section */
10+
0758C2DA1F1C4E4E00A69097 /* samplepy.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = samplepy.py; sourceTree = "<group>"; };
11+
/* End PBXFileReference section */
12+
913
/* Begin PBXGroup section */
1014
0758C2CF1F1C4DCB00A69097 = {
1115
isa = PBXGroup;
1216
children = (
17+
0758C2DA1F1C4E4E00A69097 /* samplepy.py */,
1318
);
1419
sourceTree = "<group>";
1520
};

python.xcodeproj/xcuserdata/Eric.xcuserdatad/xcschemes/python.xcscheme

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@
3434
</TestAction>
3535
<LaunchAction
3636
buildConfiguration = "Debug"
37-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
selectedDebuggerIdentifier = ""
38+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
3939
launchStyle = "0"
40-
useCustomWorkingDirectory = "NO"
40+
useCustomWorkingDirectory = "YES"
41+
customWorkingDirectory = "/Users/Eric/Documents/Hobbies/Electronics/XcodeProgs/python"
4142
ignoresPersistentStateOnLaunch = "NO"
4243
debugDocumentVersioning = "YES"
4344
debugServiceExtension = "internal"
4445
allowLocationSimulation = "YES">
46+
<PathRunnable
47+
runnableDebuggingMode = "0"
48+
FilePath = "/usr/bin/python">
49+
</PathRunnable>
4550
<MacroExpansion>
4651
<BuildableReference
4752
BuildableIdentifier = "primary"
@@ -51,6 +56,12 @@
5156
ReferencedContainer = "container:python.xcodeproj">
5257
</BuildableReference>
5358
</MacroExpansion>
59+
<CommandLineArguments>
60+
<CommandLineArgument
61+
argument = "samplepy.py"
62+
isEnabled = "YES">
63+
</CommandLineArgument>
64+
</CommandLineArguments>
5465
<AdditionalOptions>
5566
</AdditionalOptions>
5667
</LaunchAction>

samplepy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print "Hello, World!"

0 commit comments

Comments
 (0)