realm / realm-tasks

To Do app built with Realm, inspired by Clear for iOS
Other
369 stars 71 forks source link

Updated Project Settings to fix CocoaPods Warnings #306

Closed TimOliver closed 8 years ago

TimOliver commented 8 years ago

In the present project, the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build settings is being manually overridden to true, which is causing CocoaPods to show warnings each time it is run on the project (Even though the default value is true).

This PR removes those overrides.