You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
Some things that come up fairly often in my own development and in code reviews (both things asked for but also missed which lead to confusion later) are if a commit or PR branch contains:
changes to a pbxproj or file renames and running synx produces new changes
changes to the Podfile and a pod install produces new changes in Pods/, Podfile.lock or the main pbxproj
changes to Podfile.lock or Pods/ but not Podfile (maybe others like this for Gemfiles etc)
changes to signing team or provisioning profile settings
Thought about suggesting adding as a warning in a precommit hook, but worried about the amount of time it would take to create a commit.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some things that come up fairly often in my own development and in code reviews (both things asked for but also missed which lead to confusion later) are if a commit or PR branch contains:
Thought about suggesting adding as a warning in a precommit hook, but worried about the amount of time it would take to create a commit.
The text was updated successfully, but these errors were encountered: