Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 23ae678

Browse files
authored
Add files via upload
1 parent 1168d01 commit 23ae678

File tree

86 files changed

+8275
-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.

86 files changed

+8275
-0
lines changed
Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
74320BB320C465B80029A6A8 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74320BB220C465B80029A6A8 /* main.cpp */; };
11+
/* End PBXBuildFile section */
12+
13+
/* Begin PBXCopyFilesBuildPhase section */
14+
74320BAD20C465B80029A6A8 /* CopyFiles */ = {
15+
isa = PBXCopyFilesBuildPhase;
16+
buildActionMask = 2147483647;
17+
dstPath = /usr/share/man/man1/;
18+
dstSubfolderSpec = 0;
19+
files = (
20+
);
21+
runOnlyForDeploymentPostprocessing = 1;
22+
};
23+
/* End PBXCopyFilesBuildPhase section */
24+
25+
/* Begin PBXFileReference section */
26+
74320BAF20C465B80029A6A8 /* DijkstrasAlgo.cpp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DijkstrasAlgo.cpp; sourceTree = BUILT_PRODUCTS_DIR; };
27+
74320BB220C465B80029A6A8 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
74320BAC20C465B80029A6A8 /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
74320BA620C465B80029A6A8 = {
42+
isa = PBXGroup;
43+
children = (
44+
74320BB120C465B80029A6A8 /* DijkstrasAlgo.cpp */,
45+
74320BB020C465B80029A6A8 /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
74320BB020C465B80029A6A8 /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
74320BAF20C465B80029A6A8 /* DijkstrasAlgo.cpp */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
74320BB120C465B80029A6A8 /* DijkstrasAlgo.cpp */ = {
58+
isa = PBXGroup;
59+
children = (
60+
74320BB220C465B80029A6A8 /* main.cpp */,
61+
);
62+
path = DijkstrasAlgo.cpp;
63+
sourceTree = "<group>";
64+
};
65+
/* End PBXGroup section */
66+
67+
/* Begin PBXNativeTarget section */
68+
74320BAE20C465B80029A6A8 /* DijkstrasAlgo.cpp */ = {
69+
isa = PBXNativeTarget;
70+
buildConfigurationList = 74320BB620C465B80029A6A8 /* Build configuration list for PBXNativeTarget "DijkstrasAlgo.cpp" */;
71+
buildPhases = (
72+
74320BAB20C465B80029A6A8 /* Sources */,
73+
74320BAC20C465B80029A6A8 /* Frameworks */,
74+
74320BAD20C465B80029A6A8 /* CopyFiles */,
75+
);
76+
buildRules = (
77+
);
78+
dependencies = (
79+
);
80+
name = DijkstrasAlgo.cpp;
81+
productName = DijkstrasAlgo.cpp;
82+
productReference = 74320BAF20C465B80029A6A8 /* DijkstrasAlgo.cpp */;
83+
productType = "com.apple.product-type.tool";
84+
};
85+
/* End PBXNativeTarget section */
86+
87+
/* Begin PBXProject section */
88+
74320BA720C465B80029A6A8 /* Project object */ = {
89+
isa = PBXProject;
90+
attributes = {
91+
LastUpgradeCheck = 0920;
92+
ORGANIZATIONNAME = "Raunit Singh";
93+
TargetAttributes = {
94+
74320BAE20C465B80029A6A8 = {
95+
CreatedOnToolsVersion = 9.2;
96+
ProvisioningStyle = Automatic;
97+
};
98+
};
99+
};
100+
buildConfigurationList = 74320BAA20C465B80029A6A8 /* Build configuration list for PBXProject "DijkstrasAlgo.cpp" */;
101+
compatibilityVersion = "Xcode 8.0";
102+
developmentRegion = en;
103+
hasScannedForEncodings = 0;
104+
knownRegions = (
105+
en,
106+
);
107+
mainGroup = 74320BA620C465B80029A6A8;
108+
productRefGroup = 74320BB020C465B80029A6A8 /* Products */;
109+
projectDirPath = "";
110+
projectRoot = "";
111+
targets = (
112+
74320BAE20C465B80029A6A8 /* DijkstrasAlgo.cpp */,
113+
);
114+
};
115+
/* End PBXProject section */
116+
117+
/* Begin PBXSourcesBuildPhase section */
118+
74320BAB20C465B80029A6A8 /* Sources */ = {
119+
isa = PBXSourcesBuildPhase;
120+
buildActionMask = 2147483647;
121+
files = (
122+
74320BB320C465B80029A6A8 /* main.cpp in Sources */,
123+
);
124+
runOnlyForDeploymentPostprocessing = 0;
125+
};
126+
/* End PBXSourcesBuildPhase section */
127+
128+
/* Begin XCBuildConfiguration section */
129+
74320BB420C465B80029A6A8 /* Debug */ = {
130+
isa = XCBuildConfiguration;
131+
buildSettings = {
132+
ALWAYS_SEARCH_USER_PATHS = NO;
133+
CLANG_ANALYZER_NONNULL = YES;
134+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
135+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
136+
CLANG_CXX_LIBRARY = "libc++";
137+
CLANG_ENABLE_MODULES = YES;
138+
CLANG_ENABLE_OBJC_ARC = YES;
139+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
140+
CLANG_WARN_BOOL_CONVERSION = YES;
141+
CLANG_WARN_COMMA = YES;
142+
CLANG_WARN_CONSTANT_CONVERSION = YES;
143+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
144+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
145+
CLANG_WARN_EMPTY_BODY = YES;
146+
CLANG_WARN_ENUM_CONVERSION = YES;
147+
CLANG_WARN_INFINITE_RECURSION = YES;
148+
CLANG_WARN_INT_CONVERSION = YES;
149+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
150+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
151+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
152+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
153+
CLANG_WARN_STRICT_PROTOTYPES = YES;
154+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
155+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
156+
CLANG_WARN_UNREACHABLE_CODE = YES;
157+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
158+
CODE_SIGN_IDENTITY = "Mac Developer";
159+
COPY_PHASE_STRIP = NO;
160+
DEBUG_INFORMATION_FORMAT = dwarf;
161+
ENABLE_STRICT_OBJC_MSGSEND = YES;
162+
ENABLE_TESTABILITY = YES;
163+
GCC_C_LANGUAGE_STANDARD = gnu11;
164+
GCC_DYNAMIC_NO_PIC = NO;
165+
GCC_NO_COMMON_BLOCKS = YES;
166+
GCC_OPTIMIZATION_LEVEL = 0;
167+
GCC_PREPROCESSOR_DEFINITIONS = (
168+
"DEBUG=1",
169+
"$(inherited)",
170+
);
171+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
172+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
173+
GCC_WARN_UNDECLARED_SELECTOR = YES;
174+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
175+
GCC_WARN_UNUSED_FUNCTION = YES;
176+
GCC_WARN_UNUSED_VARIABLE = YES;
177+
MACOSX_DEPLOYMENT_TARGET = 10.13;
178+
MTL_ENABLE_DEBUG_INFO = YES;
179+
ONLY_ACTIVE_ARCH = YES;
180+
SDKROOT = macosx;
181+
};
182+
name = Debug;
183+
};
184+
74320BB520C465B80029A6A8 /* Release */ = {
185+
isa = XCBuildConfiguration;
186+
buildSettings = {
187+
ALWAYS_SEARCH_USER_PATHS = NO;
188+
CLANG_ANALYZER_NONNULL = YES;
189+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
190+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
191+
CLANG_CXX_LIBRARY = "libc++";
192+
CLANG_ENABLE_MODULES = YES;
193+
CLANG_ENABLE_OBJC_ARC = YES;
194+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
195+
CLANG_WARN_BOOL_CONVERSION = YES;
196+
CLANG_WARN_COMMA = YES;
197+
CLANG_WARN_CONSTANT_CONVERSION = YES;
198+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
199+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
200+
CLANG_WARN_EMPTY_BODY = YES;
201+
CLANG_WARN_ENUM_CONVERSION = YES;
202+
CLANG_WARN_INFINITE_RECURSION = YES;
203+
CLANG_WARN_INT_CONVERSION = YES;
204+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
205+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
206+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
207+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
208+
CLANG_WARN_STRICT_PROTOTYPES = YES;
209+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
210+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
211+
CLANG_WARN_UNREACHABLE_CODE = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
CODE_SIGN_IDENTITY = "Mac Developer";
214+
COPY_PHASE_STRIP = NO;
215+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
216+
ENABLE_NS_ASSERTIONS = NO;
217+
ENABLE_STRICT_OBJC_MSGSEND = YES;
218+
GCC_C_LANGUAGE_STANDARD = gnu11;
219+
GCC_NO_COMMON_BLOCKS = YES;
220+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
221+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
222+
GCC_WARN_UNDECLARED_SELECTOR = YES;
223+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
224+
GCC_WARN_UNUSED_FUNCTION = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
MACOSX_DEPLOYMENT_TARGET = 10.13;
227+
MTL_ENABLE_DEBUG_INFO = NO;
228+
SDKROOT = macosx;
229+
};
230+
name = Release;
231+
};
232+
74320BB720C465B80029A6A8 /* Debug */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
CODE_SIGN_STYLE = Automatic;
236+
DEVELOPMENT_TEAM = 39G2YRM42R;
237+
PRODUCT_NAME = "$(TARGET_NAME)";
238+
};
239+
name = Debug;
240+
};
241+
74320BB820C465B80029A6A8 /* Release */ = {
242+
isa = XCBuildConfiguration;
243+
buildSettings = {
244+
CODE_SIGN_STYLE = Automatic;
245+
DEVELOPMENT_TEAM = 39G2YRM42R;
246+
PRODUCT_NAME = "$(TARGET_NAME)";
247+
};
248+
name = Release;
249+
};
250+
/* End XCBuildConfiguration section */
251+
252+
/* Begin XCConfigurationList section */
253+
74320BAA20C465B80029A6A8 /* Build configuration list for PBXProject "DijkstrasAlgo.cpp" */ = {
254+
isa = XCConfigurationList;
255+
buildConfigurations = (
256+
74320BB420C465B80029A6A8 /* Debug */,
257+
74320BB520C465B80029A6A8 /* Release */,
258+
);
259+
defaultConfigurationIsVisible = 0;
260+
defaultConfigurationName = Release;
261+
};
262+
74320BB620C465B80029A6A8 /* Build configuration list for PBXNativeTarget "DijkstrasAlgo.cpp" */ = {
263+
isa = XCConfigurationList;
264+
buildConfigurations = (
265+
74320BB720C465B80029A6A8 /* Debug */,
266+
74320BB820C465B80029A6A8 /* Release */,
267+
);
268+
defaultConfigurationIsVisible = 0;
269+
defaultConfigurationName = Release;
270+
};
271+
/* End XCConfigurationList section */
272+
};
273+
rootObject = 74320BA720C465B80029A6A8 /* Project object */;
274+
}

DijkstrasAlgo.cpp/DijkstrasAlgo.cpp.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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>DijkstrasAlgo.cpp.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)