Created
April 14, 2026 12:10
-
-
Save ethanhuang13/6fcd5c8c01d2c6f4fae087e5031187cb to your computer and use it in GitHub Desktop.
An improved version of https://hws.dev/swiftui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SDK_PATH="$(xcrun --sdk iphonesimulator --show-sdk-path)" && \ | |
| xed "$SDK_PATH/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64-apple-ios-simulator.swiftinterface" && \ | |
| xed "$SDK_PATH/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-ios-simulator.swiftinterface" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment