swift-cross-ui
swift-cross-ui copied to clipboard
Get rid of `identifier` requirement of `App` protocol
trafficstars
The identifier property is only used by Gtk so I reckon GtkBackend should just use a default value and provide some way to configure it. Alternatively, we could just provide a default implementation of the identifier property which has some default identifier such as com.example.Example (not sure what a good default would be).