Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 948 Bytes

File metadata and controls

31 lines (26 loc) · 948 Bytes

SW-U01-W01-D01_02-Lab01-HelloWorld

The first App of the Unit 1 on the first two Days and first Week of the Tuwaiq iOS Bootcamp in Tabuk

Topics

  1. Xcode setup and first project
  2. GitHub 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

Monday 4th October

Steps to upload your work on GitHub

  1. Create account in GitHub with your real name.
  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 using:
    • git add .
    • git commit -m "Some message"
    • git push
  6. Create pull request to the tuwaiq-tabuk-ios repository from GitHub website

Resources

  1. Git & GitHub
  2. https://github.com/Tuwaiq-NET01/git01