diff --git a/ios/CodePush/CodePush.h b/ios/CodePush/CodePush.h index 235d6bb..08c5674 100644 --- a/ios/CodePush/CodePush.h +++ b/ios/CodePush/CodePush.h @@ -1,5 +1,5 @@ #if __has_include("RCTEventEmitter.h") -#import "RCTEventEmitter.h" +#import #else #import "React/RCTEventEmitter.h" // Required when used as a Pod in a Swift project #endif diff --git a/ios/CodePush/CodePush.m b/ios/CodePush/CodePush.m index 79f2351..b13f65c 100644 --- a/ios/CodePush/CodePush.m +++ b/ios/CodePush/CodePush.m @@ -1,9 +1,9 @@ -#import "RCTAssert.h" -#import "RCTBridgeModule.h" -#import "RCTConvert.h" -#import "RCTEventDispatcher.h" -#import "RCTRootView.h" -#import "RCTUtils.h" +#import +#import +#import +#import +#import +#import #import "CodePush.h" diff --git a/ios/CodePush/RCTConvert+CodePushInstallMode.m b/ios/CodePush/RCTConvert+CodePushInstallMode.m index 6ef74a8..b8a4dda 100644 --- a/ios/CodePush/RCTConvert+CodePushInstallMode.m +++ b/ios/CodePush/RCTConvert+CodePushInstallMode.m @@ -1,5 +1,5 @@ #import "CodePush.h" -#import "RCTConvert.h" +#import // Extending the RCTConvert class allows the React Native // bridge to handle args of type "CodePushInstallMode" @@ -11,4 +11,4 @@ RCT_ENUM_CONVERTER(CodePushInstallMode, (@{ @"codePushInstallModeImmediate": @(C CodePushInstallModeImmediate, // Default enum value integerValue) -@end \ No newline at end of file +@end diff --git a/ios/CodePush/RCTConvert+CodePushUpdateState.m b/ios/CodePush/RCTConvert+CodePushUpdateState.m index 7585124..8ca495c 100644 --- a/ios/CodePush/RCTConvert+CodePushUpdateState.m +++ b/ios/CodePush/RCTConvert+CodePushUpdateState.m @@ -1,5 +1,5 @@ #import "CodePush.h" -#import "RCTConvert.h" +#import // Extending the RCTConvert class allows the React Native // bridge to handle args of type "CodePushUpdateState" @@ -12,4 +12,4 @@ RCT_ENUM_CONVERTER(CodePushUpdateState, (@{ @"codePushUpdateStateRunning": @(Cod CodePushUpdateStateRunning, // Default enum value integerValue) -@end \ No newline at end of file +@end