File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ abstract_target "Mendix" do
103103 config . build_settings [ 'GCC_PREPROCESSOR_DEFINITIONS' ] ||= [ '$(inherited)' , '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION' ]
104104 config . build_settings [ 'ONLY_ACTIVE_ARCH' ] = 'NO'
105105 if target . name . start_with? ( "React" ) || target . name == "RCTTypeSafety"
106- config . build_settings [ 'GCC_PREPROCESSOR_DEFINITIONS' ] || = [ '$(inherited)' , "COCOAPODS=1" , "RCT_DEV=1" ]
106+ config . build_settings [ 'GCC_PREPROCESSOR_DEFINITIONS' ] |= [ '$(inherited)' , "COCOAPODS=1" , "RCT_DEV=1" ]
107107 end
108108
109109 # Specify 'Swift Version: 5.0' for resolving archieve errors.
Original file line number Diff line number Diff line change @@ -2625,6 +2625,6 @@ SPEC CHECKSUMS:
26252625 VisionCamera: 7187b3dac1ff3071234ead959ce311875748e14f
26262626 Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4
26272627
2628- PODFILE CHECKSUM: a8ba4f8aa949fc78ec2919cd1aa7c8a2626f3a37
2628+ PODFILE CHECKSUM: 7e6973daa65dd92de8d8b405e44bae3e797d3b49
26292629
26302630COCOAPODS: 1.16.2
You can’t perform that action at this time.
0 commit comments