Skip to content

Commit a0284ee

Browse files
authored
Merge pull request #163 from TaskarCenterAtUW/feature-readme-corrections
Update README.md
2 parents 4c608f2 + 3efcf78 commit a0284ee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Before compiling the app, ensure you have the following installed:
77

8-
- **Xcode**: Version 14.0 or later.
8+
- **Xcode**: Version 15.0 or later.
99
- You can download Xcode from the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835)
1010
- **CocoaPods**: For managing dependencies.
1111
- Install using the command: `sudo gem install cocoapods`
@@ -19,20 +19,17 @@ Before compiling the app, ensure you have the following installed:
1919
```bash
2020
git clone https://github.com/TaskarCenterAtUW/GoInfoGame-iOS.git
2121

22-
Note: Please make sure that you have switched to 'dev' branch before cloning the repository.
22+
Note: Please make sure you have switched to the 'dev' branch before cloning the repository.
2323

2424
## Setting Up the Project
2525

26-
1. Open terminal, navigate to the project and run the command
26+
1. Open the terminal, navigate to the project and run the command
2727

2828
```bash
2929
pod install
3030
3131
2. Navigate to the project folder and open 'GoInfoGame.xcworkspace' in Xcode.
3232
33-
3. Check the Signing & Capabilities section in the project settings:
34-
- Ensure that a valid developer account is selected for code signing.
35-
3633
3734
## Building and Running the App
3835

0 commit comments

Comments
 (0)