swiftui-pipify icon indicating copy to clipboard operation
swiftui-pipify copied to clipboard

Add Error for Unsupported Device

Open Sherlouk opened this issue 2 years ago • 0 comments

Currently we do not enforce the isSupported check - it would be logical to move this up into the PipifyModifier so we're not adding extra load onto unsupported devices.

We should also make sure we're adding a log message (warning) so developers are aware of this.

Notably, this will detect simulators which causes some weird edge cases at the moment.

Sherlouk avatar Jul 10 '22 22:07 Sherlouk