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: 01_introduction.md
+9-13
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,10 @@ You will be building this iOS application using the [Terminal](https://support.a
46
46
47
47
To follow this tutorial, you need the following tools and resources:
48
48
49
-
-[Xcode 11.x](https://developer.apple.com/xcode/) or more recent, available on the [Apple Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12s).
49
+
-[Xcode 15.x](https://developer.apple.com/xcode/) or more recent, available on the [Apple Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12s).
50
50
- an [AWS Account](https://portal.aws.amazon.com/billing/signup#/start) with at least [these permissions](/amplify-policy.json) (an `Administrator` role or `root` account will also work, but we recommend a [least-privileges](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege) approach).
51
-
-[NodeJS 10.x](https://nodejs.org/en/download/) or more recent.
52
-
-[CocoaPods 1.9.x](https://cocoapods.org/) or more recent.
53
-
- AWS Command Line Interface [AWS CLI 2.0.x](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) or more recent.
51
+
-[NodeJS 22.4](https://nodejs.org/en/download/) or more recent.
52
+
- AWS Command Line Interface [AWS CLI 2.17.x](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) or more recent.
54
53
55
54
You can install these tools following these instructions:
56
55
@@ -67,28 +66,25 @@ brew install awscli
67
66
# install Node.js & npm
68
67
brew install node
69
68
70
-
# install cocoa pods
71
-
sudo gem install cocoapods
72
69
```
73
70
74
71
Once installed, you should have **at least the versions shown below** (anything more recent is valid !) :
75
72
76
73
```zsh
77
74
brew --version
78
-
# Homebrew 2.4.12
79
-
# Homebrew/homebrew-core (git revision f76a37; last commit 2020-08-17)
75
+
# Homebrew 4.3.9-38-g4bd3b93
76
+
# Homebrew/homebrew-core (git revision 6b117484622; last commit 2024-07-03)
77
+
# Homebrew/homebrew-cask (git revision 75f95ae22c; last commit 2024-07-03)
0 commit comments