Justin Steffen
Justin Steffen
Swift Package manager required the upper case `P` in Plot to be able to resolve the dependencies. ``` dependencies: [ .package(url: "https://github.com/johnsundell/plot.git", from: "0.10.0") //Didn't work with a lowercase P....
Builds upon the solution in PR #63 to fix bug #61. - Changes confirm dialog from Void to Bool observable - True represents Yes, False represents No - Dismisses the...
Populate Workflow Testing wiki page with helpful docs: https://square.github.io/workflow/userguide/testing-concepts/ 
One question we're noticing on #workflow-ios Slack, is do we need the key parameter for the `BackStackScreen.Item`?
Since we're adding support for WorkflowSwiftUI, we should probably extend our Travis configuration to build this podspec on CI with XCode 11...