realm-js/tests/react-test-app/ios
Scott Kyle e8ea8e493e Fix for linker error when building for iOS 7
By default, React Native projects target a minimum of iOS 7, but our projects were set to iOS 8 because previously we used a dynamic framework.

When building for an iOS 7 minimum target version, the linker would complain about thread local variables not working on iOS 7. So it was necessary to add even more checks (iOS >= 8 or OS X >= 10.7) before using native thread local variables rather than our shim.

This also changes our projects to target iOS 7 so we can catch these issues quicker in the future.
2016-06-27 12:16:35 -07:00
..
ReactTests Make React reloads and testing more reliable 2016-05-02 16:19:29 -07:00
ReactTests.xcodeproj Fix for linker error when building for iOS 7 2016-06-27 12:16:35 -07:00