Skip to content

Commit 6292714

Browse files
Eric OngEric Ong
authored andcommitted
Initial Commit
0 parents  commit 6292714

File tree

4 files changed

+302
-0
lines changed

4 files changed

+302
-0
lines changed

python.xcodeproj/project.pbxproj

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXGroup section */
10+
0758C2CF1F1C4DCB00A69097 = {
11+
isa = PBXGroup;
12+
children = (
13+
);
14+
sourceTree = "<group>";
15+
};
16+
/* End PBXGroup section */
17+
18+
/* Begin PBXLegacyTarget section */
19+
0758C2D41F1C4DCB00A69097 /* python */ = {
20+
isa = PBXLegacyTarget;
21+
buildArgumentsString = "$(ACTION)";
22+
buildConfigurationList = 0758C2D71F1C4DCC00A69097 /* Build configuration list for PBXLegacyTarget "python" */;
23+
buildPhases = (
24+
);
25+
buildToolPath = /usr/bin/python;
26+
dependencies = (
27+
);
28+
name = python;
29+
passBuildSettingsInEnvironment = 1;
30+
productName = python;
31+
};
32+
/* End PBXLegacyTarget section */
33+
34+
/* Begin PBXProject section */
35+
0758C2D01F1C4DCB00A69097 /* Project object */ = {
36+
isa = PBXProject;
37+
attributes = {
38+
LastUpgradeCheck = 0830;
39+
ORGANIZATIONNAME = "Eric Ong";
40+
TargetAttributes = {
41+
0758C2D41F1C4DCB00A69097 = {
42+
CreatedOnToolsVersion = 8.3.3;
43+
ProvisioningStyle = Automatic;
44+
};
45+
};
46+
};
47+
buildConfigurationList = 0758C2D31F1C4DCB00A69097 /* Build configuration list for PBXProject "python" */;
48+
compatibilityVersion = "Xcode 3.2";
49+
developmentRegion = English;
50+
hasScannedForEncodings = 0;
51+
knownRegions = (
52+
en,
53+
);
54+
mainGroup = 0758C2CF1F1C4DCB00A69097;
55+
projectDirPath = "";
56+
projectRoot = "";
57+
targets = (
58+
0758C2D41F1C4DCB00A69097 /* python */,
59+
);
60+
};
61+
/* End PBXProject section */
62+
63+
/* Begin XCBuildConfiguration section */
64+
0758C2D51F1C4DCC00A69097 /* Debug */ = {
65+
isa = XCBuildConfiguration;
66+
buildSettings = {
67+
ALWAYS_SEARCH_USER_PATHS = NO;
68+
CLANG_ANALYZER_NONNULL = YES;
69+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
70+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
71+
CLANG_CXX_LIBRARY = "libc++";
72+
CLANG_ENABLE_MODULES = YES;
73+
CLANG_ENABLE_OBJC_ARC = YES;
74+
CLANG_WARN_BOOL_CONVERSION = YES;
75+
CLANG_WARN_CONSTANT_CONVERSION = YES;
76+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
77+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
78+
CLANG_WARN_EMPTY_BODY = YES;
79+
CLANG_WARN_ENUM_CONVERSION = YES;
80+
CLANG_WARN_INFINITE_RECURSION = YES;
81+
CLANG_WARN_INT_CONVERSION = YES;
82+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
83+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
84+
CLANG_WARN_UNREACHABLE_CODE = YES;
85+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
86+
COPY_PHASE_STRIP = NO;
87+
DEBUG_INFORMATION_FORMAT = dwarf;
88+
ENABLE_STRICT_OBJC_MSGSEND = YES;
89+
ENABLE_TESTABILITY = YES;
90+
GCC_C_LANGUAGE_STANDARD = gnu99;
91+
GCC_DYNAMIC_NO_PIC = NO;
92+
GCC_NO_COMMON_BLOCKS = YES;
93+
GCC_OPTIMIZATION_LEVEL = 0;
94+
GCC_PREPROCESSOR_DEFINITIONS = (
95+
"DEBUG=1",
96+
"$(inherited)",
97+
);
98+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
99+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
100+
GCC_WARN_UNDECLARED_SELECTOR = YES;
101+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
102+
GCC_WARN_UNUSED_FUNCTION = YES;
103+
GCC_WARN_UNUSED_VARIABLE = YES;
104+
MTL_ENABLE_DEBUG_INFO = YES;
105+
ONLY_ACTIVE_ARCH = YES;
106+
};
107+
name = Debug;
108+
};
109+
0758C2D61F1C4DCC00A69097 /* Release */ = {
110+
isa = XCBuildConfiguration;
111+
buildSettings = {
112+
ALWAYS_SEARCH_USER_PATHS = NO;
113+
CLANG_ANALYZER_NONNULL = YES;
114+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
115+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
116+
CLANG_CXX_LIBRARY = "libc++";
117+
CLANG_ENABLE_MODULES = YES;
118+
CLANG_ENABLE_OBJC_ARC = YES;
119+
CLANG_WARN_BOOL_CONVERSION = YES;
120+
CLANG_WARN_CONSTANT_CONVERSION = YES;
121+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
122+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
123+
CLANG_WARN_EMPTY_BODY = YES;
124+
CLANG_WARN_ENUM_CONVERSION = YES;
125+
CLANG_WARN_INFINITE_RECURSION = YES;
126+
CLANG_WARN_INT_CONVERSION = YES;
127+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
128+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
129+
CLANG_WARN_UNREACHABLE_CODE = YES;
130+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
131+
COPY_PHASE_STRIP = NO;
132+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
133+
ENABLE_NS_ASSERTIONS = NO;
134+
ENABLE_STRICT_OBJC_MSGSEND = YES;
135+
GCC_C_LANGUAGE_STANDARD = gnu99;
136+
GCC_NO_COMMON_BLOCKS = YES;
137+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
138+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
139+
GCC_WARN_UNDECLARED_SELECTOR = YES;
140+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
141+
GCC_WARN_UNUSED_FUNCTION = YES;
142+
GCC_WARN_UNUSED_VARIABLE = YES;
143+
MTL_ENABLE_DEBUG_INFO = NO;
144+
};
145+
name = Release;
146+
};
147+
0758C2D81F1C4DCC00A69097 /* Debug */ = {
148+
isa = XCBuildConfiguration;
149+
buildSettings = {
150+
DEBUGGING_SYMBOLS = YES;
151+
DEBUG_INFORMATION_FORMAT = dwarf;
152+
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
153+
GCC_OPTIMIZATION_LEVEL = 0;
154+
OTHER_CFLAGS = "";
155+
OTHER_LDFLAGS = "";
156+
PRODUCT_NAME = "$(TARGET_NAME)";
157+
};
158+
name = Debug;
159+
};
160+
0758C2D91F1C4DCC00A69097 /* Release */ = {
161+
isa = XCBuildConfiguration;
162+
buildSettings = {
163+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
164+
OTHER_CFLAGS = "";
165+
OTHER_LDFLAGS = "";
166+
PRODUCT_NAME = "$(TARGET_NAME)";
167+
};
168+
name = Release;
169+
};
170+
/* End XCBuildConfiguration section */
171+
172+
/* Begin XCConfigurationList section */
173+
0758C2D31F1C4DCB00A69097 /* Build configuration list for PBXProject "python" */ = {
174+
isa = XCConfigurationList;
175+
buildConfigurations = (
176+
0758C2D51F1C4DCC00A69097 /* Debug */,
177+
0758C2D61F1C4DCC00A69097 /* Release */,
178+
);
179+
defaultConfigurationIsVisible = 0;
180+
defaultConfigurationName = Release;
181+
};
182+
0758C2D71F1C4DCC00A69097 /* Build configuration list for PBXLegacyTarget "python" */ = {
183+
isa = XCConfigurationList;
184+
buildConfigurations = (
185+
0758C2D81F1C4DCC00A69097 /* Debug */,
186+
0758C2D91F1C4DCC00A69097 /* Release */,
187+
);
188+
defaultConfigurationIsVisible = 0;
189+
};
190+
/* End XCConfigurationList section */
191+
};
192+
rootObject = 0758C2D01F1C4DCB00A69097 /* Project object */;
193+
}

python.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0830"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "0758C2D41F1C4DCB00A69097"
18+
BuildableName = "python"
19+
BlueprintName = "python"
20+
ReferencedContainer = "container:python.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "0758C2D41F1C4DCB00A69097"
49+
BuildableName = "python"
50+
BlueprintName = "python"
51+
ReferencedContainer = "container:python.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "0758C2D41F1C4DCB00A69097"
67+
BuildableName = "python"
68+
BlueprintName = "python"
69+
ReferencedContainer = "container:python.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>
Lines changed: 22 additions & 0 deletions
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>python.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>0758C2D41F1C4DCB00A69097</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)