Commit 376bb6e
authored
feat(auth,macos): add support for
* feat(auth,macos): add support for `publish` and `addApplicationDelegat`e on macOS FlutterPluginRegistrar
* chore: refactor code
* chore: use TARGET_OS_IPHONE
* chore: fix formattingpublish and addApplicationDelegate on macOS FlutterPluginRegistrar (#17518)1 parent e6dd8fd commit 376bb6e
File tree
4 files changed
+10
-12
lines changed- packages
- firebase_analytics/firebase_analytics/ios/firebase_analytics/Sources/firebase_analytics
- firebase_app_installations/firebase_app_installations/ios/firebase_app_installations/Sources/firebase_app_installations
- firebase_auth/firebase_auth
- example/macos/Runner
- ios/firebase_auth/Sources/firebase_auth
4 files changed
+10
-12
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | 155 | | |
164 | 156 | | |
165 | 157 | | |
166 | 158 | | |
| 159 | + | |
| 160 | + | |
167 | 161 | | |
168 | 162 | | |
169 | 163 | | |
| |||
0 commit comments