Skip to content

Commit 15ef065

Browse files
committed
fixup: SafariServices
1 parent dda517a commit 15ef065

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

XBMC Remote/BaseActionViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// Copyright © 2024 Team Kodi. All rights reserved.
77
//
88

9-
#import <SafariServices/SafariServices.h>
109
#import "DSJSONRPC.h"
1110

1211
@import UIKit;
12+
@import SafariServices;
1313

1414
@interface BaseActionViewController : UIViewController <SFSafariViewControllerDelegate> {
1515
NSDateFormatter *xbmcDateFormatter;

XBMC Remote/DetailViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#import "BaseActionViewController.h"
1919

2020
@import UIKit;
21-
@import SafariServices;
2221

2322
@class NowPlaying;
2423

XBMC Remote/HostViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#import "BaseActionViewController.h"
1010

1111
@import UIKit;
12-
@import SafariServices;
1312

1413
#define SERVERPOPUP_BOTTOMPADDING 10
1514

XBMC Remote/ShowInfoViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#import "BaseActionViewController.h"
1313

1414
@import UIKit;
15-
@import SafariServices;
1615
@import WebKit;
1716

1817
@class NowPlaying;

XBMC Remote/Utilities.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#import "DSJSONRPC.h"
1212

1313
@import Foundation;
14-
@import SafariServices;
1514

1615
typedef NS_ENUM(NSInteger, JewelType) {
1716
JewelTypeCD,

0 commit comments

Comments
 (0)