|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 450C002A1EE405500016877C /* cmark_export.h in Headers */ = {isa = PBXBuildFile; fileRef = 450C00261EE405500016877C /* cmark_export.h */; }; |
| 11 | + 450C002B1EE405500016877C /* cmark_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 450C00271EE405500016877C /* cmark_version.h */; }; |
| 12 | + 450C002C1EE405500016877C /* cmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 450C00281EE405500016877C /* cmark.h */; }; |
| 13 | + 450C002D1EE405500016877C /* libcmark.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 450C00291EE405500016877C /* libcmark.a */; }; |
10 | 14 | 453120C21E9E1E1C00D752F5 /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */; };
|
11 | 15 | 453120C41E9E1E1C00D752F5 /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120C31E9E1E1C00D752F5 /* GeneratePreviewForURL.m */; };
|
12 | 16 | 453120C61E9E1E1C00D752F5 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 453120C51E9E1E1C00D752F5 /* main.c */; };
|
13 | 17 | 453120D01E9E1F5700D752F5 /* common_mark.h in Headers */ = {isa = PBXBuildFile; fileRef = 453120CE1E9E1F5700D752F5 /* common_mark.h */; };
|
14 | 18 | 453120D31E9E1FD600D752F5 /* common_mark.m in Sources */ = {isa = PBXBuildFile; fileRef = 453120D21E9E1FD600D752F5 /* common_mark.m */; };
|
15 | 19 | 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 | 20 | /* End PBXBuildFile section */
|
18 | 21 |
|
19 | 22 | /* Begin PBXFileReference section */
|
| 23 | + 450C00261EE405500016877C /* cmark_export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmark_export.h; path = cmark/cmark_export.h; sourceTree = "<group>"; }; |
| 24 | + 450C00271EE405500016877C /* cmark_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmark_version.h; path = cmark/cmark_version.h; sourceTree = "<group>"; }; |
| 25 | + 450C00281EE405500016877C /* cmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmark.h; path = cmark/cmark.h; sourceTree = "<group>"; }; |
| 26 | + 450C00291EE405500016877C /* libcmark.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcmark.a; path = cmark/libcmark.a; sourceTree = "<group>"; }; |
20 | 27 | 453120BE1E9E1E1C00D752F5 /* QLCommonMark.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QLCommonMark.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
|
21 | 28 | 453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GenerateThumbnailForURL.m; sourceTree = "<group>"; };
|
22 | 29 | 453120C31E9E1E1C00D752F5 /* GeneratePreviewForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GeneratePreviewForURL.m; sourceTree = "<group>"; };
|
|
26 | 33 | 453120D21E9E1FD600D752F5 /* common_mark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = common_mark.m; sourceTree = "<group>"; };
|
27 | 34 | 453120D41E9E218A00D752F5 /* shared.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shared.h; sourceTree = "<group>"; };
|
28 | 35 | 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 | 36 | /* End PBXFileReference section */
|
31 | 37 |
|
32 | 38 | /* Begin PBXFrameworksBuildPhase section */
|
33 | 39 | 453120BA1E9E1E1C00D752F5 /* Frameworks */ = {
|
34 | 40 | isa = PBXFrameworksBuildPhase;
|
35 | 41 | buildActionMask = 2147483647;
|
36 | 42 | files = (
|
| 43 | + 450C002D1EE405500016877C /* libcmark.a in Frameworks */, |
37 | 44 | );
|
38 | 45 | runOnlyForDeploymentPostprocessing = 0;
|
39 | 46 | };
|
40 | 47 | /* End PBXFrameworksBuildPhase section */
|
41 | 48 |
|
42 | 49 | /* Begin PBXGroup section */
|
| 50 | + 450C00251EE4023B0016877C /* cmark */ = { |
| 51 | + isa = PBXGroup; |
| 52 | + children = ( |
| 53 | + 450C00261EE405500016877C /* cmark_export.h */, |
| 54 | + 450C00271EE405500016877C /* cmark_version.h */, |
| 55 | + 450C00281EE405500016877C /* cmark.h */, |
| 56 | + 450C00291EE405500016877C /* libcmark.a */, |
| 57 | + ); |
| 58 | + name = cmark; |
| 59 | + sourceTree = "<group>"; |
| 60 | + }; |
43 | 61 | 453120B41E9E1E1C00D752F5 = {
|
44 | 62 | isa = PBXGroup;
|
45 | 63 | children = (
|
|
60 | 78 | 453120C01E9E1E1C00D752F5 /* QLCommonMark */ = {
|
61 | 79 | isa = PBXGroup;
|
62 | 80 | children = (
|
| 81 | + 450C00251EE4023B0016877C /* cmark */, |
63 | 82 | 453120CE1E9E1F5700D752F5 /* common_mark.h */,
|
64 | 83 | 453120D21E9E1FD600D752F5 /* common_mark.m */,
|
65 | 84 | 453120C11E9E1E1C00D752F5 /* GenerateThumbnailForURL.m */,
|
|
74 | 93 | 453120CD1E9E1F2100D752F5 /* Resources */ = {
|
75 | 94 | isa = PBXGroup;
|
76 | 95 | children = (
|
77 |
| - 45E7FCBD1E9E63F400773069 /* cmark-0.27.1 */, |
78 | 96 | 45E7FCBB1E9E4B4800773069 /* themes */,
|
79 | 97 | );
|
80 | 98 | name = Resources;
|
|
88 | 106 | buildActionMask = 2147483647;
|
89 | 107 | files = (
|
90 | 108 | 453120D01E9E1F5700D752F5 /* common_mark.h in Headers */,
|
| 109 | + 450C002A1EE405500016877C /* cmark_export.h in Headers */, |
| 110 | + 450C002B1EE405500016877C /* cmark_version.h in Headers */, |
| 111 | + 450C002C1EE405500016877C /* cmark.h in Headers */, |
91 | 112 | );
|
92 | 113 | runOnlyForDeploymentPostprocessing = 0;
|
93 | 114 | };
|
|
151 | 172 | buildActionMask = 2147483647;
|
152 | 173 | files = (
|
153 | 174 | 45E7FCBC1E9E4B4800773069 /* themes in Resources */,
|
154 |
| - 45E7FCBE1E9E63F400773069 /* cmark-0.27.1 in Resources */, |
155 | 175 | );
|
156 | 176 | runOnlyForDeploymentPostprocessing = 0;
|
157 | 177 | };
|
|
272 | 292 | "$(inherited)",
|
273 | 293 | "$(PROJECT_DIR)/QLCommonMark/cmark",
|
274 | 294 | );
|
275 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 295 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
276 | 296 | PRODUCT_BUNDLE_IDENTIFIER = com.digitalmoksha.QLCommonMark;
|
277 | 297 | PRODUCT_NAME = "$(TARGET_NAME)";
|
278 | 298 | WRAPPER_EXTENSION = qlgenerator;
|
|
290 | 310 | "$(inherited)",
|
291 | 311 | "$(PROJECT_DIR)/QLCommonMark/cmark",
|
292 | 312 | );
|
293 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 313 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
294 | 314 | PRODUCT_BUNDLE_IDENTIFIER = com.digitalmoksha.QLCommonMark;
|
295 | 315 | PRODUCT_NAME = "$(TARGET_NAME)";
|
296 | 316 | WRAPPER_EXTENSION = qlgenerator;
|
|
0 commit comments