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: src/components/common/AlignDepsAlert.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import Markdown from './Markdown'
4
4
constAlignDepsAlert=()=>(
5
5
<>
6
6
<Markdown>
7
-
**Diffs on .xcodeproj/project.pbxproj` files**
7
+
**Diffs on `.xcodeproj/project.pbxproj` files**
8
8
9
9
- If you see anything `pods` related, don't worry about it, you can skip it. If your `pod install` worked, then you should already have the diff you need in your repo for that file.
10
10
- If there's anything that's not `pods` related, then usually we will have a note to tell you how to add/remove any files using the XCode UI. This happens *very* rarely.
0 commit comments