Skip to content

Commit 36d3012

Browse files
committed
take four
1 parent a4c2273 commit 36d3012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/helper/update_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def update_rnbranch_xcodeproj(version)
143143
options = config.build_settings['GCC_PREPROCESSOR_DEFINITIONS']
144144
options = options.reject { |o| o =~ /^RNBRANCH_VERSION=/ }
145145
options << rnbranch_option
146-
config.set_setting 'GCC_PREPROCESSOR_DEFINITIONS', options
146+
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = options
147147
end
148148
project.save
149149
end

0 commit comments

Comments
 (0)