Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Mar 11, 2022
1 parent f8089fe commit 5114e0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions NewNode.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libnewnode.a</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>libnewnode.a</string>
<key>SupportedArchitectures</key>
Expand All @@ -34,21 +32,23 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-maccatalyst</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>maccatalyst</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-x86_64-maccatalyst/libnewnode.a
Binary file not shown.
Binary file modified NewNode.xcframework/ios-x86_64-simulator/libnewnode.a
Binary file not shown.

0 comments on commit 5114e0a

Please sign in to comment.