mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 08:06:27 +02:00
17 lines
262 B
Python
17 lines
262 B
Python
|
|
filegroup(
|
|
name = "LaunchScreen",
|
|
srcs = [
|
|
"Base.lproj/LaunchScreen.xib",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
objc_library(
|
|
name = "Main",
|
|
srcs = [
|
|
"Main/main.m"
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|