uber / ios-snapshot-test-case

Snapshot view unit tests for iOS
MIT License
1.79k stars 214 forks source link

Updated FBSnapshotTestCaseDemo with a scheme that uses the preprocessor macro to configure the reference image directory #88

Closed reidmain closed 5 years ago

reidmain commented 5 years ago

Ref https://github.com/uber/ios-snapshot-test-case/issues/58

To ensure that we don't break the preprocessor macro option of configuring output directories this PR adds another scheme to the demo project that uses it. Also since the preprocessor macro doesn't work in Swift the documentation has been updated to call this out.