Skip to content

Commit

Permalink
feat: remove assertion files for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Oct 18, 2017
1 parent 8f15f31 commit dfbba26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions Difference.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
8933C7891EB5B82A000D00A4 /* DifferenceTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DifferenceTests.swift; sourceTree = "<group>"; };
AD2FAA261CD0B6D800659CF4 /* Difference.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Difference.plist; sourceTree = "<group>"; };
AD2FAA281CD0B6E100659CF4 /* DifferenceTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = DifferenceTests.plist; sourceTree = "<group>"; };
CDF9A0C21F979B83004A5C4A /* XCTAssertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTAssertions.swift; sourceTree = "<group>"; };
CDF9A0C71F979EA5004A5C4A /* QuickAssertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickAssertions.swift; sourceTree = "<group>"; };
DD75027A1C68FCFC006590AF /* Difference-macOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Difference-macOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
DD75028D1C690C7A006590AF /* Difference-tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Difference-tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -152,8 +150,6 @@
isa = PBXGroup;
children = (
8933C7841EB5B820000D00A4 /* Difference.swift */,
CDF9A0C21F979B83004A5C4A /* XCTAssertions.swift */,
CDF9A0C71F979EA5004A5C4A /* QuickAssertions.swift */,
);
path = Sources;
sourceTree = "<group>";
Expand Down
23 changes: 0 additions & 23 deletions Sources/QuickAssertions.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Sources/XCTAssertions.swift

This file was deleted.

0 comments on commit dfbba26

Please sign in to comment.