The first App of the Unit 1 on the first two Days and first Week of the Tuwaiq iOS Bootcamp in Tabuk
- Xcode setup and first project
- GitHub setup
- Setup Xcode on your Mac
- Create a new project
- Display your name on the screen
- Upload to this repo as a PR
Monday 4th October
- Create account in GitHub with your real name.
- Fork this repo into your GitHub account by clicking the fork button
- Clone the repo (from your account after forking it)
git clone "put the link of your repository"
- Add the Xcode project to the repo folder after cloning it
- Then create a new copy using:
git add .
git commit -m "Some message"
git push
- Create pull request to the tuwaiq-tabuk-ios repository from GitHub website
- Git & GitHub
- https://github.com/Tuwaiq-NET01/git01