Kickstart your iOS development with this ready-to-use starter project integrated with Appwrite.
This guide will help you quickly set up, customize, and build your iOS app.
Clone this repository to your local machine using Git or directly from Xcode
:
git clone https://github.com/appwrite/starter-for-ios
Alternatively, open the repository URL in Xcode
to clone it directly.
-
Configure Appwrite
Navigate toSources/Config.plist
and update the values to match your Appwrite project credentials. -
Customize as Needed
Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend integrations as per your needs. -
Run the App
Select a target device (simulator or connected physical iOS device) inXcode
, and click Run to start the app.
To create a production build of your app:
- Open Products > Schemes in the menu bar.
- Choose Edit Scheme or New Scheme to define your build settings.
- For a new scheme, fill in the required information.
- Go to Run > Build Configuration and select Release.
- Build and deploy your app in release mode.
- This starter project is designed to streamline your iOS development with Appwrite.
- Refer to the Appwrite Documentation for detailed integration guidance.