Skip to content

Commit 66b2ada

Browse files
committed
解决 Git diff 不区分大小写问题
1 parent dfc43e5 commit 66b2ada

File tree

468 files changed

+143143
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

468 files changed

+143143
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>OpenSSL.framework/OpenSSL</string>
10+
<key>LibraryIdentifier</key>
11+
<string>ios-arm64_x86_64-simulator</string>
12+
<key>LibraryPath</key>
13+
<string>OpenSSL.framework</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
<string>x86_64</string>
18+
</array>
19+
<key>SupportedPlatform</key>
20+
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
23+
</dict>
24+
<dict>
25+
<key>BinaryPath</key>
26+
<string>OpenSSL.framework/Versions/A/OpenSSL</string>
27+
<key>LibraryIdentifier</key>
28+
<string>ios-arm64_x86_64-maccatalyst</string>
29+
<key>LibraryPath</key>
30+
<string>OpenSSL.framework</string>
31+
<key>SupportedArchitectures</key>
32+
<array>
33+
<string>arm64</string>
34+
<string>x86_64</string>
35+
</array>
36+
<key>SupportedPlatform</key>
37+
<string>ios</string>
38+
<key>SupportedPlatformVariant</key>
39+
<string>maccatalyst</string>
40+
</dict>
41+
<dict>
42+
<key>BinaryPath</key>
43+
<string>OpenSSL.framework/OpenSSL</string>
44+
<key>LibraryIdentifier</key>
45+
<string>ios-arm64</string>
46+
<key>LibraryPath</key>
47+
<string>OpenSSL.framework</string>
48+
<key>SupportedArchitectures</key>
49+
<array>
50+
<string>arm64</string>
51+
</array>
52+
<key>SupportedPlatform</key>
53+
<string>ios</string>
54+
</dict>
55+
<dict>
56+
<key>BinaryPath</key>
57+
<string>OpenSSL.framework/Versions/A/OpenSSL</string>
58+
<key>LibraryIdentifier</key>
59+
<string>macos-arm64_x86_64</string>
60+
<key>LibraryPath</key>
61+
<string>OpenSSL.framework</string>
62+
<key>SupportedArchitectures</key>
63+
<array>
64+
<string>arm64</string>
65+
<string>x86_64</string>
66+
</array>
67+
<key>SupportedPlatform</key>
68+
<string>macos</string>
69+
</dict>
70+
</array>
71+
<key>CFBundlePackageType</key>
72+
<string>XFWK</string>
73+
<key>XCFrameworkFormatVersion</key>
74+
<string>1.0</string>
75+
</dict>
76+
</plist>
151 Bytes
Binary file not shown.
176 Bytes
Binary file not shown.
199 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)