stovmascript / react-native-version

:1234: Version your React Native or Expo app in a `npm version` fashion.
MIT License
576 stars 75 forks source link

Feat: Added support to select a single info plist file out of multiple #326

Closed samitha9125 closed 11 months ago

samitha9125 commented 1 year ago

Summary

This MR introduces a new feature where a user can specify which info.plist file should be changes when multiple files presents.

Why this Matters

In some project scenarios, you may find multiple info.plist files have been created to manage different configurations across various environments. Previously, when you executed react-native-version, it would automatically update all info.plist files. However, this wasn't always necessary or desired.

The Solution

To address this, this new feature can be used. Now, when running the execution command, you can specify the exact info.plist file you want to change. This means you have more control and flexibility, reducing unnecessary modifications across all your info.plist files.