### Install Dependencies Source: https://github.com/yandex/mapkit-ios-demo/blob/master/README.md Install project dependencies using CocoaPods. ```sh pod install ``` -------------------------------- ### Clone the Repository Source: https://github.com/yandex/mapkit-ios-demo/blob/master/README.md Clone the Yandex MapKit and NaviKit iOS demo repository from GitHub. ```sh git clone https://github.com/yandex/mapkit-ios-demo.git ``` -------------------------------- ### Configure NaviKit API Key in Build Settings Source: https://github.com/yandex/mapkit-ios-demo/blob/master/README.md Edit the MAPKIT_API_KEY parameter in your project's build settings for the NaviKitDemo application. ```text MAPKIT_API_KEY = YOUR_MAPKIT_API_KEY; ``` -------------------------------- ### Configure MapKit API Key in AppDelegate.swift Source: https://github.com/yandex/mapkit-ios-demo/blob/master/README.md Set your MapKit API key directly in the AppDelegate.swift file for the MapKitDemo application. ```swift let MAPKIT_API_KEY = "YOUR_API_KEY" ``` -------------------------------- ### Configure MapKit API Key in Xcode Build Settings Source: https://github.com/yandex/mapkit-ios-demo/blob/master/README.md Add your MapKit API key as a user-defined setting in your project's build settings. ```pbxproj MAPKIT_API_KEY = "YOUR_API_KEY"; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.