github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/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"