mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	Fix ios script path
This commit is contained in:
		| @@ -182,15 +182,15 @@ PODS: | |||||||
|     - React-cxxreact (= 0.61.4) |     - React-cxxreact (= 0.61.4) | ||||||
|     - React-jsi (= 0.61.4) |     - React-jsi (= 0.61.4) | ||||||
|   - React-jsinspector (0.61.4) |   - React-jsinspector (0.61.4) | ||||||
|   - react-native-update (5.5.0): |   - react-native-update (5.5.8): | ||||||
|     - React |     - React | ||||||
|     - react-native-update/BSDiff (= 5.5.0) |     - react-native-update/BSDiff (= 5.5.8) | ||||||
|     - react-native-update/RCTPushy (= 5.5.0) |     - react-native-update/RCTPushy (= 5.5.8) | ||||||
|     - SSZipArchive |     - SSZipArchive | ||||||
|   - react-native-update/BSDiff (5.5.0): |   - react-native-update/BSDiff (5.5.8): | ||||||
|     - React |     - React | ||||||
|     - SSZipArchive |     - SSZipArchive | ||||||
|   - react-native-update/RCTPushy (5.5.0): |   - react-native-update/RCTPushy (5.5.8): | ||||||
|     - React |     - React | ||||||
|     - SSZipArchive |     - SSZipArchive | ||||||
|   - React-RCTActionSheet (0.61.4): |   - React-RCTActionSheet (0.61.4): | ||||||
| @@ -337,7 +337,7 @@ SPEC CHECKSUMS: | |||||||
|   React-jsi: ca921f4041505f9d5197139b2d09eeb020bb12e8 |   React-jsi: ca921f4041505f9d5197139b2d09eeb020bb12e8 | ||||||
|   React-jsiexecutor: 8dfb73b987afa9324e4009bdce62a18ce23d983c |   React-jsiexecutor: 8dfb73b987afa9324e4009bdce62a18ce23d983c | ||||||
|   React-jsinspector: d15478d0a8ada19864aa4d1cc1c697b41b3fa92f |   React-jsinspector: d15478d0a8ada19864aa4d1cc1c697b41b3fa92f | ||||||
|   react-native-update: 0696134a23c2ad1be899c12b33f9d3521284d458 |   react-native-update: 491cb5902a18f1ebeeb903f1a619df94662fc52a | ||||||
|   React-RCTActionSheet: 7369b7c85f99b6299491333affd9f01f5a130c22 |   React-RCTActionSheet: 7369b7c85f99b6299491333affd9f01f5a130c22 | ||||||
|   React-RCTAnimation: d07be15b2bd1d06d89417eb0343f98ffd2b099a7 |   React-RCTAnimation: d07be15b2bd1d06d89417eb0343f98ffd2b099a7 | ||||||
|   React-RCTBlob: 8e0b23d95c9baa98f6b0e127e07666aaafd96c34 |   React-RCTBlob: 8e0b23d95c9baa98f6b0e127e07666aaafd96c34 | ||||||
| @@ -353,4 +353,4 @@ SPEC CHECKSUMS: | |||||||
|  |  | ||||||
| PODFILE CHECKSUM: 244ba888c650d3945bf72a8d01516fb0f1b3b097 | PODFILE CHECKSUM: 244ba888c650d3945bf72a8d01516fb0f1b3b097 | ||||||
|  |  | ||||||
| COCOAPODS: 1.8.4 | COCOAPODS: 1.9.1 | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ Pod::Spec.new do |s| | |||||||
|   s.vendored_libraries = 'RCTPushy/libRCTPushy.a' |   s.vendored_libraries = 'RCTPushy/libRCTPushy.a' | ||||||
|   s.pod_target_xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '"$(SRCROOT)/../node_modules/react-native-update/ios"' } |   s.pod_target_xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '"$(SRCROOT)/../node_modules/react-native-update/ios"' } | ||||||
|   s.resource = 'ios/pushy_build_time.txt' |   s.resource = 'ios/pushy_build_time.txt' | ||||||
|   s.script_phase = { :name => 'Generate build time', :script => '"$(SRCROOT)/../node_modules/react-native-update/scripts/generateiOSBuildTime.sh"', :execution_position => :before_compile } |   s.script_phase = { :name => 'Generate build time', :script => 'set -x;date +%s > ${PODS_ROOT}/../../node_modules/react-native-update/ios/pushy_build_time.txt', :execution_position => :before_compile } | ||||||
|  |  | ||||||
|   s.dependency 'React' |   s.dependency 'React' | ||||||
|   s.dependency 'SSZipArchive' |   s.dependency 'SSZipArchive' | ||||||
|   | |||||||
| @@ -1,5 +0,0 @@ | |||||||
|    |  | ||||||
| #!/bin/bash |  | ||||||
| set -x |  | ||||||
| DEST="../../node_modules/react-native-update/ios" |  | ||||||
| date +%s > "$DEST/pushy_build_time.txt" |  | ||||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm