Skip to content

Commit 8eab9fe

Browse files
committed
Initial Commit
1 parent c11883e commit 8eab9fe

21 files changed

+1570
-2
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xccheckout
23+
*.xcscmblueprint
Lines changed: 324 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,324 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
453120C21E9E1E1C00D752F5 /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */; };
11+
453120C41E9E1E1C00D752F5 /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120C31E9E1E1C00D752F5 /* GeneratePreviewForURL.m */; };
12+
453120C61E9E1E1C00D752F5 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 453120C51E9E1E1C00D752F5 /* main.c */; };
13+
453120D01E9E1F5700D752F5 /* common_mark.h in Headers */ = {isa = PBXBuildFile; fileRef = 453120CE1E9E1F5700D752F5 /* common_mark.h */; };
14+
453120D31E9E1FD600D752F5 /* common_mark.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120D21E9E1FD600D752F5 /* common_mark.m */; };
15+
45E7FCBC1E9E4B4800773069 /* themes in Resources */ = {isa = PBXBuildFile; fileRef = 45E7FCBB1E9E4B4800773069 /* themes */; };
16+
45E7FCBE1E9E63F400773069 /* cmark-0.27.1 in Resources */ = {isa = PBXBuildFile; fileRef = 45E7FCBD1E9E63F400773069 /* cmark-0.27.1 */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
453120BE1E9E1E1C00D752F5 /* QLCommonMark.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QLCommonMark.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
21+
453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GenerateThumbnailForURL.m; sourceTree = "<group>"; };
22+
453120C31E9E1E1C00D752F5 /* GeneratePreviewForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GeneratePreviewForURL.m; sourceTree = "<group>"; };
23+
453120C51E9E1E1C00D752F5 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
24+
453120C71E9E1E1C00D752F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
25+
453120CE1E9E1F5700D752F5 /* common_mark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_mark.h; sourceTree = "<group>"; };
26+
453120D21E9E1FD600D752F5 /* common_mark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = common_mark.m; sourceTree = "<group>"; };
27+
453120D41E9E218A00D752F5 /* shared.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shared.h; sourceTree = "<group>"; };
28+
45E7FCBB1E9E4B4800773069 /* themes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = themes; path = QLCommonMark/Resources/themes; sourceTree = "<group>"; };
29+
45E7FCBD1E9E63F400773069 /* cmark-0.27.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = "cmark-0.27.1"; path = "QLCommonMark/Resources/cmark-0.27.1"; sourceTree = "<group>"; };
30+
/* End PBXFileReference section */
31+
32+
/* Begin PBXFrameworksBuildPhase section */
33+
453120BA1E9E1E1C00D752F5 /* Frameworks */ = {
34+
isa = PBXFrameworksBuildPhase;
35+
buildActionMask = 2147483647;
36+
files = (
37+
);
38+
runOnlyForDeploymentPostprocessing = 0;
39+
};
40+
/* End PBXFrameworksBuildPhase section */
41+
42+
/* Begin PBXGroup section */
43+
453120B41E9E1E1C00D752F5 = {
44+
isa = PBXGroup;
45+
children = (
46+
453120C01E9E1E1C00D752F5 /* QLCommonMark */,
47+
453120CD1E9E1F2100D752F5 /* Resources */,
48+
453120BF1E9E1E1C00D752F5 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
453120BF1E9E1E1C00D752F5 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
453120BE1E9E1E1C00D752F5 /* QLCommonMark.qlgenerator */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
453120C01E9E1E1C00D752F5 /* QLCommonMark */ = {
61+
isa = PBXGroup;
62+
children = (
63+
453120CE1E9E1F5700D752F5 /* common_mark.h */,
64+
453120D21E9E1FD600D752F5 /* common_mark.m */,
65+
453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */,
66+
453120C31E9E1E1C00D752F5 /* GeneratePreviewForURL.m */,
67+
453120C51E9E1E1C00D752F5 /* main.c */,
68+
453120C71E9E1E1C00D752F5 /* Info.plist */,
69+
453120D41E9E218A00D752F5 /* shared.h */,
70+
);
71+
path = QLCommonMark;
72+
sourceTree = "<group>";
73+
};
74+
453120CD1E9E1F2100D752F5 /* Resources */ = {
75+
isa = PBXGroup;
76+
children = (
77+
45E7FCBD1E9E63F400773069 /* cmark-0.27.1 */,
78+
45E7FCBB1E9E4B4800773069 /* themes */,
79+
);
80+
name = Resources;
81+
sourceTree = "<group>";
82+
};
83+
/* End PBXGroup section */
84+
85+
/* Begin PBXHeadersBuildPhase section */
86+
453120BB1E9E1E1C00D752F5 /* Headers */ = {
87+
isa = PBXHeadersBuildPhase;
88+
buildActionMask = 2147483647;
89+
files = (
90+
453120D01E9E1F5700D752F5 /* common_mark.h in Headers */,
91+
);
92+
runOnlyForDeploymentPostprocessing = 0;
93+
};
94+
/* End PBXHeadersBuildPhase section */
95+
96+
/* Begin PBXNativeTarget section */
97+
453120BD1E9E1E1C00D752F5 /* QLCommonMark */ = {
98+
isa = PBXNativeTarget;
99+
buildConfigurationList = 453120CA1E9E1E1C00D752F5 /* Build configuration list for PBXNativeTarget "QLCommonMark" */;
100+
buildPhases = (
101+
453120B91E9E1E1C00D752F5 /* Sources */,
102+
453120BA1E9E1E1C00D752F5 /* Frameworks */,
103+
453120BB1E9E1E1C00D752F5 /* Headers */,
104+
453120BC1E9E1E1C00D752F5 /* Resources */,
105+
);
106+
buildRules = (
107+
);
108+
dependencies = (
109+
);
110+
name = QLCommonMark;
111+
productName = QLCommonMark;
112+
productReference = 453120BE1E9E1E1C00D752F5 /* QLCommonMark.qlgenerator */;
113+
productType = "com.apple.product-type.bundle";
114+
};
115+
/* End PBXNativeTarget section */
116+
117+
/* Begin PBXProject section */
118+
453120B51E9E1E1C00D752F5 /* Project object */ = {
119+
isa = PBXProject;
120+
attributes = {
121+
LastUpgradeCheck = 0830;
122+
ORGANIZATIONNAME = digitalMoksha;
123+
TargetAttributes = {
124+
453120BD1E9E1E1C00D752F5 = {
125+
CreatedOnToolsVersion = 8.3;
126+
DevelopmentTeam = H9GFEU3LQA;
127+
ProvisioningStyle = Automatic;
128+
};
129+
};
130+
};
131+
buildConfigurationList = 453120B81E9E1E1C00D752F5 /* Build configuration list for PBXProject "QLCommonMark" */;
132+
compatibilityVersion = "Xcode 3.2";
133+
developmentRegion = English;
134+
hasScannedForEncodings = 0;
135+
knownRegions = (
136+
en,
137+
);
138+
mainGroup = 453120B41E9E1E1C00D752F5;
139+
productRefGroup = 453120BF1E9E1E1C00D752F5 /* Products */;
140+
projectDirPath = "";
141+
projectRoot = "";
142+
targets = (
143+
453120BD1E9E1E1C00D752F5 /* QLCommonMark */,
144+
);
145+
};
146+
/* End PBXProject section */
147+
148+
/* Begin PBXResourcesBuildPhase section */
149+
453120BC1E9E1E1C00D752F5 /* Resources */ = {
150+
isa = PBXResourcesBuildPhase;
151+
buildActionMask = 2147483647;
152+
files = (
153+
45E7FCBC1E9E4B4800773069 /* themes in Resources */,
154+
45E7FCBE1E9E63F400773069 /* cmark-0.27.1 in Resources */,
155+
);
156+
runOnlyForDeploymentPostprocessing = 0;
157+
};
158+
/* End PBXResourcesBuildPhase section */
159+
160+
/* Begin PBXSourcesBuildPhase section */
161+
453120B91E9E1E1C00D752F5 /* Sources */ = {
162+
isa = PBXSourcesBuildPhase;
163+
buildActionMask = 2147483647;
164+
files = (
165+
453120C21E9E1E1C00D752F5 /* GenerateThumbnailForURL.m in Sources */,
166+
453120C41E9E1E1C00D752F5 /* GeneratePreviewForURL.m in Sources */,
167+
453120C61E9E1E1C00D752F5 /* main.c in Sources */,
168+
453120D31E9E1FD600D752F5 /* common_mark.m in Sources */,
169+
);
170+
runOnlyForDeploymentPostprocessing = 0;
171+
};
172+
/* End PBXSourcesBuildPhase section */
173+
174+
/* Begin XCBuildConfiguration section */
175+
453120C81E9E1E1C00D752F5 /* Debug */ = {
176+
isa = XCBuildConfiguration;
177+
buildSettings = {
178+
ALWAYS_SEARCH_USER_PATHS = NO;
179+
CLANG_ANALYZER_NONNULL = YES;
180+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
181+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
182+
CLANG_CXX_LIBRARY = "libc++";
183+
CLANG_ENABLE_MODULES = YES;
184+
CLANG_ENABLE_OBJC_ARC = YES;
185+
CLANG_WARN_BOOL_CONVERSION = YES;
186+
CLANG_WARN_CONSTANT_CONVERSION = YES;
187+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
188+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
189+
CLANG_WARN_EMPTY_BODY = YES;
190+
CLANG_WARN_ENUM_CONVERSION = YES;
191+
CLANG_WARN_INFINITE_RECURSION = YES;
192+
CLANG_WARN_INT_CONVERSION = YES;
193+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
195+
CLANG_WARN_UNREACHABLE_CODE = YES;
196+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
197+
CODE_SIGN_IDENTITY = "-";
198+
COPY_PHASE_STRIP = NO;
199+
DEBUG_INFORMATION_FORMAT = dwarf;
200+
ENABLE_STRICT_OBJC_MSGSEND = YES;
201+
ENABLE_TESTABILITY = YES;
202+
GCC_C_LANGUAGE_STANDARD = gnu99;
203+
GCC_DYNAMIC_NO_PIC = NO;
204+
GCC_NO_COMMON_BLOCKS = YES;
205+
GCC_OPTIMIZATION_LEVEL = 0;
206+
GCC_PREPROCESSOR_DEFINITIONS = (
207+
"DEBUG=1",
208+
"$(inherited)",
209+
);
210+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
211+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
212+
GCC_WARN_UNDECLARED_SELECTOR = YES;
213+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
214+
GCC_WARN_UNUSED_FUNCTION = YES;
215+
GCC_WARN_UNUSED_VARIABLE = YES;
216+
MACOSX_DEPLOYMENT_TARGET = 10.12;
217+
MTL_ENABLE_DEBUG_INFO = YES;
218+
ONLY_ACTIVE_ARCH = YES;
219+
SDKROOT = macosx;
220+
};
221+
name = Debug;
222+
};
223+
453120C91E9E1E1C00D752F5 /* Release */ = {
224+
isa = XCBuildConfiguration;
225+
buildSettings = {
226+
ALWAYS_SEARCH_USER_PATHS = NO;
227+
CLANG_ANALYZER_NONNULL = YES;
228+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
229+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
230+
CLANG_CXX_LIBRARY = "libc++";
231+
CLANG_ENABLE_MODULES = YES;
232+
CLANG_ENABLE_OBJC_ARC = YES;
233+
CLANG_WARN_BOOL_CONVERSION = YES;
234+
CLANG_WARN_CONSTANT_CONVERSION = YES;
235+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
236+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
237+
CLANG_WARN_EMPTY_BODY = YES;
238+
CLANG_WARN_ENUM_CONVERSION = YES;
239+
CLANG_WARN_INFINITE_RECURSION = YES;
240+
CLANG_WARN_INT_CONVERSION = YES;
241+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
242+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
243+
CLANG_WARN_UNREACHABLE_CODE = YES;
244+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
245+
CODE_SIGN_IDENTITY = "-";
246+
COPY_PHASE_STRIP = NO;
247+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
248+
ENABLE_NS_ASSERTIONS = NO;
249+
ENABLE_STRICT_OBJC_MSGSEND = YES;
250+
GCC_C_LANGUAGE_STANDARD = gnu99;
251+
GCC_NO_COMMON_BLOCKS = YES;
252+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
253+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
254+
GCC_WARN_UNDECLARED_SELECTOR = YES;
255+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
256+
GCC_WARN_UNUSED_FUNCTION = YES;
257+
GCC_WARN_UNUSED_VARIABLE = YES;
258+
MACOSX_DEPLOYMENT_TARGET = 10.12;
259+
MTL_ENABLE_DEBUG_INFO = NO;
260+
SDKROOT = macosx;
261+
};
262+
name = Release;
263+
};
264+
453120CB1E9E1E1C00D752F5 /* Debug */ = {
265+
isa = XCBuildConfiguration;
266+
buildSettings = {
267+
COMBINE_HIDPI_IMAGES = YES;
268+
DEVELOPMENT_TEAM = H9GFEU3LQA;
269+
INFOPLIST_FILE = QLCommonMark/Info.plist;
270+
INSTALL_PATH = /Library/QuickLook;
271+
LIBRARY_SEARCH_PATHS = (
272+
"$(inherited)",
273+
"$(PROJECT_DIR)/QLCommonMark/cmark",
274+
);
275+
MACOSX_DEPLOYMENT_TARGET = 10.12;
276+
PRODUCT_BUNDLE_IDENTIFIER = com.digitalmoksha.QLCommonMark;
277+
PRODUCT_NAME = "$(TARGET_NAME)";
278+
WRAPPER_EXTENSION = qlgenerator;
279+
};
280+
name = Debug;
281+
};
282+
453120CC1E9E1E1C00D752F5 /* Release */ = {
283+
isa = XCBuildConfiguration;
284+
buildSettings = {
285+
COMBINE_HIDPI_IMAGES = YES;
286+
DEVELOPMENT_TEAM = H9GFEU3LQA;
287+
INFOPLIST_FILE = QLCommonMark/Info.plist;
288+
INSTALL_PATH = /Library/QuickLook;
289+
LIBRARY_SEARCH_PATHS = (
290+
"$(inherited)",
291+
"$(PROJECT_DIR)/QLCommonMark/cmark",
292+
);
293+
MACOSX_DEPLOYMENT_TARGET = 10.12;
294+
PRODUCT_BUNDLE_IDENTIFIER = com.digitalmoksha.QLCommonMark;
295+
PRODUCT_NAME = "$(TARGET_NAME)";
296+
WRAPPER_EXTENSION = qlgenerator;
297+
};
298+
name = Release;
299+
};
300+
/* End XCBuildConfiguration section */
301+
302+
/* Begin XCConfigurationList section */
303+
453120B81E9E1E1C00D752F5 /* Build configuration list for PBXProject "QLCommonMark" */ = {
304+
isa = XCConfigurationList;
305+
buildConfigurations = (
306+
453120C81E9E1E1C00D752F5 /* Debug */,
307+
453120C91E9E1E1C00D752F5 /* Release */,
308+
);
309+
defaultConfigurationIsVisible = 0;
310+
defaultConfigurationName = Release;
311+
};
312+
453120CA1E9E1E1C00D752F5 /* Build configuration list for PBXNativeTarget "QLCommonMark" */ = {
313+
isa = XCConfigurationList;
314+
buildConfigurations = (
315+
453120CB1E9E1E1C00D752F5 /* Debug */,
316+
453120CC1E9E1E1C00D752F5 /* Release */,
317+
);
318+
defaultConfigurationIsVisible = 0;
319+
defaultConfigurationName = Release;
320+
};
321+
/* End XCConfigurationList section */
322+
};
323+
rootObject = 453120B51E9E1E1C00D752F5 /* Project object */;
324+
}

QLCommonMark.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.

0 commit comments

Comments
 (0)