-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from HuYuee/master
feat:更新1.10.1版本
- Loading branch information
Showing
59 changed files
with
527 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
HTTPDNSLibs/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+3.88 KB
(100%)
HTTPDNSLibs/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/MSDKDns
Binary file not shown.
Binary file added
BIN
+163 Bytes
...Libs/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added
BIN
+192 Bytes
...s/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added
BIN
+211 Bytes
...MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
132 changes: 132 additions & 0 deletions
132
...Libs/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/_CodeSignature/CodeResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>files</key> | ||
<dict> | ||
<key>Headers/MSDKDns.h</key> | ||
<data> | ||
B0UmyMSUD0eoYOoeCBB+89rKHHE= | ||
</data> | ||
<key>Headers/MSDKDnsHttpMessageTools.h</key> | ||
<data> | ||
1tuw/RS4c9msomQv/X3t+02VYkM= | ||
</data> | ||
<key>Info.plist</key> | ||
<data> | ||
DllFBYgJUxOYcO+obVHkd/v4V+8= | ||
</data> | ||
</dict> | ||
<key>files2</key> | ||
<dict> | ||
<key>Headers/MSDKDns.h</key> | ||
<dict> | ||
<key>hash</key> | ||
<data> | ||
B0UmyMSUD0eoYOoeCBB+89rKHHE= | ||
</data> | ||
<key>hash2</key> | ||
<data> | ||
JugD1CC8fAuwlSUSrM0QsnP3FxrcC12FwoAq0VqEPIU= | ||
</data> | ||
</dict> | ||
<key>Headers/MSDKDnsHttpMessageTools.h</key> | ||
<dict> | ||
<key>hash</key> | ||
<data> | ||
1tuw/RS4c9msomQv/X3t+02VYkM= | ||
</data> | ||
<key>hash2</key> | ||
<data> | ||
4kJH5EbqUx+Hjta1x1IxHfRHK84TWaZvm+GoNZvYlHg= | ||
</data> | ||
</dict> | ||
</dict> | ||
<key>rules</key> | ||
<dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^version.plist$</key> | ||
<true/> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>.*\.dSYM($|/)</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>11</real> | ||
</dict> | ||
<key>^(.*/)?\.DS_Store$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>2000</real> | ||
</dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^Info\.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^PkgInfo$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^embedded\.provisionprofile$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^version\.plist$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+4.75 KB
...Libs/MSDKDns/MSDKDns.xcframework/ios-arm64/MSDKDns.framework/_CodeSignature/CodeSignature
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...SLibs/MSDKDns/MSDKDns.xcframework/ios-arm64_x86_64-simulator/MSDKDns.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+7.94 KB
(100%)
HTTPDNSLibs/MSDKDns/MSDKDns.xcframework/ios-arm64_x86_64-simulator/MSDKDns.framework/MSDKDns
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...Dns.xcframework/ios-arm64_x86_64-simulator/MSDKDns.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...cframework/ios-arm64_x86_64-simulator/MSDKDns.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
HTTPDNSLibs/MSDKDns_C11/MSDKDns_C11.xcframework/ios-arm64/MSDKDns_C11.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+3.92 KB
(100%)
HTTPDNSLibs/MSDKDns_C11/MSDKDns_C11.xcframework/ios-arm64/MSDKDns_C11.framework/MSDKDns_C11
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
..._C11/MSDKDns_C11.xcframework/ios-arm64/MSDKDns_C11.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...MSDKDns_C11.xcframework/ios-arm64/MSDKDns_C11.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
..._C11/MSDKDns_C11.xcframework/ios-arm64/MSDKDns_C11.framework/_CodeSignature/CodeSignature
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...s_C11/MSDKDns_C11.xcframework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+7.95 KB
(100%)
..._C11/MSDKDns_C11.xcframework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/MSDKDns_C11
Binary file not shown.
Binary file modified
BIN
-15 Bytes
(91%)
...xcframework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
-184 Bytes
(6.1%)
...ramework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file modified
BIN
-15 Bytes
(93%)
...mework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-4.75 KB
(0.0%)
...xcframework/ios-arm64_x86_64-simulator/MSDKDns_C11.framework/_CodeSignature/CodeSignature
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...Dns_C11_intl/MSDKDns_C11_intl.xcframework/ios-arm64/MSDKDns_C11_intl.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+2.97 KB
(100%)
...1_intl/MSDKDns_C11_intl.xcframework/ios-arm64/MSDKDns_C11_intl.framework/MSDKDns_C11_intl
Binary file not shown.
Binary file added
BIN
+172 Bytes
...ns_C11_intl.xcframework/ios-arm64/MSDKDns_C11_intl.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added
BIN
+200 Bytes
...C11_intl.xcframework/ios-arm64/MSDKDns_C11_intl.framework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added
BIN
+220 Bytes
...1_intl.xcframework/ios-arm64/MSDKDns_C11_intl.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Oops, something went wrong.