Skip to content

Commit 844312d

Browse files
committed
first commit
0 parents  commit 844312d

File tree

207 files changed

+16821
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+16821
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
F5CAE52C1C44B53400DE294C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CAE52B1C44B53400DE294C /* main.cpp */; };
11+
F5CAE5341C44B54700DE294C /* Shapes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CAE5321C44B54700DE294C /* Shapes.cpp */; };
12+
F5CAE5401C44DF1000DE294C /* TeachingAssistant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CAE53E1C44DF1000DE294C /* TeachingAssistant.cpp */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXCopyFilesBuildPhase section */
16+
F5CAE5261C44B53400DE294C /* CopyFiles */ = {
17+
isa = PBXCopyFilesBuildPhase;
18+
buildActionMask = 2147483647;
19+
dstPath = /usr/share/man/man1/;
20+
dstSubfolderSpec = 0;
21+
files = (
22+
);
23+
runOnlyForDeploymentPostprocessing = 1;
24+
};
25+
/* End PBXCopyFilesBuildPhase section */
26+
27+
/* Begin PBXFileReference section */
28+
F5CAE5281C44B53400DE294C /* Class Hierarchies */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Class Hierarchies"; sourceTree = BUILT_PRODUCTS_DIR; };
29+
F5CAE52B1C44B53400DE294C /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
30+
F5CAE5321C44B54700DE294C /* Shapes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Shapes.cpp; sourceTree = "<group>"; };
31+
F5CAE5331C44B54700DE294C /* Shapes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Shapes.hpp; sourceTree = "<group>"; };
32+
F5CAE53E1C44DF1000DE294C /* TeachingAssistant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TeachingAssistant.cpp; sourceTree = "<group>"; };
33+
F5CAE53F1C44DF1000DE294C /* TeachingAssistant.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = TeachingAssistant.hpp; sourceTree = "<group>"; };
34+
/* End PBXFileReference section */
35+
36+
/* Begin PBXFrameworksBuildPhase section */
37+
F5CAE5251C44B53400DE294C /* Frameworks */ = {
38+
isa = PBXFrameworksBuildPhase;
39+
buildActionMask = 2147483647;
40+
files = (
41+
);
42+
runOnlyForDeploymentPostprocessing = 0;
43+
};
44+
/* End PBXFrameworksBuildPhase section */
45+
46+
/* Begin PBXGroup section */
47+
F5CAE51F1C44B53400DE294C = {
48+
isa = PBXGroup;
49+
children = (
50+
F5CAE52A1C44B53400DE294C /* Class Hierarchies */,
51+
F5CAE5291C44B53400DE294C /* Products */,
52+
);
53+
sourceTree = "<group>";
54+
};
55+
F5CAE5291C44B53400DE294C /* Products */ = {
56+
isa = PBXGroup;
57+
children = (
58+
F5CAE5281C44B53400DE294C /* Class Hierarchies */,
59+
);
60+
name = Products;
61+
sourceTree = "<group>";
62+
};
63+
F5CAE52A1C44B53400DE294C /* Class Hierarchies */ = {
64+
isa = PBXGroup;
65+
children = (
66+
F5CAE52B1C44B53400DE294C /* main.cpp */,
67+
F5CAE53E1C44DF1000DE294C /* TeachingAssistant.cpp */,
68+
F5CAE53F1C44DF1000DE294C /* TeachingAssistant.hpp */,
69+
F5CAE5321C44B54700DE294C /* Shapes.cpp */,
70+
F5CAE5331C44B54700DE294C /* Shapes.hpp */,
71+
);
72+
path = "Class Hierarchies";
73+
sourceTree = "<group>";
74+
};
75+
/* End PBXGroup section */
76+
77+
/* Begin PBXNativeTarget section */
78+
F5CAE5271C44B53400DE294C /* Class Hierarchies */ = {
79+
isa = PBXNativeTarget;
80+
buildConfigurationList = F5CAE52F1C44B53400DE294C /* Build configuration list for PBXNativeTarget "Class Hierarchies" */;
81+
buildPhases = (
82+
F5CAE5241C44B53400DE294C /* Sources */,
83+
F5CAE5251C44B53400DE294C /* Frameworks */,
84+
F5CAE5261C44B53400DE294C /* CopyFiles */,
85+
);
86+
buildRules = (
87+
);
88+
dependencies = (
89+
);
90+
name = "Class Hierarchies";
91+
productName = "Class Hierarchies";
92+
productReference = F5CAE5281C44B53400DE294C /* Class Hierarchies */;
93+
productType = "com.apple.product-type.tool";
94+
};
95+
/* End PBXNativeTarget section */
96+
97+
/* Begin PBXProject section */
98+
F5CAE5201C44B53400DE294C /* Project object */ = {
99+
isa = PBXProject;
100+
attributes = {
101+
LastUpgradeCheck = 0710;
102+
ORGANIZATIONNAME = "Filip Juristovski";
103+
TargetAttributes = {
104+
F5CAE5271C44B53400DE294C = {
105+
CreatedOnToolsVersion = 7.1.1;
106+
};
107+
};
108+
};
109+
buildConfigurationList = F5CAE5231C44B53400DE294C /* Build configuration list for PBXProject "Class Hierarchies" */;
110+
compatibilityVersion = "Xcode 3.2";
111+
developmentRegion = English;
112+
hasScannedForEncodings = 0;
113+
knownRegions = (
114+
en,
115+
);
116+
mainGroup = F5CAE51F1C44B53400DE294C;
117+
productRefGroup = F5CAE5291C44B53400DE294C /* Products */;
118+
projectDirPath = "";
119+
projectRoot = "";
120+
targets = (
121+
F5CAE5271C44B53400DE294C /* Class Hierarchies */,
122+
);
123+
};
124+
/* End PBXProject section */
125+
126+
/* Begin PBXSourcesBuildPhase section */
127+
F5CAE5241C44B53400DE294C /* Sources */ = {
128+
isa = PBXSourcesBuildPhase;
129+
buildActionMask = 2147483647;
130+
files = (
131+
F5CAE5401C44DF1000DE294C /* TeachingAssistant.cpp in Sources */,
132+
F5CAE52C1C44B53400DE294C /* main.cpp in Sources */,
133+
F5CAE5341C44B54700DE294C /* Shapes.cpp in Sources */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXSourcesBuildPhase section */
138+
139+
/* Begin XCBuildConfiguration section */
140+
F5CAE52D1C44B53400DE294C /* Debug */ = {
141+
isa = XCBuildConfiguration;
142+
buildSettings = {
143+
ALWAYS_SEARCH_USER_PATHS = NO;
144+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
145+
CLANG_CXX_LIBRARY = "libc++";
146+
CLANG_ENABLE_MODULES = YES;
147+
CLANG_ENABLE_OBJC_ARC = YES;
148+
CLANG_WARN_BOOL_CONVERSION = YES;
149+
CLANG_WARN_CONSTANT_CONVERSION = YES;
150+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
151+
CLANG_WARN_EMPTY_BODY = YES;
152+
CLANG_WARN_ENUM_CONVERSION = YES;
153+
CLANG_WARN_INT_CONVERSION = YES;
154+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
155+
CLANG_WARN_UNREACHABLE_CODE = YES;
156+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
157+
CODE_SIGN_IDENTITY = "-";
158+
COPY_PHASE_STRIP = NO;
159+
DEBUG_INFORMATION_FORMAT = dwarf;
160+
ENABLE_STRICT_OBJC_MSGSEND = YES;
161+
ENABLE_TESTABILITY = YES;
162+
GCC_C_LANGUAGE_STANDARD = gnu99;
163+
GCC_DYNAMIC_NO_PIC = NO;
164+
GCC_NO_COMMON_BLOCKS = YES;
165+
GCC_OPTIMIZATION_LEVEL = 0;
166+
GCC_PREPROCESSOR_DEFINITIONS = (
167+
"DEBUG=1",
168+
"$(inherited)",
169+
);
170+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
171+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
172+
GCC_WARN_UNDECLARED_SELECTOR = YES;
173+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
174+
GCC_WARN_UNUSED_FUNCTION = YES;
175+
GCC_WARN_UNUSED_VARIABLE = YES;
176+
MACOSX_DEPLOYMENT_TARGET = 10.10;
177+
MTL_ENABLE_DEBUG_INFO = YES;
178+
ONLY_ACTIVE_ARCH = YES;
179+
SDKROOT = macosx;
180+
};
181+
name = Debug;
182+
};
183+
F5CAE52E1C44B53400DE294C /* Release */ = {
184+
isa = XCBuildConfiguration;
185+
buildSettings = {
186+
ALWAYS_SEARCH_USER_PATHS = NO;
187+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
188+
CLANG_CXX_LIBRARY = "libc++";
189+
CLANG_ENABLE_MODULES = YES;
190+
CLANG_ENABLE_OBJC_ARC = YES;
191+
CLANG_WARN_BOOL_CONVERSION = YES;
192+
CLANG_WARN_CONSTANT_CONVERSION = YES;
193+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
194+
CLANG_WARN_EMPTY_BODY = YES;
195+
CLANG_WARN_ENUM_CONVERSION = YES;
196+
CLANG_WARN_INT_CONVERSION = YES;
197+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
198+
CLANG_WARN_UNREACHABLE_CODE = YES;
199+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
200+
CODE_SIGN_IDENTITY = "-";
201+
COPY_PHASE_STRIP = NO;
202+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
203+
ENABLE_NS_ASSERTIONS = NO;
204+
ENABLE_STRICT_OBJC_MSGSEND = YES;
205+
GCC_C_LANGUAGE_STANDARD = gnu99;
206+
GCC_NO_COMMON_BLOCKS = YES;
207+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
208+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
209+
GCC_WARN_UNDECLARED_SELECTOR = YES;
210+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
211+
GCC_WARN_UNUSED_FUNCTION = YES;
212+
GCC_WARN_UNUSED_VARIABLE = YES;
213+
MACOSX_DEPLOYMENT_TARGET = 10.10;
214+
MTL_ENABLE_DEBUG_INFO = NO;
215+
SDKROOT = macosx;
216+
};
217+
name = Release;
218+
};
219+
F5CAE5301C44B53400DE294C /* Debug */ = {
220+
isa = XCBuildConfiguration;
221+
buildSettings = {
222+
PRODUCT_NAME = "$(TARGET_NAME)";
223+
};
224+
name = Debug;
225+
};
226+
F5CAE5311C44B53400DE294C /* Release */ = {
227+
isa = XCBuildConfiguration;
228+
buildSettings = {
229+
PRODUCT_NAME = "$(TARGET_NAME)";
230+
};
231+
name = Release;
232+
};
233+
/* End XCBuildConfiguration section */
234+
235+
/* Begin XCConfigurationList section */
236+
F5CAE5231C44B53400DE294C /* Build configuration list for PBXProject "Class Hierarchies" */ = {
237+
isa = XCConfigurationList;
238+
buildConfigurations = (
239+
F5CAE52D1C44B53400DE294C /* Debug */,
240+
F5CAE52E1C44B53400DE294C /* Release */,
241+
);
242+
defaultConfigurationIsVisible = 0;
243+
defaultConfigurationName = Release;
244+
};
245+
F5CAE52F1C44B53400DE294C /* Build configuration list for PBXNativeTarget "Class Hierarchies" */ = {
246+
isa = XCConfigurationList;
247+
buildConfigurations = (
248+
F5CAE5301C44B53400DE294C /* Debug */,
249+
F5CAE5311C44B53400DE294C /* Release */,
250+
);
251+
defaultConfigurationIsVisible = 0;
252+
};
253+
/* End XCConfigurationList section */
254+
};
255+
rootObject = F5CAE5201C44B53400DE294C /* Project object */;
256+
}

Class Hierarchies/Class Hierarchies.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,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0710"
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 = "F5CAE5271C44B53400DE294C"
18+
BuildableName = "Class Hierarchies"
19+
BlueprintName = "Class Hierarchies"
20+
ReferencedContainer = "container:Class Hierarchies.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+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "F5CAE5271C44B53400DE294C"
36+
BuildableName = "Class Hierarchies"
37+
BlueprintName = "Class Hierarchies"
38+
ReferencedContainer = "container:Class Hierarchies.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "F5CAE5271C44B53400DE294C"
59+
BuildableName = "Class Hierarchies"
60+
BlueprintName = "Class Hierarchies"
61+
ReferencedContainer = "container:Class Hierarchies.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "F5CAE5271C44B53400DE294C"
78+
BuildableName = "Class Hierarchies"
79+
BlueprintName = "Class Hierarchies"
80+
ReferencedContainer = "container:Class Hierarchies.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</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>Class Hierarchies.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>F5CAE5271C44B53400DE294C</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)