Skip to content

Commit

Permalink
Merge pull request #62 from DeftMKJ/develop
Browse files Browse the repository at this point in the history
兼容 generate_multiple_pod_projects
  • Loading branch information
euanchan authored Jul 13, 2020
2 parents 07dd95b + 759e5a1 commit 1432178
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#import <CoreText/CoreText.h>
#import <MTHawkeye/MTHUISkeletonUtility.h>

#import "FLEXImagePreviewViewController.h"
#import <FLEX/FLEXImagePreviewViewController.h>


typedef NS_ENUM(NSInteger, MTHawkeyeNetworkDetailRowStyle) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#import "MTHawkeyeUserDefaults+DirectorWatcher.h"
#import "UIViewController+MTHawkeyeLayoutSupport.h"

#import "FLEXFileBrowserController.h"
#import "FLEXImagePreviewViewController.h"
#import "FLEXTableListViewController.h"
#import "FLEXUtility.h"
#import "FLEXWebViewController.h"
#import <FLEX/FLEXFileBrowserController.h>
#import <FLEX/FLEXImagePreviewViewController.h>
#import <FLEX/FLEXTableListViewController.h>
#import <FLEX/FLEXUtility.h>
#import <FLEX/FLEXWebViewController.h>

@interface MTHDirectoryWatcherViewController () <UITableViewDataSource, UITableViewDelegate>
@property (nonatomic, strong) UITableView *tableView;
Expand Down
1 change: 1 addition & 0 deletions MTHawkeyeDemo/podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ platform :ios, "9.0"

#inhibit_all_warnings!
#use_frameworks!
install! 'cocoapods',:generate_multiple_pod_projects => true

workspace 'MTHawkeye'

Expand Down

0 comments on commit 1432178

Please sign in to comment.