Skip to content

Commit f1893da

Browse files
committed
Swift: Repair UIKit framework after merge.
1 parent 68501b0 commit f1893da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/Frameworks.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* This file imports all models of frameworks and libraries.
33
*/
44

5+
private import Alamofire.Alamofire
56
private import StandardLibrary.StandardLibrary
7+
private import UIKit.UIKit
68
private import Xml.Xml
7-
private import Alamofire.Alamofire
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* This file imports all models of UIKit-related frameworks and libraries.
3+
*/
4+
5+
import UITextField

0 commit comments

Comments
 (0)