mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
don't need this application (#3261)
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
bazel run --config=mactools //src/main/swift/net/eagle0/EagleGameHistoryViewer:App
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user