rules_apple
rules_apple copied to clipboard
`macos_application` fails to run if name ends with `.app`
Given a macos_application with a name = "Foo.app", when running bazel run //:Foo.app it will fail.
I ran the script it creates to run the app and noticed:
[1] 90093 killed ./bazel-bin/Foo.app
It looks like .app gets handled differently by the OS when used as an extension.