-
Notifications
You must be signed in to change notification settings - Fork 0
Project 0
The goals of this assignment are two-fold:
- get your machine set up with the latest Xcode and also familiarize yourself with Git and GitHub.
- sign up for our discussion group on Piazza.
- Go to Apple Developer Center.
- Click on Member Center on the top right corner.
- If you already have an iTunes Account, you can use the same email and password to sign in. Otherwise, click on Create Apple ID and follow the instructions to create an account.
- Once you have logged in, click on SDKs, then click on Xcode, then click on Download located on the top right corner of the page.
- Click on Xcode 7 beta 4 (if there is a newer version, feel free to download that) link which will start downloading the application.
- After the download has finished, open the file and drag Xcode Beta to your Applications folder.
- Now you should be able to open Xcode Beta from the Applications folder.
- Open Xcode Beta
- From the menu at the top go to File -> New -> Project
- Choose Application under iOS section from left pane, choose Single View Application from right pane and click Next.
- Enter Project0 for Product Name. Enter your full name for Organization Name. Enter TalentSpark for Organization Identifier. Make sure the language is set to Swift and click Next.
- Make note of where the project will be saved and check the box for Source Control and click Create.
- Go to GitHub.
- Sign in if you already have an account or create one if you don't.
- Create a new repository with Project0 as the name of the repository.
- Since you have already crated a git repository on your machine, follow the instructions on the bottom of the page to push the app to GitHub.
If you are not familiar with git, please take the time to complete this tutorial which will teach you the basics needed for this class.
We will be using Piazza as our class discussion system. You are probably already familiar with this system from your other classes at Berkeley.
Please sign up as a student using the following:
URL: http://piazza.com/talentspark/fall2015/ios
Access code (case sensitive): iOS1
To confirm that you have successfully signed up, please post an introduction post about yourself. When you're done with Project0, you can make another post that says "I'm done and here's my the link to the GitHub repo with Project 0" so we can take a look.
If you encounter any issues signing up on Piazza, e-mail us at [email protected]. If you encounter any issues with Projec0 but can successfuly sign up on Piazza, please post your questions to the discussion forums on Piazza and all of us can take a look.