处理兼容性问题
处理兼容性问题
This commit is contained in:
BIN
Binary file not shown.
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ABIRoot": {
|
||||
"kind": "Root",
|
||||
"name": "TopLevel",
|
||||
"printedName": "TopLevel",
|
||||
"json_format_version": 8
|
||||
},
|
||||
"ConstValues": []
|
||||
}
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+11
@@ -0,0 +1,11 @@
|
||||
framework module OrderedSet {
|
||||
umbrella header "OrderedSet-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module OrderedSet.Swift {
|
||||
header "OrderedSet-Swift.h"
|
||||
requires objc
|
||||
}
|
||||
Reference in New Issue
Block a user