facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS
MIT License
2.66k stars 253 forks source link

Set CURRENT_PROJECT_VERSION correctly #207

Open bdorfman-stripe opened 7 years ago

bdorfman-stripe commented 7 years ago

Currently the project version in Xcode/info.plist is just set to 1. It would be nice if this was the correct sdk version. I would like to inspect it at build time for tests to make sure people are running an up to date version and carthage bootstrap if not.

Thanks!