zorn / VersionedFilesDemo

Demo of a SwiftUI document-based app. Trying to work out how file versions over time will work in an isolated project.
MIT License
9 stars 1 forks source link

Updates the demo to work for API changes seen in Xcode 12 beta 6 #2

Closed zorn closed 4 years ago

zorn commented 4 years ago

Specifically the FileDocument protocol was changed.

Getting the app code updates was easy but I still don't know how to use this new API inside a unit test. See issue #1 for info.

For now, I've reorganized the tests around the PeopleDocumentFileRepresentation type.