This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit a42f834
authored
Reverts "[ios] Fix app extension not able to find assets from unloaded bundle" (#46328)
Reverts #46283
Initiated by: CaseyHillers
This change reverts the following previous change:
Directly use "flutter_assets" as the default path to find the asset path, this works for app extension when the bundle is unloaded.
This PR also adds integration tests for app extensions, which also tests the asset path.
Fixes flutter/flutter#124292
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style1 parent 9d28c72 commit a42f834
File tree
32 files changed
+16
-1163
lines changed- shell/platform/darwin
- common/framework/Source
- ios/framework/Source
- testing/scenario_app
- ios
- FlutterAppExtensionTestHost
- FlutterAppExtensionTestHost.xcodeproj
- project.xcworkspace
- FlutterAppExtensionTestHost
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Base.lproj
- Scenarios
- Scenarios.xcworkspace
- Scenarios
- Scenarios.xcodeproj
- ScenariosUITests
- lib/src
32 files changed
+16
-1163
lines changedLines changed: 5 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 61 | | |
71 | 62 | | |
72 | 63 | | |
73 | | - | |
| 64 | + | |
| 65 | + | |
74 | 66 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 67 | + | |
79 | 68 | | |
80 | 69 | | |
81 | 70 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments