- AppDelegate: YMKMapKit до super, регистрация плагинов по шаблону Flutter 3.41 - Info.plist: YandexMapKitApiKey из $(YANDEX_MAPKIT_API_KEY) - Debug/Release/Profile.xcconfig: ключ, include Pods и опциональный Secrets - Podfile, workspace, pbxproj; .gitignore для Secrets.xcconfig, пример Secrets - ios/README.md
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"
|
|
#include "Generated.xcconfig"
|
|
#include? "Secrets.xcconfig"
|
|
YANDEX_MAPKIT_API_KEY=a0ef1404-2650-4f28-9891-c965ecc09174
|