Skip to content

Commit

Permalink
Daily arc lint --take BUCKFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D17978944

fbshipit-source-id: 9c9d4d6e6abe49005558d52b47a5a3b38cbb6d92
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Oct 17, 2019
1 parent a7d55c9 commit 9ce3588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libraries/FBLazyVector/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ fb_apple_library(
autoglob = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
enable_exceptions = False,
labels = ["supermodule:ios/isolation/infra.react_native"],
frameworks = [],
labels = ["supermodule:ios/isolation/infra.react_native"],
link_whole = False,
visibility = ["PUBLIC"],
)
2 changes: 1 addition & 1 deletion Libraries/FBReactNativeSpec/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ fb_apple_library(
prefix = "FBReactNativeSpec",
),
contacts = ["oncall+react_native@xmail.facebook.com"],
labels = ["supermodule:ios/isolation/infra.react_native"],
frameworks = [
"Foundation",
"UIKit",
],
labels = ["supermodule:ios/isolation/infra.react_native"],
reexport_all_header_dependencies = True,
deps = [
"fbsource//xplat/js/react-native-github:RCTTypeSafety",
Expand Down
2 changes: 1 addition & 1 deletion Libraries/RCTRequired/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ fb_apple_library(
name = "RCTRequired",
autoglob = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
labels = ["supermodule:ios/isolation/infra.react_native"],
frameworks = ["Foundation"],
labels = ["supermodule:ios/isolation/infra.react_native"],
)

0 comments on commit 9ce3588

Please sign in to comment.