aboutsummaryrefslogtreecommitdiff
path: root/MoonParser.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'MoonParser.xcodeproj')
-rw-r--r--MoonParser.xcodeproj/project.pbxproj315
-rw-r--r--MoonParser.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--MoonParser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist8
3 files changed, 0 insertions, 330 deletions
diff --git a/MoonParser.xcodeproj/project.pbxproj b/MoonParser.xcodeproj/project.pbxproj
deleted file mode 100644
index c9744d1..0000000
--- a/MoonParser.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,315 +0,0 @@
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 3C1C21CD2367E69100147A19 /* moon_compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1C21CC2367E69100147A19 /* moon_compiler.cpp */; };
11 3C3B1C601F1EF0AB0052A206 /* moon_ast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C3B1C5E1F1EF0AB0052A206 /* moon_ast.cpp */; };
12 3C54E26C234C80CC00202423 /* moonc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C54E26B234C80CC00202423 /* moonc.cpp */; };
13 3C6FFA331F16F97400541BCA /* ast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C6FFA2D1F16F97400541BCA /* ast.cpp */; };
14 3C6FFA341F16F97400541BCA /* moon_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C6FFA2F1F16F97400541BCA /* moon_parser.cpp */; };
15 3C6FFA351F16F97400541BCA /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C6FFA301F16F97400541BCA /* parser.cpp */; };
16/* End PBXBuildFile section */
17
18/* Begin PBXCopyFilesBuildPhase section */
19 3C0F0F6A1EF3781E000EADDB /* CopyFiles */ = {
20 isa = PBXCopyFilesBuildPhase;
21 buildActionMask = 2147483647;
22 dstPath = /usr/share/man/man1/;
23 dstSubfolderSpec = 0;
24 files = (
25 );
26 runOnlyForDeploymentPostprocessing = 1;
27 };
28/* End PBXCopyFilesBuildPhase section */
29
30/* Begin PBXFileReference section */
31 3C0F0F6C1EF3781E000EADDB /* MoonParser */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MoonParser; sourceTree = BUILT_PRODUCTS_DIR; };
32 3C1C21CB2367E69100147A19 /* moon_compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = moon_compiler.h; sourceTree = "<group>"; };
33 3C1C21CC2367E69100147A19 /* moon_compiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = moon_compiler.cpp; sourceTree = "<group>"; };
34 3C3B1C5E1F1EF0AB0052A206 /* moon_ast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = moon_ast.cpp; sourceTree = "<group>"; };
35 3C3B1C5F1F1EF0AB0052A206 /* moon_ast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = moon_ast.h; sourceTree = "<group>"; };
36 3C3B1C611F1EFC810052A206 /* moon_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = moon_parser.h; sourceTree = "<group>"; };
37 3C54E26B234C80CC00202423 /* moonc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = moonc.cpp; sourceTree = "<group>"; };
38 3C6FFA2D1F16F97400541BCA /* ast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ast.cpp; sourceTree = "<group>"; };
39 3C6FFA2E1F16F97400541BCA /* ast.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ast.hpp; sourceTree = "<group>"; };
40 3C6FFA2F1F16F97400541BCA /* moon_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = moon_parser.cpp; sourceTree = "<group>"; };
41 3C6FFA301F16F97400541BCA /* parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cpp; sourceTree = "<group>"; };
42 3C6FFA311F16F97400541BCA /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = "<group>"; };
43/* End PBXFileReference section */
44
45/* Begin PBXFrameworksBuildPhase section */
46 3C0F0F691EF3781E000EADDB /* Frameworks */ = {
47 isa = PBXFrameworksBuildPhase;
48 buildActionMask = 2147483647;
49 files = (
50 );
51 runOnlyForDeploymentPostprocessing = 0;
52 };
53/* End PBXFrameworksBuildPhase section */
54
55/* Begin PBXGroup section */
56 3C0631A11F0CBE210089D0AB /* MoonParser */ = {
57 isa = PBXGroup;
58 children = (
59 3C6FFA2D1F16F97400541BCA /* ast.cpp */,
60 3C6FFA2E1F16F97400541BCA /* ast.hpp */,
61 3C6FFA301F16F97400541BCA /* parser.cpp */,
62 3C6FFA311F16F97400541BCA /* parser.hpp */,
63 3C6FFA2F1F16F97400541BCA /* moon_parser.cpp */,
64 3C3B1C611F1EFC810052A206 /* moon_parser.h */,
65 3C3B1C5E1F1EF0AB0052A206 /* moon_ast.cpp */,
66 3C3B1C5F1F1EF0AB0052A206 /* moon_ast.h */,
67 3C1C21CC2367E69100147A19 /* moon_compiler.cpp */,
68 3C1C21CB2367E69100147A19 /* moon_compiler.h */,
69 3C54E26B234C80CC00202423 /* moonc.cpp */,
70 );
71 path = MoonParser;
72 sourceTree = "<group>";
73 };
74 3C0F0F631EF3781E000EADDB = {
75 isa = PBXGroup;
76 children = (
77 3C0631A11F0CBE210089D0AB /* MoonParser */,
78 3C0F0F6D1EF3781E000EADDB /* Products */,
79 );
80 sourceTree = "<group>";
81 };
82 3C0F0F6D1EF3781E000EADDB /* Products */ = {
83 isa = PBXGroup;
84 children = (
85 3C0F0F6C1EF3781E000EADDB /* MoonParser */,
86 );
87 name = Products;
88 sourceTree = "<group>";
89 };
90/* End PBXGroup section */
91
92/* Begin PBXNativeTarget section */
93 3C0F0F6B1EF3781E000EADDB /* MoonParser */ = {
94 isa = PBXNativeTarget;
95 buildConfigurationList = 3C0F0F731EF3781E000EADDB /* Build configuration list for PBXNativeTarget "MoonParser" */;
96 buildPhases = (
97 3C0F0F681EF3781E000EADDB /* Sources */,
98 3C0F0F691EF3781E000EADDB /* Frameworks */,
99 3C0F0F6A1EF3781E000EADDB /* CopyFiles */,
100 );
101 buildRules = (
102 );
103 dependencies = (
104 );
105 name = MoonParser;
106 productName = PegtlStudy;
107 productReference = 3C0F0F6C1EF3781E000EADDB /* MoonParser */;
108 productType = "com.apple.product-type.tool";
109 };
110/* End PBXNativeTarget section */
111
112/* Begin PBXProject section */
113 3C0F0F641EF3781E000EADDB /* Project object */ = {
114 isa = PBXProject;
115 attributes = {
116 LastUpgradeCheck = 1100;
117 ORGANIZATIONNAME = "Li Jin";
118 TargetAttributes = {
119 3C0F0F6B1EF3781E000EADDB = {
120 CreatedOnToolsVersion = 8.2.1;
121 ProvisioningStyle = Automatic;
122 };
123 };
124 };
125 buildConfigurationList = 3C0F0F671EF3781E000EADDB /* Build configuration list for PBXProject "MoonParser" */;
126 compatibilityVersion = "Xcode 3.2";
127 developmentRegion = en;
128 hasScannedForEncodings = 0;
129 knownRegions = (
130 en,
131 Base,
132 );
133 mainGroup = 3C0F0F631EF3781E000EADDB;
134 productRefGroup = 3C0F0F6D1EF3781E000EADDB /* Products */;
135 projectDirPath = "";
136 projectRoot = "";
137 targets = (
138 3C0F0F6B1EF3781E000EADDB /* MoonParser */,
139 );
140 };
141/* End PBXProject section */
142
143/* Begin PBXSourcesBuildPhase section */
144 3C0F0F681EF3781E000EADDB /* Sources */ = {
145 isa = PBXSourcesBuildPhase;
146 buildActionMask = 2147483647;
147 files = (
148 3C6FFA341F16F97400541BCA /* moon_parser.cpp in Sources */,
149 3C3B1C601F1EF0AB0052A206 /* moon_ast.cpp in Sources */,
150 3C54E26C234C80CC00202423 /* moonc.cpp in Sources */,
151 3C6FFA351F16F97400541BCA /* parser.cpp in Sources */,
152 3C6FFA331F16F97400541BCA /* ast.cpp in Sources */,
153 3C1C21CD2367E69100147A19 /* moon_compiler.cpp in Sources */,
154 );
155 runOnlyForDeploymentPostprocessing = 0;
156 };
157/* End PBXSourcesBuildPhase section */
158
159/* Begin XCBuildConfiguration section */
160 3C0F0F711EF3781E000EADDB /* Debug */ = {
161 isa = XCBuildConfiguration;
162 buildSettings = {
163 ALWAYS_SEARCH_USER_PATHS = NO;
164 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
165 CLANG_ANALYZER_NONNULL = YES;
166 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
167 CLANG_CXX_LIBRARY = "libc++";
168 CLANG_ENABLE_MODULES = YES;
169 CLANG_ENABLE_OBJC_ARC = YES;
170 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
171 CLANG_WARN_BOOL_CONVERSION = YES;
172 CLANG_WARN_COMMA = YES;
173 CLANG_WARN_CONSTANT_CONVERSION = YES;
174 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
175 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
176 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
177 CLANG_WARN_EMPTY_BODY = YES;
178 CLANG_WARN_ENUM_CONVERSION = YES;
179 CLANG_WARN_INFINITE_RECURSION = YES;
180 CLANG_WARN_INT_CONVERSION = YES;
181 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
182 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
183 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
184 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
185 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
186 CLANG_WARN_STRICT_PROTOTYPES = YES;
187 CLANG_WARN_SUSPICIOUS_MOVE = YES;
188 CLANG_WARN_UNREACHABLE_CODE = YES;
189 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
190 CODE_SIGN_IDENTITY = "-";
191 COPY_PHASE_STRIP = NO;
192 DEBUG_INFORMATION_FORMAT = dwarf;
193 ENABLE_STRICT_OBJC_MSGSEND = YES;
194 ENABLE_TESTABILITY = YES;
195 GCC_C_LANGUAGE_STANDARD = gnu99;
196 GCC_DYNAMIC_NO_PIC = NO;
197 GCC_NO_COMMON_BLOCKS = YES;
198 GCC_OPTIMIZATION_LEVEL = 0;
199 GCC_PREPROCESSOR_DEFINITIONS = (
200 "DEBUG=1",
201 "$(inherited)",
202 );
203 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
204 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
205 GCC_WARN_UNDECLARED_SELECTOR = YES;
206 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
207 GCC_WARN_UNUSED_FUNCTION = YES;
208 GCC_WARN_UNUSED_VARIABLE = YES;
209 MACOSX_DEPLOYMENT_TARGET = 10.12;
210 MTL_ENABLE_DEBUG_INFO = YES;
211 ONLY_ACTIVE_ARCH = YES;
212 SDKROOT = macosx;
213 };
214 name = Debug;
215 };
216 3C0F0F721EF3781E000EADDB /* Release */ = {
217 isa = XCBuildConfiguration;
218 buildSettings = {
219 ALWAYS_SEARCH_USER_PATHS = NO;
220 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
221 CLANG_ANALYZER_NONNULL = YES;
222 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
223 CLANG_CXX_LIBRARY = "libc++";
224 CLANG_ENABLE_MODULES = YES;
225 CLANG_ENABLE_OBJC_ARC = YES;
226 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
227 CLANG_WARN_BOOL_CONVERSION = YES;
228 CLANG_WARN_COMMA = YES;
229 CLANG_WARN_CONSTANT_CONVERSION = YES;
230 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
231 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
232 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
233 CLANG_WARN_EMPTY_BODY = YES;
234 CLANG_WARN_ENUM_CONVERSION = YES;
235 CLANG_WARN_INFINITE_RECURSION = YES;
236 CLANG_WARN_INT_CONVERSION = YES;
237 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
238 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
239 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
240 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
241 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
242 CLANG_WARN_STRICT_PROTOTYPES = YES;
243 CLANG_WARN_SUSPICIOUS_MOVE = YES;
244 CLANG_WARN_UNREACHABLE_CODE = YES;
245 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
246 CODE_SIGN_IDENTITY = "-";
247 COPY_PHASE_STRIP = NO;
248 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
249 ENABLE_NS_ASSERTIONS = NO;
250 ENABLE_STRICT_OBJC_MSGSEND = YES;
251 GCC_C_LANGUAGE_STANDARD = gnu99;
252 GCC_NO_COMMON_BLOCKS = YES;
253 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
254 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
255 GCC_WARN_UNDECLARED_SELECTOR = YES;
256 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
257 GCC_WARN_UNUSED_FUNCTION = YES;
258 GCC_WARN_UNUSED_VARIABLE = YES;
259 MACOSX_DEPLOYMENT_TARGET = 10.12;
260 MTL_ENABLE_DEBUG_INFO = NO;
261 SDKROOT = macosx;
262 };
263 name = Release;
264 };
265 3C0F0F741EF3781E000EADDB /* Debug */ = {
266 isa = XCBuildConfiguration;
267 buildSettings = {
268 CODE_SIGN_IDENTITY = "-";
269 OTHER_CPLUSPLUSFLAGS = (
270 "$(OTHER_CFLAGS)",
271 "-ftemplate-depth=512",
272 );
273 OTHER_LDFLAGS = "";
274 PRODUCT_NAME = "$(TARGET_NAME)";
275 };
276 name = Debug;
277 };
278 3C0F0F751EF3781E000EADDB /* Release */ = {
279 isa = XCBuildConfiguration;
280 buildSettings = {
281 CODE_SIGN_IDENTITY = "-";
282 OTHER_CPLUSPLUSFLAGS = (
283 "$(OTHER_CFLAGS)",
284 "-ftemplate-depth=512",
285 );
286 OTHER_LDFLAGS = "";
287 PRODUCT_NAME = "$(TARGET_NAME)";
288 };
289 name = Release;
290 };
291/* End XCBuildConfiguration section */
292
293/* Begin XCConfigurationList section */
294 3C0F0F671EF3781E000EADDB /* Build configuration list for PBXProject "MoonParser" */ = {
295 isa = XCConfigurationList;
296 buildConfigurations = (
297 3C0F0F711EF3781E000EADDB /* Debug */,
298 3C0F0F721EF3781E000EADDB /* Release */,
299 );
300 defaultConfigurationIsVisible = 0;
301 defaultConfigurationName = Release;
302 };
303 3C0F0F731EF3781E000EADDB /* Build configuration list for PBXNativeTarget "MoonParser" */ = {
304 isa = XCConfigurationList;
305 buildConfigurations = (
306 3C0F0F741EF3781E000EADDB /* Debug */,
307 3C0F0F751EF3781E000EADDB /* Release */,
308 );
309 defaultConfigurationIsVisible = 0;
310 defaultConfigurationName = Release;
311 };
312/* End XCConfigurationList section */
313 };
314 rootObject = 3C0F0F641EF3781E000EADDB /* Project object */;
315}
diff --git a/MoonParser.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MoonParser.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 1effa34..0000000
--- a/MoonParser.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<Workspace
3 version = "1.0">
4 <FileRef
5 location = "self:/Users/Jin/Workspace/PegtlStudy/MoonParser.xcodeproj">
6 </FileRef>
7</Workspace>
diff --git a/MoonParser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/MoonParser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/MoonParser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
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>IDEDidComputeMac32BitWarning</key>
6 <true/>
7</dict>
8</plist>