mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	Fix ios example
This commit is contained in:
		| @@ -16,7 +16,7 @@ target 'testHotUpdate' do | ||||
|   # | ||||
|   # Note that if you have use_frameworks! enabled, Flipper will not work and | ||||
|   # you should disable the next line. | ||||
|   use_flipper!() | ||||
|   use_flipper!({ "Flipper-DoubleConversion" => "1.1.7" }) | ||||
|  | ||||
|   post_install do |installer| | ||||
|     react_native_post_install(installer) | ||||
|   | ||||
| @@ -14,7 +14,7 @@ PODS: | ||||
|     - Flipper-Folly (~> 2.6) | ||||
|     - Flipper-RSocket (~> 1.4) | ||||
|   - Flipper-Boost-iOSX (1.76.0.1.11) | ||||
|   - Flipper-DoubleConversion (3.1.7) | ||||
|   - Flipper-DoubleConversion (1.1.7) | ||||
|   - Flipper-Fmt (7.1.7) | ||||
|   - Flipper-Folly (2.6.7): | ||||
|     - Flipper-Boost-iOSX | ||||
| @@ -360,7 +360,7 @@ DEPENDENCIES: | ||||
|   - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) | ||||
|   - Flipper (= 0.99.0) | ||||
|   - Flipper-Boost-iOSX (= 1.76.0.1.11) | ||||
|   - Flipper-DoubleConversion (= 3.1.7) | ||||
|   - Flipper-DoubleConversion (= 1.1.7) | ||||
|   - Flipper-Fmt (= 7.1.7) | ||||
|   - Flipper-Folly (= 2.6.7) | ||||
|   - Flipper-Glog (= 0.3.6) | ||||
| @@ -499,7 +499,7 @@ SPEC CHECKSUMS: | ||||
|   FBReactNativeSpec: 3b1e86618e902743fde35b40cf9ebd100fd655b7 | ||||
|   Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733 | ||||
|   Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c | ||||
|   Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c | ||||
|   Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 | ||||
|   Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b | ||||
|   Flipper-Folly: 83af37379faa69497529e414bd43fbfc7cae259a | ||||
|   Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6 | ||||
| @@ -539,6 +539,6 @@ SPEC CHECKSUMS: | ||||
|   Yoga: c11abbf5809216c91fcd62f5571078b83d9b6720 | ||||
|   YogaKit: f782866e155069a2cca2517aafea43200b01fd5a | ||||
|  | ||||
| PODFILE CHECKSUM: db39328f0de1b565c4d7f4f59801e77ac82fe1f8 | ||||
| PODFILE CHECKSUM: a26b18e70d6c4725e0254b56751afbc7620020ff | ||||
|  | ||||
| COCOAPODS: 1.10.2 | ||||
| COCOAPODS: 1.11.2 | ||||
|   | ||||
| @@ -242,12 +242,10 @@ | ||||
| 			); | ||||
| 			inputPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-testHotUpdate/Pods-testHotUpdate-frameworks.sh", | ||||
| 				"${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion", | ||||
| 				"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", | ||||
| 				"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL", | ||||
| 			); | ||||
| 			name = "[CP] Embed Pods Frameworks"; | ||||
| 			outputPaths = ( | ||||
| 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework", | ||||
| 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework", | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm