Open luispadron opened 9 months ago
Given a macos_application with a name = "Foo.app", when running bazel run //:Foo.app it will fail.
macos_application
name = "Foo.app"
bazel run //:Foo.app
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.
.app
Given a
macos_application
with aname = "Foo.app"
, when runningbazel run //:Foo.app
it will fail.I ran the script it creates to run the app and noticed:
It looks like
.app
gets handled differently by the OS when used as an extension.