Skip to content

Commit

Permalink
Removed unwanted files
Browse files Browse the repository at this point in the history
  • Loading branch information
soorinpark committed Nov 2, 2021
1 parent d54c04d commit eb089cc
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 402 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ SampleApp.xcworkspace

# ios-snapshot-test-case Failure Diffs
FailureDiffs/

Samples/**/*Info.plist
!Samples/Tutorial/AppHost/Configuration/Info.plist
60 changes: 0 additions & 60 deletions Samples/SampleSwiftUIApp/SampleSwiftUIApp/Info.plist

This file was deleted.

22 changes: 0 additions & 22 deletions Samples/TicTacToe/Tests/Info.plist

This file was deleted.

22 changes: 0 additions & 22 deletions Samples/Tutorial/AppHost/TutorialTests/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
//

import Combine
import ReactiveSwift
import Workflow
import WorkflowCombine
import WorkflowReactiveSwift
import WorkflowUI

// MARK: Workers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct DemoWorkflow: Workflow {
// MARK: State and Initialization

extension DemoWorkflow {
struct State {
struct State: Equatable {
var date: Date
}

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit eb089cc

Please sign in to comment.