Commit 29a8b0a
committed
MOBILE-171: Fix doc paths and clarify Flutter version note in scene example
After UISCENE_MIGRATION.md moved to the repo root, the in-source link in
SceneDelegate.swift and two relative paths inside the doc still pointed at
the old `mindbox_ios/...` and `../example/...` locations. Switched them to
absolute GitHub URLs on `develop`, matching the developers.mindbox.ru
callout and the in-source comment.
Also rewrote the SceneDelegate.swift header comment: `FlutterSceneDelegate`
itself needs Flutter ≥ 3.35, but the example app pins to ≥ 3.41 because of
`FlutterImplicitEngineDelegate` in AppDelegate.1 parent 7c89744 commit 29a8b0a
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments