This is a native iOS app that allows users to browse recipes using the following API:
The app utilizes 2 endpoints:
The user is shown the list of meals in the Desserts category, sorted alphabetically
The user can click on a meal to view its details which include:
- Meal name
- Instruction
- Ingredients and its measurements
To build this project for iOS 17.2, use Xcode 15.4. The runtime requirement is iOS 17.2.
To configure the iOS and macOS app targets without an Apple Developer account, follow these steps:
- In the targets’ Signing & Capabilities panes click Add Account, and log in with your Apple ID.
- Chose the Your Name (Personal Team) from the team drop down menu.
- Click build-and-run.
- On iOS and iPadOS devices you need to navigate to Settings > General > VPN & Device Management and trust your developer certificate.
