mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
11 lines
285 B
Python
11 lines
285 B
Python
# This file can be depended upon for any apple_test_lib rules.
|
|
genrule(
|
|
name = "test_info_plist",
|
|
visibility = ["PUBLIC"],
|
|
srcs = [
|
|
"BuckSupportFiles/TestInfo.plist",
|
|
],
|
|
out = 'TestInfo.plist',
|
|
cmd = 'cp $SRCDIR/BuckSupportFiles/TestInfo.plist $OUT',
|
|
)
|