File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ We can use either Standalone Reloader or Proxy Reloader. Standalone Reloader run
31
31
* Build a swift file and emit dylib (standalone, run on the app runtime process)
32
32
* Estimate build environmentd and intermediate interfaces
33
33
* Load a dylib while the app on runtime
34
- * Supports apps on macOS and simulators for iOS, iPadOS, and possibly visionOS
34
+ * Supports apps on macOS and simulators for iOS, iPadOS, and visionOS
35
35
* SPM project structures
36
36
* CocoaPods project structures
37
37
* Update trigger for SwiftUI views
38
38
* Helper app on host & Reload on devices
39
+ * Compatible for App Store submission, as long as caller side suppress any calls in Release build
39
40
40
41
### TODOs (not yet implemented, nice to have)
41
42
You can’t perform that action at this time.
0 commit comments