github.com/status-im/status-go@v1.1.0/signal/ios.go (about) 1 //go:build darwin && cgo 2 // +build darwin,cgo 3 4 package signal 5 6 /* 7 #cgo CFLAGS: -x objective-c 8 #cgo LDFLAGS: -framework Foundation 9 #include <stddef.h> 10 #include <stdbool.h> 11 extern bool StatusServiceSignalEvent( const char *jsonEvent ); 12 */ 13 import "C"