Skip to content

Commit f6328dc

Browse files
committed
Make XCode aware of the new files.
1 parent 2810972 commit f6328dc

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

QuickJSON.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
CE731E7F1333641900F09D91 /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = CE731E7E1333641900F09D91 /* GenerateThumbnailForURL.m */; };
11+
CE731E831333646E00F09D91 /* quicklookjson.c in Sources */ = {isa = PBXBuildFile; fileRef = CE731E811333646E00F09D91 /* quicklookjson.c */; };
12+
CE731E841333646E00F09D91 /* quicklookjson.h in Headers */ = {isa = PBXBuildFile; fileRef = CE731E821333646E00F09D91 /* quicklookjson.h */; };
1013
CEEC2AC5133331E000823F4B /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEC2AC4133331E000823F4B /* QuickLook.framework */; };
1114
CEEC2AC7133331E000823F4B /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEC2AC6133331E000823F4B /* ApplicationServices.framework */; };
1215
CEEC2AC9133331E000823F4B /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEC2AC8133331E000823F4B /* CoreServices.framework */; };
1316
CEEC2ACB133331E000823F4B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEC2ACA133331E000823F4B /* CoreFoundation.framework */; };
1417
CEEC2AD1133331E000823F4B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CEEC2ACF133331E000823F4B /* InfoPlist.strings */; };
15-
CEEC2AD4133331E000823F4B /* GenerateThumbnailForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = CEEC2AD3133331E000823F4B /* GenerateThumbnailForURL.c */; };
1618
CEEC2AD6133331E000823F4B /* GeneratePreviewForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = CEEC2AD5133331E000823F4B /* GeneratePreviewForURL.c */; };
1719
CEEC2AD8133331E000823F4B /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = CEEC2AD7133331E000823F4B /* main.c */; };
1820
/* End PBXBuildFile section */
1921

2022
/* Begin PBXFileReference section */
23+
CE731E7E1333641900F09D91 /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GenerateThumbnailForURL.m; sourceTree = "<group>"; };
24+
CE731E811333646E00F09D91 /* quicklookjson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = quicklookjson.c; sourceTree = "<group>"; };
25+
CE731E821333646E00F09D91 /* quicklookjson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quicklookjson.h; sourceTree = "<group>"; };
2126
CEEC2AC1133331E000823F4B /* QuickJSON.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuickJSON.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
2227
CEEC2AC4133331E000823F4B /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
2328
CEEC2AC6133331E000823F4B /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
@@ -26,7 +31,6 @@
2631
CEEC2ACE133331E000823F4B /* QuickJSON-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "QuickJSON-Info.plist"; sourceTree = "<group>"; };
2732
CEEC2AD0133331E000823F4B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2833
CEEC2AD2133331E000823F4B /* QuickJSON-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "QuickJSON-Prefix.pch"; sourceTree = "<group>"; };
29-
CEEC2AD3133331E000823F4B /* GenerateThumbnailForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenerateThumbnailForURL.c; sourceTree = "<group>"; };
3034
CEEC2AD5133331E000823F4B /* GeneratePreviewForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GeneratePreviewForURL.c; sourceTree = "<group>"; };
3135
CEEC2AD7133331E000823F4B /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
3236
/* End PBXFileReference section */
@@ -77,9 +81,11 @@
7781
CEEC2ACC133331E000823F4B /* QuickJSON */ = {
7882
isa = PBXGroup;
7983
children = (
80-
CEEC2AD3133331E000823F4B /* GenerateThumbnailForURL.c */,
84+
CE731E7E1333641900F09D91 /* GenerateThumbnailForURL.m */,
8185
CEEC2AD5133331E000823F4B /* GeneratePreviewForURL.c */,
8286
CEEC2AD7133331E000823F4B /* main.c */,
87+
CE731E811333646E00F09D91 /* quicklookjson.c */,
88+
CE731E821333646E00F09D91 /* quicklookjson.h */,
8389
CEEC2ACD133331E000823F4B /* Supporting Files */,
8490
);
8591
path = QuickJSON;
@@ -102,6 +108,7 @@
102108
isa = PBXHeadersBuildPhase;
103109
buildActionMask = 2147483647;
104110
files = (
111+
CE731E841333646E00F09D91 /* quicklookjson.h in Headers */,
105112
);
106113
runOnlyForDeploymentPostprocessing = 0;
107114
};
@@ -175,9 +182,10 @@
175182
isa = PBXSourcesBuildPhase;
176183
buildActionMask = 2147483647;
177184
files = (
178-
CEEC2AD4133331E000823F4B /* GenerateThumbnailForURL.c in Sources */,
179185
CEEC2AD6133331E000823F4B /* GeneratePreviewForURL.c in Sources */,
180186
CEEC2AD8133331E000823F4B /* main.c in Sources */,
187+
CE731E7F1333641900F09D91 /* GenerateThumbnailForURL.m in Sources */,
188+
CE731E831333646E00F09D91 /* quicklookjson.c in Sources */,
181189
);
182190
runOnlyForDeploymentPostprocessing = 0;
183191
};

QuickJSON/GenerateThumbnailForURL.c

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)