jessesquires / JSQCoreDataKit

A swifter Core Data stack
https://jessesquires.github.io/JSQCoreDataKit/
MIT License
616 stars 70 forks source link

Remove plist files, autogenerate instead #221

Open jessesquires opened 2 years ago

jessesquires commented 2 years ago

As of Xcode 13, plists can be generated automatically.

We can delete them from the framework targets and test targets.

Also update Package.swift

https://useyourloaf.com/blog/xcode-13-missing-info.plist/