ueno-llc / react-native-starter

Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
https://ueno-llc.github.io/react-native-starter
MIT License
574 stars 90 forks source link

Why include fastlane certs in the main repo? #169

Closed isaachinman closed 6 years ago

isaachinman commented 6 years ago

I notice you have included Matchfiles in both the android and ios fastlane dirs.

I am new to RN and am just getting set up with fastlane. Can you explain your reasoning here, when the fastlane docs specifically recommend running match in a different "certificates" repo?

It seems like Bitrise already expects fastlane certs to be in a separate repo. Maybe you set it up this way to facilitate ease of use with Travis?

Will there be any serious problems with your CI/deployment setup if I pull my certs into a separate repo entirely?

birkir commented 6 years ago

The certs are in a different repository, which is private. I am not sure what you are talking about.