diff --git a/scripts/mac_history.sh b/scripts/mac_history.sh new file mode 100755 index 0000000000..dc9cf34604 --- /dev/null +++ b/scripts/mac_history.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +bazel run --config=mactools //src/main/swift/net/eagle0/EagleGameHistoryViewer:App diff --git a/src/main/swift/net/eagle0/EagleGameHistoryViewer/EagleGameHistoryViewer/BUILD.bazel b/src/main/swift/net/eagle0/EagleGameHistoryViewer/EagleGameHistoryViewer/BUILD.bazel index 4956e498b6..85b53901f7 100644 --- a/src/main/swift/net/eagle0/EagleGameHistoryViewer/EagleGameHistoryViewer/BUILD.bazel +++ b/src/main/swift/net/eagle0/EagleGameHistoryViewer/EagleGameHistoryViewer/BUILD.bazel @@ -1,14 +1,5 @@ -load("@build_bazel_rules_apple//apple:macos.bzl", "macos_application") load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library") -macos_application( - name = "App", - bundle_id = "eagle.app", - infoplists = [":Info.plist"], - minimum_os_version = "14.4", - deps = [":eagle_game_history_viewer_lib"], -) - swift_library( name = "eagle_game_history_viewer_lib", srcs = [