Platform specific resources

In this package, I am distributing the boot directory -- which contains platform-specific files -- as a resource. I would like to avoid distributing iOS-specific resources on macOS and vice-versa. I.e. on macOS, I would like to only include the boot/{arm64,x86_64}-macos subfolders, and on iOS, only the boot/arm64-ios subfolder. Is there any way I can achieve this?

For now, I've split the resources across macOS and iOS specific packages: build: add NoiseBoot_{iOS,macOS} packages to split boot files across … · Bogdanp/Noise@4fb9fcc · GitHub