Skip to content

Commit 07e8b0c

Browse files
author
chixiaoming
committed
Fix QLCARFiles dependency error
1 parent 83ce2b1 commit 07e8b0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iOSImagesExtractor/iOSImagesExtractor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
/* End PBXContainerItemProxy section */
7272

7373
/* Begin PBXFileReference section */
74-
892829E02485EC1C009E0A31 /* QLCARFiles.qlgenerator */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = QLCARFiles.qlgenerator; path = ../Products/QLCARFiles.qlgenerator; sourceTree = "<group>"; };
74+
892829E02485EC1C009E0A31 /* QLCARFiles.qlgenerator */ = {isa = PBXFileReference; lastKnownFileType = file; name = QLCARFiles.qlgenerator; path = ../../Products/QLCARFiles.qlgenerator; sourceTree = "<group>"; };
7575
89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CARExtractor.xcodeproj; path = ../CARExtractor/CARExtractor.xcodeproj; sourceTree = "<group>"; };
7676
897AD2922485E812002D1D58 /* QLCARFiles.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QLCARFiles.xcodeproj; path = ../CARExtractor/QLCARFiles/QLCARFiles.xcodeproj; sourceTree = "<group>"; };
7777
8982EB4B2485060C00BCB558 /* CARExtractor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = CARExtractor; path = ../../Products/CARExtractor; sourceTree = "<group>"; };
@@ -147,7 +147,6 @@
147147
C24D24DC1B16047D00DDE534 = {
148148
isa = PBXGroup;
149149
children = (
150-
892829E02485EC1C009E0A31 /* QLCARFiles.qlgenerator */,
151150
897AD2922485E812002D1D58 /* QLCARFiles.xcodeproj */,
152151
89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */,
153152
C24D24E71B16047E00DDE534 /* iOSImagesExtractor */,
@@ -283,6 +282,7 @@
283282
isa = PBXGroup;
284283
children = (
285284
C24D254F1B1611F300DDE534 /* About */,
285+
892829E02485EC1C009E0A31 /* QLCARFiles.qlgenerator */,
286286
C24D24EF1B16047E00DDE534 /* Images.xcassets */,
287287
C24D24F11B16047E00DDE534 /* MainMenu.xib */,
288288
8982EB4B2485060C00BCB558 /* CARExtractor */,

0 commit comments

Comments
 (0)