Skip to content

Commit

Permalink
remove unused FBBaseActionsParser and cleanup imports in FBConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
aluedeke committed Oct 7, 2024
1 parent 9fd58b6 commit 590926e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
32 changes: 0 additions & 32 deletions WebDriverAgentLib/Utilities/FBBaseActionsParser.m

This file was deleted.

4 changes: 0 additions & 4 deletions WebDriverAgentLib/Utilities/FBConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

#import <Foundation/Foundation.h>

#import "AXSettings.h"
#import "UIKeyboardImpl.h"
#import "TIPreferencesController.h"

NS_ASSUME_NONNULL_BEGIN

extern NSString *const FBSnapshotMaxDepthKey;
Expand Down
4 changes: 4 additions & 0 deletions WebDriverAgentLib/Utilities/FBConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

#import "FBConfiguration.h"

#import "AXSettings.h"
#import "UIKeyboardImpl.h"
#import "TIPreferencesController.h"

#include <dlfcn.h>
#import <UIKit/UIKit.h>

Expand Down

0 comments on commit 590926e

Please sign in to comment.