5.15
This commit is contained in:
@ -6,20 +6,17 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>M2Kit.framework/Versions/A/M2Kit</string>
|
||||
<string>M2Kit.framework/M2Kit</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64_x86_64-maccatalyst</string>
|
||||
<string>ios-arm64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>M2Kit.framework</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
<string>x86_64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>maccatalyst</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
@ -40,17 +37,20 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>M2Kit.framework/M2Kit</string>
|
||||
<string>M2Kit.framework/Versions/A/M2Kit</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64</string>
|
||||
<string>ios-arm64_x86_64-maccatalyst</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>M2Kit.framework</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
<string>x86_64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>maccatalyst</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.14</string>
|
||||
<string>5.15</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -10,47 +10,47 @@
|
||||
</data>
|
||||
<key>Info.plist</key>
|
||||
<data>
|
||||
cYWdZ5xID5gqNewmxEcDp00e/Y8=
|
||||
DAuUiirg7SLXZSP2oUEelGmxarA=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
||||
<data>
|
||||
t0C4+zrKeurclpDenOTjEsWFGtM=
|
||||
d+QKInsXkMkQjeWJa7k1CiTBw4U=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<data>
|
||||
sveGrR2tA6lPQQv5See7ZQZsNa0=
|
||||
T7BVtNYbAepYBrvIC7FwWYfWAtY=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||
<data>
|
||||
dqf+V4ZiffAhVhqEd2haPLj1PL4=
|
||||
VJyjo22UtSSbm9C2Ok3I3iplq34=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||
<data>
|
||||
sveGrR2tA6lPQQv5See7ZQZsNa0=
|
||||
T7BVtNYbAepYBrvIC7FwWYfWAtY=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||
<data>
|
||||
oDHDqzkNPZZiSGVUtakYNGxHj0Y=
|
||||
HGE+y64I4KJWLKlSL/kFjAuP07E=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||
<data>
|
||||
t0C4+zrKeurclpDenOTjEsWFGtM=
|
||||
d+QKInsXkMkQjeWJa7k1CiTBw4U=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<data>
|
||||
fWVjarZsbVy5BEDTIS1xnM9tZn4=
|
||||
FcnYejEVzE71T4GDveSVVdXeEtY=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||
<data>
|
||||
UO0OET+lZZ8S1pcIO2rAZQCwNeo=
|
||||
sqPQ02ilaz7rQN5t6DDpRJIupBQ=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
||||
<data>
|
||||
fWVjarZsbVy5BEDTIS1xnM9tZn4=
|
||||
FcnYejEVzE71T4GDveSVVdXeEtY=
|
||||
</data>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||
<data>
|
||||
Zmmnk+t4j30FYEoKWvb2DmS7d6I=
|
||||
kmTdY2UbqOWi1SFlifIbvcrfyhk=
|
||||
</data>
|
||||
<key>Modules/module.modulemap</key>
|
||||
<data>
|
||||
@ -70,70 +70,70 @@
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
MoKUdRC3mXoQCBs2M873i/jUFAu2u2XI2SGSw3UxIUQ=
|
||||
nXTsZZ2zJnb3C9EeaPVxTcKjamKBSJa9rGnzUgcqv0E=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
vxBAWVnHNnggTc/OZZ8GsDLUCdNugmyf3MXUv/wn1dg=
|
||||
GDXDoe9UwdaFnE9AV4BV6Mnaf3uqJjUhHkVCUJgAT88=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
0EiosBh5cjE7W3egNSCLcz9xFyRHSC6ri78HCI5obZo=
|
||||
zc4mUUXwGR/EJ66Oxe3HzQEwlhQN2nsSdK1dvAurUDM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
vxBAWVnHNnggTc/OZZ8GsDLUCdNugmyf3MXUv/wn1dg=
|
||||
GDXDoe9UwdaFnE9AV4BV6Mnaf3uqJjUhHkVCUJgAT88=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
EjwNTyWtHNHTCQYQNBax0LtjZ6tL/3247OUGSC0Ri1M=
|
||||
VD9hkXZ8Xm6asXv4zSfALUlDaBYlAENWi0o7hecLeXk=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
MoKUdRC3mXoQCBs2M873i/jUFAu2u2XI2SGSw3UxIUQ=
|
||||
nXTsZZ2zJnb3C9EeaPVxTcKjamKBSJa9rGnzUgcqv0E=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
RiiljDB4CDPi5pa2a9hXHt3upWweqtUXZScfnFAu7ic=
|
||||
VjRcASjCge/ykpmZBR8NmvWdE0SgV7zwqy4QMM74juM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
Cf7H5FR45uvUAr43UrGNGplZHTkBE0Ic5rQGafBsB80=
|
||||
Ww1czHXnbrAq2NoZnKCasDXNV6Gwkj9tcEvQfBnXqD4=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
RiiljDB4CDPi5pa2a9hXHt3upWweqtUXZScfnFAu7ic=
|
||||
VjRcASjCge/ykpmZBR8NmvWdE0SgV7zwqy4QMM74juM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
wf4mX0amgI3/P1D62M098/6o7NKMNGbF2VNYAAsbQ6E=
|
||||
d06DdEepR0+WMO8ATCiIaI5uzHADbKLsRws+Y5jzMyQ=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Modules/module.modulemap</key>
|
||||
|
||||
Reference in New Issue
Block a user