sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.85k stars 366 forks source link

Single scheme. #153

Closed sunshinejr closed 6 years ago

sunshinejr commented 6 years ago

Fixes #108.

Basically I'm doing the same we've done in Moya - use framework-generate to create project.

Usage: gem install framework-generate & framework-generate. More info here.

Edit: Found a bug in framework-generate for libraries without deps. Basically the script appends additional copy carthage frameworks phase, which we don't need. Right now I've deleted it manually and created an issue (framework-generate#12)

Edit2: framework-generate 1.3.2 fixes all issues with generating framework without dependencies 🎉