Skip to content

Commit c20a94d

Browse files
committed
Removes git ignored files
1 parent e3a31f5 commit c20a94d

File tree

14 files changed

+22
-361
lines changed

14 files changed

+22
-361
lines changed

Pods/Pods.xcodeproj/xcuserdata/johnsmith.xcuserdatad/xcschemes/Pods-iPhoneMoCap.xcscheme

-73
This file was deleted.

Pods/Pods.xcodeproj/xcuserdata/johnsmith.xcuserdatad/xcschemes/SnapKit.xcscheme

-60
This file was deleted.

Pods/Pods.xcodeproj/xcuserdata/johnsmith.xcuserdatad/xcschemes/xcschememanagement.plist

-25
This file was deleted.

Tests/LinuxMain.swift

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import XCTest
2+
@testable import iPhoneMoCapTests
3+
4+
XCTMain([
5+
testCase(iPhoneMoCapTests.allTests),
6+
])
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import XCTest
2+
@testable import iPhoneMoCap
3+
4+
class iPhoneMoCapTests: XCTestCase {
5+
func testExample() {
6+
// This is an example of a functional test case.
7+
// Use XCTAssert and related functions to verify your tests produce the correct
8+
// results.
9+
XCTAssertEqual(iPhoneMoCap().text, "Hello, World!")
10+
}
11+
12+
13+
static var allTests = [
14+
("testExample", testExample),
15+
]
16+
}

iPhoneMoCap.xcodeproj/xcuserdata/johnsmith.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

-23
This file was deleted.

iPhoneMoCap.xcodeproj/xcuserdata/johnsmith.xcuserdatad/xcschemes/xcschememanagement.plist

-19
This file was deleted.

iPhoneMoCap.xcodeproj/xcuserdata/lukeparham.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

-25
This file was deleted.

iPhoneMoCap.xcodeproj/xcuserdata/lukeparham.xcuserdatad/xcschemes/DogeChat.xcscheme

-91
This file was deleted.

iPhoneMoCap.xcodeproj/xcuserdata/lukeparham.xcuserdatad/xcschemes/xcschememanagement.plist

-22
This file was deleted.

iPhoneMoCap.xcworkspace/xcuserdata/johnsmith.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

-23
This file was deleted.

0 commit comments

Comments
 (0)