Commit ed631c2 1 parent 5bc9059 commit ed631c2 Copy full SHA for ed631c2
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
// Copyright © 2017 N. Holzschuch. All rights reserved.
6
6
//
7
7
8
- #import < Foundation/Foundation.h>
8
+
9
+ #import < UIKit/UIKit.h>
10
+
9
11
#include " ios_system.h"
10
12
11
13
// ios_system(cmd): Executes the command in "cmd". The goal is to be a drop-in replacement for system(), as much as possible.
Original file line number Diff line number Diff line change 7
7
//
8
8
9
9
#import < Foundation/Foundation.h>
10
- #import < UIKit/UIKit.h>
11
- #import < WebKit/WebKit.h>
12
10
13
11
// ! Project version number for ios_system.
14
12
FOUNDATION_EXPORT double ios_systemVersionNumber;
Original file line number Diff line number Diff line change 8
8
#include < stdio.h>
9
9
#include " ios_system/ios_system.h"
10
10
#include " ios_error.h"
11
- #import < Foundation/Foundation.h>
11
+
12
+ #import < UIKit/UIKit.h>
12
13
13
14
14
15
NSArray <NSString *> *__known_browsers () {
You can’t perform that action at this time.
0 commit comments