Skip to content

Commit

Permalink
Add GeneratedDotEnv.m as an output file (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
abejfehr authored May 15, 2023
1 parent 4ceb1dc commit 6103770
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 @@ -26,7 +26,7 @@ HOST_PATH="$SRCROOT/../.."
),
execution_position: :before_compile,
input_files: ['$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/BuildDotenvConfig.rb'],
output_files: ['$BUILD_DIR/GeneratedInfoPlistDotEnv.h']
output_files: ['$BUILD_DIR/GeneratedInfoPlistDotEnv.h', '$PODS_TARGET_SRCROOT/ios/ReactNativeConfig/GeneratedDotEnv.m']
}

s.requires_arc = true
Expand Down

0 comments on commit 6103770

Please sign in to comment.