File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
xcuserdata/Eric.xcuserdatad/xcschemes Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 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 };
Original file line number Diff line number Diff line change 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"
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 >
Original file line number Diff line number Diff line change 1+ print "Hello, World!"
You can’t perform that action at this time.
0 commit comments