File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -351,11 +351,6 @@ public function getFiles(): array
351
351
'destination ' => '/example/build.gradle ' ,
352
352
'template ' => '/android/example/build.gradle.twig ' ,
353
353
],
354
- [
355
- 'scope ' => 'copy ' ,
356
- 'destination ' => '/example/google-services.json ' ,
357
- 'template ' => '/android/example/google-services.json ' ,
358
- ],
359
354
[
360
355
'scope ' => 'copy ' ,
361
356
'destination ' => '/example/.gitignore ' ,
Original file line number Diff line number Diff line change @@ -201,11 +201,6 @@ public function getFiles(): array
201
201
'destination ' => '/example-swiftui/Tests macOS/Tests_macOS.swift ' ,
202
202
'template ' => '/swift/example-swiftui/Tests macOS/Tests_macOS.swift ' ,
203
203
],
204
- [
205
- 'scope ' => 'copy ' ,
206
- 'destination ' => '/example-swiftui/GoogleService-Info.plist ' ,
207
- 'template ' => '/swift/example-swiftui/GoogleService-Info.plist ' ,
208
- ],
209
204
// Config for project example-uikit
210
205
[
211
206
'scope ' => 'default ' ,
@@ -297,11 +292,6 @@ public function getFiles(): array
297
292
'destination ' => '/example-uikit/UIKitExampleUITests/UIKitExampleUITests.swift ' ,
298
293
'template ' => '/swift/example-uikit/UIKitExampleUITests/UIKitExampleUITests.swift ' ,
299
294
],
300
- [
301
- 'scope ' => 'copy ' ,
302
- 'destination ' => '/example-uikit/GoogleService-Info.plist ' ,
303
- 'template ' => '/swift/example-uikit/GoogleService-Info.plist ' ,
304
- ],
305
295
]);
306
296
}
307
297
}
You can’t perform that action at this time.
0 commit comments