2026-03-31 18:52:45 +00:00
|
|
|
//go:build ignore
|
2026-03-14 13:10:55 +00:00
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
|
|
import "github.com/wailsapp/wails/v3/pkg/application"
|
|
|
|
|
|
|
|
|
|
// modifyOptionsForIOS is a no-op on non-iOS platforms
|
|
|
|
|
func modifyOptionsForIOS(opts *application.Options) {
|
|
|
|
|
// No modifications needed for non-iOS platforms
|
2026-03-31 18:52:45 +00:00
|
|
|
}
|