Skip to content

Commit c0b96f6

Browse files
committed
Got rid of extra directory.
1 parent bf93c91 commit c0b96f6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CoreDataQueryInterface.xcodeproj/project.pbxproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
F3E6B5511B2BFCA500F735EE /* FilterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B54F1B2BFCA500F735EE /* FilterTests.swift */; };
168168
F3E6B5531B2C01CC00F735EE /* OrderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B5521B2C01CC00F735EE /* OrderTests.swift */; };
169169
F3E6B5541B2C01CC00F735EE /* OrderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B5521B2C01CC00F735EE /* OrderTests.swift */; };
170-
F3F1BC561CD0020100F9072D /* CoreDataQueryInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */; settings = {ATTRIBUTES = (Public, ); }; };
171170
F3F1BC5B1CD0025700F9072D /* Aggregable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F33863971C322BDB00818352 /* Aggregable.swift */; };
172171
F3F1BC5C1CD0025700F9072D /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37A46EF1B2BD61700D4EE61 /* Attribute.swift */; };
173172
F3F1BC5D1CD0025700F9072D /* BooleanAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD37B1CB01D1600FB2EF8 /* BooleanAttribute.swift */; };
@@ -294,8 +293,6 @@
294293
F3E6B54F1B2BFCA500F735EE /* FilterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FilterTests.swift; sourceTree = "<group>"; };
295294
F3E6B5521B2C01CC00F735EE /* OrderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderTests.swift; sourceTree = "<group>"; };
296295
F3F1BC531CD0020100F9072D /* CoreDataQueryInterface.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreDataQueryInterface.framework; sourceTree = BUILT_PRODUCTS_DIR; };
297-
F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreDataQueryInterface.h; sourceTree = "<group>"; };
298-
F3F1BC571CD0020100F9072D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
299296
/* End PBXFileReference section */
300297

301298
/* Begin PBXFrameworksBuildPhase section */
@@ -431,7 +428,6 @@
431428
F356831B1B43AC040089F0A0 /* README.md */,
432429
F37C46A41B2A780200B35B1B /* CoreDataQueryInterface */,
433430
F37C46B01B2A780200B35B1B /* CoreDataQueryInterfaceTests */,
434-
F3F1BC541CD0020100F9072D /* CoreDataQueryInterface */,
435431
F37C46A31B2A780200B35B1B /* Products */,
436432
F3DEBD9F1B40FCCD00EE1382 /* bin */,
437433
);
@@ -474,15 +470,6 @@
474470
path = CoreDataQueryInterfaceTests;
475471
sourceTree = "<group>";
476472
};
477-
F3F1BC541CD0020100F9072D /* CoreDataQueryInterface */ = {
478-
isa = PBXGroup;
479-
children = (
480-
F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */,
481-
F3F1BC571CD0020100F9072D /* Info.plist */,
482-
);
483-
path = CoreDataQueryInterface;
484-
sourceTree = "<group>";
485-
};
486473
/* End PBXGroup section */
487474

488475
/* Begin PBXHeadersBuildPhase section */
@@ -513,7 +500,6 @@
513500
isa = PBXHeadersBuildPhase;
514501
buildActionMask = 2147483647;
515502
files = (
516-
F3F1BC561CD0020100F9072D /* CoreDataQueryInterface.h in Headers */,
517503
);
518504
runOnlyForDeploymentPostprocessing = 0;
519505
};

0 commit comments

Comments
 (0)