Skip to content

Commit

Permalink
Update react-native-config.podspec (#700)
Browse files Browse the repository at this point in the history
Replace 699 forgot comma
  • Loading branch information
billnbell authored Jan 11, 2023
1 parent f743bce commit 001e824
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 @@ -48,7 +48,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']
}
ext.source_files = ['ios/**/ReactNativeConfig.{h,m}', 'ios/**/GeneratedDotEnv.m']
end
Expand Down

0 comments on commit 001e824

Please sign in to comment.