Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Remove xcodeproj and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zocario committed Sep 30, 2020
1 parent a0c3a47 commit f3c0c49
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,489 deletions.
1,191 changes: 0 additions & 1,191 deletions Family.xcodeproj/project.pbxproj

This file was deleted.

7 changes: 0 additions & 7 deletions Family.xcodeproj/project.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

This file was deleted.

87 changes: 0 additions & 87 deletions Family.xcodeproj/xcshareddata/xcschemes/Family-iOS.xcscheme

This file was deleted.

101 changes: 0 additions & 101 deletions Family.xcodeproj/xcshareddata/xcschemes/Family-macOS.xcscheme

This file was deleted.

87 changes: 0 additions & 87 deletions Family.xcodeproj/xcshareddata/xcschemes/Family-tvOS.xcscheme

This file was deleted.

3 changes: 0 additions & 3 deletions Tests/macOS/FamilyViewControllerSharedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class FamilyViewControllerSharedTests: XCTestCase {
XCTAssertEqual(padding.right, insets.right)
XCTAssertEqual(padding.bottom, insets.bottom)

XCTAssertEqual(container.scrollView.bounds, CGRect(origin: .zero, size: CGSize(width: 500, height: 1000)))


#if os(macOS)
XCTAssertEqual(childViewController.view.frame, CGRect(origin: .init(x: 10, y: 10),
size: CGSize(width: 460, height: 500)))
Expand Down

0 comments on commit f3c0c49

Please sign in to comment.