Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Importing headers inside PrivateHeaders folder with module based import." #1769

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTAuth+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTAuth.h>
#import <Ably/ARTEventEmitter.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTRetryDelayCalculator.h>
#import "ARTRetryDelayCalculator.h"

@protocol ARTJitterCoefficientGenerator;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTChannelStateChangeMetadata.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTTypes.h>
#import "ARTTypes.h"

@class ARTErrorInfo;
@class ARTRetryAttempt;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTConnection+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTConnection.h>
#import <Ably/ARTEventEmitter.h>
#import <Ably/ARTTypes.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTRetryDelayCalculator.h>
#import "ARTRetryDelayCalculator.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTHttp+Private.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Ably/ARTHttp.h>
#import "ARTHttp.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTInternalLogCore+Testing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTInternalLog.h>
#import "ARTInternalLog.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTLogAdapter+Testing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTLogAdapter.h>
#import "ARTLogAdapter.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTLogAdapter.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import Foundation;

#import <Ably/ARTVersion2Log.h>
#import "ARTVersion2Log.h"

@class ARTLog;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPaginatedResult+Subclass.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTPaginatedResult.h>
#import "ARTPaginatedResult.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPresenceMap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Foundation/Foundation.h>
#import <Ably/ARTTypes.h>
#import "ARTTypes.h"

@class ARTPresenceMap;
@class ARTPresenceMessage;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPush+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTPush.h>
#import <Ably/ARTPushAdmin+Private.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTPushActivationStateMachine;
@class ARTRestInternal;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPushAdmin+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTPushAdmin.h>
#import <Ably/ARTPushDeviceRegistrations+Private.h>
#import <Ably/ARTPushChannelSubscriptions+Private.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRestInternal;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPushChannel+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushChannel.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushChannelSubscriptions.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushDeviceRegistrations.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRealtimeChannels+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import <Ably/ARTRealtimeChannels.h>
#import <Ably/ARTRealtime+Private.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

@class ARTRealtimeChannelInternal;

Expand Down
4 changes: 2 additions & 2 deletions Source/PrivateHeaders/Ably/ARTRest+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTRest.h>
#import <Ably/ARTHttp.h>
#import <Ably/ARTRestChannels+Private.h>
#import <Ably/ARTPush+Private.h>
#import "ARTRestChannels+Private.h"
#import "ARTPush+Private.h"

@protocol ARTEncoder;
@protocol ARTHTTPExecutor;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRestChannel+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#import <Ably/ARTRestChannel.h>
#import <Ably/ARTRestPresence+Private.h>
#import <Ably/ARTPushChannel+Private.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
4 changes: 2 additions & 2 deletions Source/PrivateHeaders/Ably/ARTRestChannels+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTRestChannels.h>
#import <Ably/ARTQueuedDealloc.h>
#import <Ably/ARTRestChannel+Private.h>
#import "ARTQueuedDealloc.h"
#import "ARTRestChannel+Private.h"

@class ARTRestChannel;
@class ARTRestInternal;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRestPresence+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTRestPresence.h>
#import <Ably/ARTQueuedDealloc.h>
#import "ARTQueuedDealloc.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTTypes+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import <Ably/ARTTypes.h>
#import "ARTTypes.h"

@class ARTRetryAttempt;
@class ARTInternalLog;
Expand Down