fix(ios): запуск на iOS — MapKit, ключ из xcconfig, CocoaPods

- 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
This commit is contained in:
Alexander Shidlovsky
2026-05-14 10:18:07 +03:00
parent e7d2154d98
commit 9fa2fcfc63
15 changed files with 468 additions and 22 deletions

7
test/widget_test.dart Normal file
View File

@@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
test('smoke', () {
expect(2 + 2, 4);
});
}