PayVo - Voice-controlled finance app for iOS Setup Prerequisites Xcode 14 or later iOS 14 or later macOS 12 or later for development Apple Developer Account (required for running on physical devices) Installation Clone the repository: git clone https://github.com/eshaankaipa/PayVo.git cd PayVo Open the project in Xcode: open PayVo.xcodeproj Configuration In Xcode, select your development team under Signing & Capabilities. Adjust the bundle identifier if necessary. Confirm the deployment target remains iOS 14.0 or later. Build and Run Choose a simulator or connected device. Grant microphone and speech recognition permissions when prompted. Press Cmd + R to build and launch the app.