Skip to content

Commit

Permalink
Run depslint on fb_plugin_apple_library rules
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Differential Revision: D18152380

fbshipit-source-id: f33f6cb2f6baeba0719a91c5189357be33a38f59
  • Loading branch information
adamjernst authored and facebook-github-bot committed Oct 26, 2019
1 parent b55146f commit bdaab3c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Libraries/Blob/RCTBlobPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTBlobPlugins.h is autogenerated by the build system.
#import "FBRCTBlobPlugins.h"
#import <React/FBRCTBlobPlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion Libraries/CameraRoll/RCTCameraRollPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTCameraRollPlugins.h is autogenerated by the build system.
#import "FBRCTCameraRollPlugins.h"
#import <RCTCameraRollApple/FBRCTCameraRollPlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion Libraries/Image/RCTImagePlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTImagePlugins.h is autogenerated by the build system.
#import "FBRCTImagePlugins.h"
#import <React/FBRCTImagePlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion Libraries/NativeAnimation/RCTAnimationPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTAnimationPlugins.h is autogenerated by the build system.
#import "FBRCTAnimationPlugins.h"
#import <React/FBRCTAnimationPlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion Libraries/Settings/RCTSettingsPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTSettingsPlugins.h is autogenerated by the build system.
#import "FBRCTSettingsPlugins.h"
#import <React/FBRCTSettingsPlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion Libraries/Vibration/RCTVibrationPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBRCTVibrationPlugins.h is autogenerated by the build system.
#import "FBRCTVibrationPlugins.h"
#import <React/FBRCTVibrationPlugins.h>

#else

Expand Down
2 changes: 1 addition & 1 deletion React/CoreModules/CoreModulesPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER

// FB Internal: FBCoreModulesPlugins.h is autogenerated by the build system.
#import "FBCoreModulesPlugins.h"
#import <React/FBCoreModulesPlugins.h>

#else

Expand Down

0 comments on commit bdaab3c

Please sign in to comment.