Skip to content

Commit 0d87a2b

Browse files
authored
Merge pull request #1229 from appwrite/fix-realtime-template
2 parents a61c8be + bc0ba8f commit 0d87a2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/SDK/Language/Apple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function getFiles(): array
219219
[
220220
'scope' => 'default',
221221
'destination' => '/Sources/{{ spec.title | caseUcfirst}}/Services/Realtime.swift',
222-
'template' => '/swift/Sources/Services/Realtime.swift.twig',
222+
'template' => '/apple/Sources/Services/Realtime.swift.twig',
223223
],
224224
[
225225
'scope' => 'default',

0 commit comments

Comments
 (0)