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
Copy file name to clipboardExpand all lines: Docs/FAQ.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ If files were added or removed in the new checkout you will most likely need to
13
13
14
14
It's recommended to set up some [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) to automate the process:
15
15
- run `xcodegen generate --use-cache` on the following hooks. This will make sure the project is up to date when checking out, merging and rebasing
16
-
- post-checkout
17
-
- post-rewrite
18
-
- post-merge
19
-
- run `xcodegen cache` on `post-commit`. This will make sure that when switching branches the cache will be updated in case you made local changes, or are ammending a commit that added a new file.
16
+
-`post-checkout`
17
+
-`post-rewrite`
18
+
-`post-merge`
19
+
- run `xcodegen cache` on `pre-commit`. This will make sure that when switching branches the cache will be updated in case you made local changes, or are ammending a commit that added a new file.
20
20
21
21
## Can I use CocoaPods
22
22
Yes, you will just need to run `pod install` after the project is generated to integrate Cocoapods changes.
0 commit comments