mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
5 lines
133 B
Swift
5 lines
133 B
Swift
import Foundation
|
|
|
|
func isRunningPreviews() -> Bool {
|
|
ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != nil
|
|
}
|