Skip to content

Commit c1d0fdf

Browse files
authored
Update README.md
1 parent a008da9 commit c1d0fdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ App Sandbox = NO
113113
* `-Xfrontend` `-enable-private-imports`
114114
* use the flag instead of making related `func`s or `var`s visible by removing `private`
115115

116+
or copy-and-paste on the Xcode build settings GUI to overwrite in 1 step.
117+
118+
```
119+
OTHER_SWIFT_FLAGS[config=Debug] = -Xfrontend -enable-implicit-dynamic -Xfrontend -enable-private-imports
120+
```
116121

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

0 commit comments

Comments
 (0)