realm-js/tests
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
..
data fix for upgrading optional date properties 2016-05-26 13:30:51 -07:00
ios remove old umbrella header 2016-04-29 12:58:25 -07:00
js Very basic multiprocess change notification test 2016-06-13 17:24:43 -07:00
react-test-app Fix for linker error when building for iOS 7 2016-06-27 12:16:35 -07:00
index.js Very basic multiprocess change notification test 2016-06-13 17:24:43 -07:00