BUCK file renaming round 2 (13/13)

Summary: Ran the autoformat linter on our BUCK files.

Reviewed By: dinhviethoa

Differential Revision: D4641344

fbshipit-source-id: 25b42543ddf5cc60c72e4228cec1c5175f60eaca
This commit is contained in:
Scott Wolchok
2017-03-01 20:41:22 -08:00
committed by Facebook Github Bot
parent 37c48257ae
commit ecabe757a2

View File

@@ -47,8 +47,8 @@ apple_test(
srcs = glob(["Tests/**/*.m"]), srcs = glob(["Tests/**/*.m"]),
compiler_flags = COMPILER_FLAGS, compiler_flags = COMPILER_FLAGS,
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/CoreGraphics.framework",
"$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework", "$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework",
"$SDKROOT/System/Library/Frameworks/CoreGraphics.framework",
], ],
info_plist = "Tests/Info.plist", info_plist = "Tests/Info.plist",
visibility = ["PUBLIC"], visibility = ["PUBLIC"],