From deb5140c1e0b105d09751447e0b1a258b1864177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 20 May 2016 21:18:54 +0200 Subject: [PATCH] prepare 2.26 for RN 0.26 --- README.md | 2 +- RNGL.podspec | 2 +- example/ios/example.xcodeproj/project.pbxproj | 10 ++++++++-- example/package.json | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5634fbe..4fd3815 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **[Gitbook documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/) / [Github](https://github.com/ProjectSeptemberInc/gl-react-native/) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/)** / [#gl-react on reactiflux](https://discordapp.com/channels/102860784329052160/106102146109325312) -# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.25.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) +# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.26.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. diff --git a/RNGL.podspec b/RNGL.podspec index 1fd74de..6391f3a 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.25.0" + s.version = "2.26.0" s.homepage = "https://github.com/ProjectSeptemberInc/gl-react-native" s.platform = :ios, "8.0" s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git" } diff --git a/example/ios/example.xcodeproj/project.pbxproj b/example/ios/example.xcodeproj/project.pbxproj index e006a93..a20a1f0 100644 --- a/example/ios/example.xcodeproj/project.pbxproj +++ b/example/ios/example.xcodeproj/project.pbxproj @@ -709,7 +709,10 @@ ); INFOPLIST_FILE = example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = "-ObjC"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); PRODUCT_BUNDLE_IDENTIFIER = com.projectseptember.glreact.showcase; PRODUCT_NAME = example; }; @@ -726,7 +729,10 @@ ); INFOPLIST_FILE = example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = "-ObjC"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); PRODUCT_BUNDLE_IDENTIFIER = com.projectseptember.glreact.showcase; PRODUCT_NAME = example; }; diff --git a/example/package.json b/example/package.json index 95d7191..5260956 100644 --- a/example/package.json +++ b/example/package.json @@ -11,8 +11,8 @@ "gl-react-blur": "^1.2.2", "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", - "react": "^0.14.8", - "react-native": "^0.25.1", + "react": "^15.0.0", + "react-native": "^0.26.0", "react-native-fs": "^1.4.0", "react-native-material-kit": "PyYoshi/react-native-material-kit#rn-0.25.1", "react-transform-hmr": "^1.0.2", -- 2.26.2