Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Updated naming to "lab, added link to Atlas Sync lab
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Nov 7, 2023
1 parent 9fdb791 commit 18d5d1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/1-prerequisites/xcode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ We need to install Xcode from:
- the [App store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
- downloading it [from Apple](https://developer.apple.com/xcode/resources/)

Once installed, open it. The first time it will ask to install additional components, but the ones already selected (iOS and macOS) are enough for this workshop.
Once installed, open it. The first time it will ask to install additional components, but the ones already selected (iOS and macOS) are enough for this lab.

![App Store App showing Xcode](/img/1-prerequisites/xcode.png)
2 changes: 1 addition & 1 deletion docs/12-migrating-schema/1-changing-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Adding a new field

We'll add a new field to our `Days` and `Habits` classes. This will be the user that created this piece of data (although right now as this is a local Realm Database we don't have any users around, but you can check the next workshop that uses Atlas Device Sync to store this data in MongoDB Atlas)
We'll add a new field to our `Days` and `Habits` classes. This will be the user that created this piece of data (although right now as this is a local Realm Database we don't have any users around, but you can check [the next workshop](https://mdb.link/swiftui-atlas-sync) that uses Atlas Device Sync to store this data in MongoDB Atlas)


```swift title='/Model/Habits.swift'
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const workshopName = "swiftui-atlas-device-sdk-app-lab";

// Main page config
const title = "SwiftUI Atlas Device SDK App Workshop";
const title = "SwiftUI Atlas Device SDK App Lab";
const tagLine = "Learn how to build an iOS app using SwiftUI and the Atlas Device SDK (formerly Realm) for local persistence";
const startButtonTitle = "Get Started 📲";

Expand Down

0 comments on commit 18d5d1a

Please sign in to comment.