Skip to content
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
30 changes: 12 additions & 18 deletions mParticle-Apple-SDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/Identity/MPIdentityApiManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import "MPNetworkCommunication.h"
#import "MPBackendController.h"
#import "mParticle.h"
#import "MPListenerController.h"
#import "MParticleSwift.h"

@interface MParticle ()

Expand Down
1 change: 1 addition & 0 deletions mParticle-Apple-SDK/Identity/MParticleUser.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import "MPDataPlanFilter.h"
#import "MPIConstants.h"
#import "MPKitContainer.h"
#import "MParticleSwift.h"

@interface MParticleUser ()

Expand Down
119 changes: 0 additions & 119 deletions mParticle-Apple-SDK/Include/MPListenerController.h

This file was deleted.

123 changes: 0 additions & 123 deletions mParticle-Apple-SDK/Include/MPListenerProtocol.h

This file was deleted.

1 change: 0 additions & 1 deletion mParticle-Apple-SDK/Include/mParticle.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#import "MPIdentityApi.h"
#import "MPKitAPI.h"
#import "MPConsentState.h"
#import "MPListenerController.h"
#import "MPForwardRecord.h"
#import <UIKit/UIKit.h>
#import "MPStateMachine.h"
Expand Down
Loading
Loading