From 19f060abf5554bad86b73f7d241f7662181d9cac Mon Sep 17 00:00:00 2001 From: Sunny Luo Date: Tue, 3 Mar 2020 14:55:32 +0800 Subject: [PATCH 1/2] Update react-native-update.podspec --- react-native-update.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-update.podspec b/react-native-update.podspec index 33d0105..a88dd8d 100644 --- a/react-native-update.podspec +++ b/react-native-update.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.vendored_libraries = 'RCTPushy/libRCTPushy.a' s.pod_target_xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '"$(SRCROOT)/../node_modules/react-native-update/ios"' } s.resource = 'ios/pushy_build_time.txt' - s.script_phase = { :name => 'Generate build time', :script => '../../node_modules/react-native-update/scripts/generateiOSBuildTime.sh', :execution_position => :before_compile } + s.script_phase = { :name => 'Generate build time', :script => '"$(SRCROOT)/../node_modules/react-native-update/scripts/generateiOSBuildTime.sh"', :execution_position => :before_compile } s.dependency 'React' s.dependency 'SSZipArchive' From c779befa86ff1be9df419573a22e1fcd931adca0 Mon Sep 17 00:00:00 2001 From: Sunny Luo Date: Fri, 13 Mar 2020 09:36:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd42f9..3944e7c 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ $ yarn start 本组件由[React Native 中文网](https://reactnative.cn/)独家发布,如有定制需求可以[联系我们](https://reactnative.cn/about.html#content)。 -关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-pushy/issues)或者[中文社区](http://bbs.reactnative.cn/category/7)发帖提问。 +关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-pushy/issues)发帖提问。