Skip to content

Commit eacb3c7

Browse files
committed
fis
1 parent c9b3a02 commit eacb3c7

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/common/AlignDepsAlert.tsx

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ import Markdown from './Markdown'
44
const AlignDepsAlert = () => (
55
<>
66
<Markdown>
7-
**Diffs on `.xcodeproj/project.pbxproj` files**
8-
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-
- 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.
11-
- Else, you can open an issue or a discussion with a specific line and question.
12-
13-
With these, you should be good to go with these messy XCode files!
14-
15-
Explainer video: https://youtu.be/fmh_ZGHh_eg?t=1368
7+
\*\*Diffs on `.xcodeproj/project.pbxproj` files\*\*
8+
<br />
9+
- If you see anything `pods` related, don't worry about it, you can skip
10+
it. If your `pod install` worked, then you should already have the diff
11+
you need in your repo for that file.
12+
<br />
13+
- If there's anything that's not `pods` related, then usually we will have
14+
a note to tell you how to add/remove any files using the XCode UI. This
15+
happens *very* rarely.
16+
<br />
17+
- Else, you can open an issue or a discussion with a specific line and
18+
question. With these, you should be good to go with these messy XCode
19+
files!
20+
<br />
21+
Explainer video:{' '}
22+
<a href="https://youtu.be/fmh_ZGHh_eg?t=1368">
23+
https://youtu.be/fmh_ZGHh_eg?t=1368
24+
</a>
1625
</Markdown>
1726
<br />
1827
<br />

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,9 +3832,9 @@ caniuse-api@^3.0.0:
38323832
lodash.uniq "^4.5.0"
38333833

38343834
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001580:
3835-
version "1.0.30001583"
3836-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001583.tgz"
3837-
integrity sha512-acWTYaha8xfhA/Du/z4sNZjHUWjkiuoAi2LM+T/aL+kemKQgPT1xBb/YKjlQ0Qo8gvbHsGNplrEJ+9G3gL7i4Q==
3835+
version "1.0.30001723"
3836+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz"
3837+
integrity sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==
38383838

38393839
case-sensitive-paths-webpack-plugin@^2.4.0:
38403840
version "2.4.0"

0 commit comments

Comments
 (0)