After you have completed the common prerequisites you will need the following:
- Xcode 15 or greater
Assuming you have Xcode and other prerequisites installed, you can build and run the app by following these steps:
- Create an application at https://portal.ditto.live/. Make note of the app ID and online playground token.
- Copy the
.env.sample
file at the top level of thequickstart
repo to.env
and add your App ID , Online playground Token, Auth URL, and Websocket URL. - Launch Xcode and open the
quickstart/ios/tasks/tasks.xcodeproj
project. - Navigate to the project Signing & Capabilities tab and modify the Team and Bundle Identifier settings to your Apple developer account credentials to provision building to your device.
- In Xcode, select a connected iOS device or iOS Simulator as the destination.
- Choose the Product > Build menu item. This should generate an
Env.swift
source file containing the values from your.env
file, and then build the app. - Choose the Product > Run menu item.
The app will build and run on the selected device or emulator. You can add, edit, and delete tasks in the app.
If you run the app on additional devices or emulators, the data will be synced between them.