Skip to content

Commit

Permalink
Update react-native-config.podspec
Browse files Browse the repository at this point in the history
Because of lugg#187
Stolen from bamlab@0576186
  • Loading branch information
psamim authored Oct 13, 2020
1 parent 907be7e commit 326f328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-native-config.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ 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']
input_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/BuildDotenvConfig.rb'],
output_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/GeneratedDotEnv.m']
}

s.requires_arc = true
Expand Down

0 comments on commit 326f328

Please sign in to comment.