Skip to content

Commit

Permalink
fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Oct 11, 2022
1 parent 1c00e31 commit bf86b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-config.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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']
input_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/BuildDotenvConfig.rb'],
output_files: ['$BUILD_DIR/GeneratedInfoPlistDotEnv.h']
}

Expand Down

0 comments on commit bf86b54

Please sign in to comment.