Skip to content

Commit c634187

Browse files
committed
Remove template refs
1 parent 72a9f97 commit c634187

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/SDK/Language/Android.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,6 @@ public function getFiles(): array
351351
'destination' => '/example/build.gradle',
352352
'template' => '/android/example/build.gradle.twig',
353353
],
354-
[
355-
'scope' => 'copy',
356-
'destination' => '/example/google-services.json',
357-
'template' => '/android/example/google-services.json',
358-
],
359354
[
360355
'scope' => 'copy',
361356
'destination' => '/example/.gitignore',

src/SDK/Language/Apple.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@ public function getFiles(): array
201201
'destination' => '/example-swiftui/Tests macOS/Tests_macOS.swift',
202202
'template' => '/swift/example-swiftui/Tests macOS/Tests_macOS.swift',
203203
],
204-
[
205-
'scope' => 'copy',
206-
'destination' => '/example-swiftui/GoogleService-Info.plist',
207-
'template' => '/swift/example-swiftui/GoogleService-Info.plist',
208-
],
209204
// Config for project example-uikit
210205
[
211206
'scope' => 'default',
@@ -297,11 +292,6 @@ public function getFiles(): array
297292
'destination' => '/example-uikit/UIKitExampleUITests/UIKitExampleUITests.swift',
298293
'template' => '/swift/example-uikit/UIKitExampleUITests/UIKitExampleUITests.swift',
299294
],
300-
[
301-
'scope' => 'copy',
302-
'destination' => '/example-uikit/GoogleService-Info.plist',
303-
'template' => '/swift/example-uikit/GoogleService-Info.plist',
304-
],
305295
]);
306296
}
307297
}

0 commit comments

Comments
 (0)