Skip to content

Commit b46843e

Browse files
committed
Fix iOS issues
1 parent 8ba87e1 commit b46843e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Sources/FilePicker/FilePicker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public struct FilePicker<LabelView: View>: View {
5454
self.allowMultiple = allowMultiple
5555
self.pickedCompletionHandler = completionHandler
5656
self.labelViewContent = labelViewContent
57-
self.startingDirectory = nil
5857
}
5958
#endif
6059

Tests/FilePickerTests/FilePickerTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import XCTest
33

44
final class FilePickerTests: XCTestCase {
55
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(FilePicker().text, "Hello, World!")
106
}
117

128
static var allTests = [

0 commit comments

Comments
 (0)