github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/chat/attachments/preview_darwin_noios.go (about)

     1  //go:build darwin && !ios && !android
     2  // +build darwin,!ios,!android
     3  
     4  package attachments
     5  
     6  /*
     7  #cgo LDFLAGS: -framework CoreServices
     8  */
     9  import "C"