> For the complete documentation index, see [llms.txt](https://ios-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp25/lecture/logistics-+-swift-basics.md).

# Logistics + Swift Basics

Pre-Class TODOs

* [ ] Fill out the course application [here](https://docs.google.com/forms/d/e/1FAIpQLSeVILVMUL0uMnD_nf7kDaiS2457hWtl7DbTt8Oso5xfeAYhrQ/viewform?usp=header).
* [ ] Add the [course calendar](https://calendar.google.com/calendar/u/0?cid=NzllODdmY2YyZDQyOTY5OGJkNGVmNmM4MGZhMWEwMTJkMTAyYWFiNjI4OTNiOTE3YjQ1ODk4MDYwN2ZkMTFiMkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t) to your GCal.
* [ ] Read the Getting Started, Syllabus, and Grading sections on the left.
* [ ] Install Xcode [here](https://apps.apple.com/us/app/xcode/id497799835?mt=12). If you do not have a Mac, please reach out to the instructors.
* [ ] Set up Git and GitHub. Follow [this guide](https://ios-course.cornellappdev.com/guides/git-and-github/git-installation-guide).
* [ ] Join our [Ed Discussion](https://edstem.org/us/join/fe6Sjv). This is how we know you are taking the course! We will only add people to the Github and CMSX who join the Ed Discussion.&#x20;
* [ ] Enroll on Student Center (CS1998-601) if you want credit for this course.

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/1VqgnRBjPg5fVkdMwHBX1LWjnxZ0b8_nw5G3Dt8ohPOs/edit#slide=id.g2e422c7dc76_0_38>" %}

{% hint style="info" %}
**If you are having trouble, please reach out to the instructors or make a post on Ed Discussion.**
{% endhint %}

### Swift Basics Makeup Video

{% embed url="<https://www.youtube.com/watch?v=x0bhrOiLbhQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp25/lecture/logistics-+-swift-basics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
