realm-js/react-native
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
..
android Refactor thread_id.hpp into cpp and thread_local.hpp 2016-06-16 17:02:53 -07:00
ios Fix for linker error when building for iOS 7 2016-06-27 12:16:35 -07:00
.eslintrc.json Properly configure ESLint for syntax checking 2016-03-16 13:01:38 -07:00
.npmignore NPM ignore react-native/android folder 2016-02-11 16:55:36 -08:00
index.js Fix ListView imports for React Native 0.25 2016-05-16 13:23:19 -07:00
listview.js Fix ListView imports for React Native 0.25 2016-05-16 13:23:19 -07:00