Skip to content

Commit

Permalink
Fix platform path docs for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed Nov 30, 2023
1 parent e324508 commit 2cb1793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/using-platform-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MainActivity : ComponentActivity() {
## On iOS & other Apple platforms
To get a path on iOS, you can use `NSHomeDirectory`.
```kotlin
appDir = "${NSHomeDirectory()}/$id.json"
appDir = NSHomeDirectory()
```

## On Desktop (JVM)
Expand Down

0 comments on commit 2cb1793

Please sign in to comment.