react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

project.pbxproj diff between 0.63.3 and 0.63.4 #255

Open SaeedZhiany opened 3 years ago

SaeedZhiany commented 3 years ago

Question

I have always a problem with this file when I want to upgrade my project. is it necessary to apply the diff shown for the file between 0.63.3 and 0.63.4?

it seems just the hash numbers has been changed (due to random hash generation when installing pods). is there any other changes that I couldn't catch in the file?

Thanks

SaeedZhiany commented 3 years ago

Is there any better way to apply the changes for this file specifically? its diff always makes me confused when I want to upgrade my projects.

SrBrahma commented 3 years ago

Did you find out how to upgrade it properly?

edreyyo commented 3 years ago

What's the recommended approach here, @pvinis? upgrade-helper is super useful but the diffs between *.pbxproj files are often hard to follow and confusing. Thanks