Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun authored Jan 3, 2025
1 parent a008da9 commit c1d0fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ App Sandbox = NO
* `-Xfrontend` `-enable-private-imports`
* use the flag instead of making related `func`s or `var`s visible by removing `private`

or copy-and-paste on the Xcode build settings GUI to overwrite in 1 step.

```
OTHER_SWIFT_FLAGS[config=Debug] = -Xfrontend -enable-implicit-dynamic -Xfrontend -enable-private-imports
```

### (optional) Insert hooks to update SwiftUI view after reloadings:

Expand Down

0 comments on commit c1d0fdf

Please sign in to comment.