Skip to content

Commit ca657f1

Browse files
Turpial for MacOSX initial commit for public
0 parents  commit ca657f1

File tree

7 files changed

+808
-0
lines changed

7 files changed

+808
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Turpial-for-Mac.xcodeproj/project.pbxproj

+661
Large diffs are not rendered by default.

Turpial-for-Mac.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "1.0">
5+
<FileBreakpoints>
6+
<FileBreakpoint
7+
shouldBeEnabled = "No"
8+
ignoreCount = "0"
9+
continueAfterRunningActions = "No"
10+
filePath = "../turpial/ui/qt/main.py"
11+
timestampString = "357716459.119625"
12+
startingColumnNumber = "9223372036854775807"
13+
endingColumnNumber = "9223372036854775807"
14+
startingLineNumber = "21"
15+
endingLineNumber = "21">
16+
</FileBreakpoint>
17+
<FileBreakpoint
18+
shouldBeEnabled = "No"
19+
ignoreCount = "0"
20+
continueAfterRunningActions = "No"
21+
filePath = "../turpial/ui/qt/main.py"
22+
timestampString = "358549157.862477"
23+
startingColumnNumber = "9223372036854775807"
24+
endingColumnNumber = "9223372036854775807"
25+
startingLineNumber = "327"
26+
endingLineNumber = "327"
27+
landmarkName = "Main"
28+
landmarkType = "3">
29+
</FileBreakpoint>
30+
<FileBreakpoint
31+
shouldBeEnabled = "Yes"
32+
ignoreCount = "0"
33+
continueAfterRunningActions = "No"
34+
filePath = "../turpial/ui/html.py"
35+
timestampString = "358555287.772155"
36+
startingColumnNumber = "9223372036854775807"
37+
endingColumnNumber = "9223372036854775807"
38+
startingLineNumber = "29"
39+
endingLineNumber = "29">
40+
</FileBreakpoint>
41+
</FileBreakpoints>
42+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
version = "1.3">
4+
<BuildAction
5+
parallelizeBuildables = "YES"
6+
buildImplicitDependencies = "YES">
7+
<BuildActionEntries>
8+
<BuildActionEntry
9+
buildForTesting = "YES"
10+
buildForRunning = "YES"
11+
buildForProfiling = "YES"
12+
buildForArchiving = "YES"
13+
buildForAnalyzing = "YES">
14+
<BuildableReference
15+
BuildableIdentifier = "primary"
16+
BlueprintIdentifier = "36AC21A2155244C200C68259"
17+
BuildableName = "Turpial-for-Mac"
18+
BlueprintName = "Turpial-for-Mac"
19+
ReferencedContainer = "container:Turpial-for-Mac.xcodeproj">
20+
</BuildableReference>
21+
</BuildActionEntry>
22+
</BuildActionEntries>
23+
</BuildAction>
24+
<TestAction
25+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
26+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
27+
shouldUseLaunchSchemeArgsEnv = "YES"
28+
buildConfiguration = "Debug">
29+
<Testables>
30+
</Testables>
31+
</TestAction>
32+
<LaunchAction
33+
selectedDebuggerIdentifier = ""
34+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
35+
launchStyle = "0"
36+
useCustomWorkingDirectory = "NO"
37+
buildConfiguration = "Debug"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
allowLocationSimulation = "YES">
41+
<PathRunnable
42+
FilePath = "/usr/bin/python">
43+
</PathRunnable>
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "36AC21A2155244C200C68259"
48+
BuildableName = "Turpial-for-Mac"
49+
BlueprintName = "Turpial-for-Mac"
50+
ReferencedContainer = "container:Turpial-for-Mac.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
53+
<CommandLineArguments>
54+
<CommandLineArgument
55+
argument = "$(SOURCE_ROOT)/../turpial/main.py"
56+
isEnabled = "YES">
57+
</CommandLineArgument>
58+
</CommandLineArguments>
59+
<AdditionalOptions>
60+
</AdditionalOptions>
61+
</LaunchAction>
62+
<ProfileAction
63+
shouldUseLaunchSchemeArgsEnv = "YES"
64+
savedToolIdentifier = ""
65+
useCustomWorkingDirectory = "NO"
66+
buildConfiguration = "Release"
67+
debugDocumentVersioning = "YES">
68+
</ProfileAction>
69+
<AnalyzeAction
70+
buildConfiguration = "Debug">
71+
</AnalyzeAction>
72+
<ArchiveAction
73+
buildConfiguration = "Release"
74+
revealArchiveInOrganizer = "YES">
75+
</ArchiveAction>
76+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Turpial-for-Mac.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>36AC21A2155244C200C68259</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)