Skip to content

Instantly share code, notes, and snippets.

@ethanhuang13
Created April 14, 2026 12:10
Show Gist options
  • Select an option

  • Save ethanhuang13/6fcd5c8c01d2c6f4fae087e5031187cb to your computer and use it in GitHub Desktop.

Select an option

Save ethanhuang13/6fcd5c8c01d2c6f4fae087e5031187cb to your computer and use it in GitHub Desktop.
An improved version of https://hws.dev/swiftui
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