Week1 Day1 Lab1: Your Name

Topics

  1. Xcode setup

Description

  1. Setup Xcode on your Mac
  2. Create a new project
  3. Display your name on the screen
  4. Upload to this repo as a PR

DeadLine

Sunday 26 September

Steps to upload your work on GitHub

  1. Create account in GitHub with your real name (MohammedAlkamdi)
  2. Fork this repo into your GitHub account by clicking the fork button
  3. Clone the repo (from your account after forking it)
    • git clone "put the link of your repository"
  4. Add the Xcode project to the repo folder after cloning it
  5. Then create a new copy usning:
    • git add .
    • git commit -m "Some message"
    • git push
  6. Create pull request to the tuwaiq-ios repository from GitHub website

Resources

  1. Git & GitHub