Skip to content

Commit

Permalink
Fixed regenerating config on each build (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przytua authored May 26, 2020
1 parent 7b188c1 commit 49cdade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native-config.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ HOST_PATH="$SRCROOT/../.."
"${PODS_TARGET_SRCROOT}/ios/ReactNativeConfig/BuildDotenvConfig.rb" "$HOST_PATH" "${PODS_TARGET_SRCROOT}/ios/ReactNativeConfig"
),
execution_position: :before_compile,
input_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/BuildDotenvConfig.rb'],
output_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/GeneratedDotEnv.m']
input_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/BuildDotenvConfig.rb']
}

s.source_files = 'ios/**/*.{h,m}'
Expand Down

0 comments on commit 49cdade

Please sign in to comment.