Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Feb 29, 2024
1 parent 557109c commit 18a3f71
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NewNode.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libnewnode.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libnewnode.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libnewnode.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified NewNode.xcframework/ios-arm64/libnewnode.a
Binary file not shown.
Binary file modified NewNode.xcframework/ios-arm64_x86_64-simulator/libnewnode.a
Binary file not shown.
Binary file modified NewNode.xcframework/ios-x86_64-maccatalyst/libnewnode.a
Binary file not shown.
2 changes: 1 addition & 1 deletion constants.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __CONSTANTS_H__
#define __CONSTANTS_H__

#define VERSION "2.1.4"
#define VERSION "2.1.5"

#ifdef DEBUG
#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"
Expand Down

0 comments on commit 18a3f71

Please sign in to comment.