Skip to content

Commit ebc4e83

Browse files
committed
2.1.1
1 parent 4d8e0b2 commit ebc4e83

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

NewNode.xcframework/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,48 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>libnewnode.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>HeadersPath</key>
2623
<string>Headers</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-x86_64-maccatalyst</string>
2926
<key>LibraryPath</key>
3027
<string>libnewnode.a</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
33-
<string>arm64</string>
30+
<string>x86_64</string>
3431
</array>
3532
<key>SupportedPlatform</key>
3633
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>maccatalyst</string>
3736
</dict>
3837
<dict>
3938
<key>HeadersPath</key>
4039
<string>Headers</string>
4140
<key>LibraryIdentifier</key>
42-
<string>ios-x86_64-maccatalyst</string>
41+
<string>ios-arm64_x86_64-simulator</string>
4342
<key>LibraryPath</key>
4443
<string>libnewnode.a</string>
4544
<key>SupportedArchitectures</key>
4645
<array>
46+
<string>arm64</string>
4747
<string>x86_64</string>
4848
</array>
4949
<key>SupportedPlatform</key>
5050
<string>ios</string>
5151
<key>SupportedPlatformVariant</key>
52-
<string>maccatalyst</string>
52+
<string>simulator</string>
5353
</dict>
5454
</array>
5555
<key>CFBundlePackageType</key>
-30.2 KB
Binary file not shown.

constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __CONSTANTS_H__
22
#define __CONSTANTS_H__
33

4-
#define VERSION "2.1.0"
4+
#define VERSION "2.1.1"
55

66
#ifdef DEBUG
77
#define injector_sk "\x9e\x20\xb0\x57\x6d\x12\x70\x33\x05\x42\x66\x4d\x07\x00\xfe\x0a\x60\x94\xe0\x9a\xc5\xb9\xad\x78\xb8\xa6\x56\x3e\x09\xf7\x2a\xd2\x1d\x80\x27\x79\xa0\xb9\x27\xd6\x87\x11\xec\xdc\x33\x7a\xe3\x91\x28\xb8\x07\xf1\xb5\x8c\x42\x74\xf3\xae\x09\xcd\x48\x10\x87\x96"

0 commit comments

Comments
 (0)