mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
update min macos version
This commit is contained in:
parent
27e512d5f1
commit
f8647ff73c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
package notifications
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -mmacosx-version-min=10.14 -x objective-c
|
||||
#cgo LDFLAGS: -framework Cocoa -mmacosx-version-min=10.14 -framework UserNotifications
|
||||
#cgo CFLAGS: -mmacosx-version-min=11.0 -x objective-c
|
||||
#cgo LDFLAGS: -framework Cocoa -mmacosx-version-min=11 -framework UserNotifications
|
||||
#import "./notifications_darwin.h"
|
||||
*/
|
||||
import "C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue