Skip to content

Commit bdaab3c

Browse files
adamjernstfacebook-github-bot
authored andcommitted
Run depslint on fb_plugin_apple_library rules
Summary: Changelog: [Internal] Differential Revision: D18152380 fbshipit-source-id: f33f6cb2f6baeba0719a91c5189357be33a38f59
1 parent b55146f commit bdaab3c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Libraries/Blob/RCTBlobPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTBlobPlugins.h is autogenerated by the build system.
13-
#import "FBRCTBlobPlugins.h"
13+
#import <React/FBRCTBlobPlugins.h>
1414

1515
#else
1616

Libraries/CameraRoll/RCTCameraRollPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTCameraRollPlugins.h is autogenerated by the build system.
13-
#import "FBRCTCameraRollPlugins.h"
13+
#import <RCTCameraRollApple/FBRCTCameraRollPlugins.h>
1414

1515
#else
1616

Libraries/Image/RCTImagePlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTImagePlugins.h is autogenerated by the build system.
13-
#import "FBRCTImagePlugins.h"
13+
#import <React/FBRCTImagePlugins.h>
1414

1515
#else
1616

Libraries/NativeAnimation/RCTAnimationPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTAnimationPlugins.h is autogenerated by the build system.
13-
#import "FBRCTAnimationPlugins.h"
13+
#import <React/FBRCTAnimationPlugins.h>
1414

1515
#else
1616

Libraries/Settings/RCTSettingsPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTSettingsPlugins.h is autogenerated by the build system.
13-
#import "FBRCTSettingsPlugins.h"
13+
#import <React/FBRCTSettingsPlugins.h>
1414

1515
#else
1616

Libraries/Vibration/RCTVibrationPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBRCTVibrationPlugins.h is autogenerated by the build system.
13-
#import "FBRCTVibrationPlugins.h"
13+
#import <React/FBRCTVibrationPlugins.h>
1414

1515
#else
1616

React/CoreModules/CoreModulesPlugins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
1111

1212
// FB Internal: FBCoreModulesPlugins.h is autogenerated by the build system.
13-
#import "FBCoreModulesPlugins.h"
13+
#import <React/FBCoreModulesPlugins.h>
1414

1515
#else
1616

0 commit comments

Comments
 (0)