Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
580 stars 25 forks source link

Xcode project file is not committed #56

Closed AlexisQapa closed 3 years ago

AlexisQapa commented 3 years ago

Bug description

The main Xcode project file is not committed into the repo. When cloning and opening the Example workspace there is a missing Xcode project file reference.

Steps to reproduce

Clone open the workspace in Example folder. Hit run.

Expected behavior

Example should build and run.

Environment

mltbnz commented 3 years ago

Should be solved by #57

AlexisQapa commented 3 years ago

Thanks, I stumbled upon the PR.