react-native-nitro-ark 0.0.27 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-ark",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "Pure C++ Nitro Modules for Ark client",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -19,7 +19,6 @@
19
19
  "ios",
20
20
  "cpp",
21
21
  "nitrogen",
22
- "ArkCxxBridge.xcframework",
23
22
  "*.podspec",
24
23
  "react-native.config.js",
25
24
  "!ios/build",
@@ -122,7 +121,8 @@
122
121
  "releaseName": "v${version}",
123
122
  "assets": [
124
123
  "../release_assets/jniLibs.zip",
125
- "../release_assets/Ark.xcframework.zip"
124
+ "../release_assets/Ark.xcframework.zip",
125
+ "../release_assets/ArkCxxBridge.xcframework.zip"
126
126
  ]
127
127
  },
128
128
  "plugins": {
@@ -1,48 +0,0 @@
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>libcxxbridge1.a</string>
10
- <key>HeadersPath</key>
11
- <string>Headers</string>
12
- <key>LibraryIdentifier</key>
13
- <string>ios-arm64</string>
14
- <key>LibraryPath</key>
15
- <string>libcxxbridge1.a</string>
16
- <key>SupportedArchitectures</key>
17
- <array>
18
- <string>arm64</string>
19
- </array>
20
- <key>SupportedPlatform</key>
21
- <string>ios</string>
22
- </dict>
23
- <dict>
24
- <key>BinaryPath</key>
25
- <string>libcxxbridge1.a</string>
26
- <key>HeadersPath</key>
27
- <string>Headers</string>
28
- <key>LibraryIdentifier</key>
29
- <string>ios-arm64_x86_64-simulator</string>
30
- <key>LibraryPath</key>
31
- <string>libcxxbridge1.a</string>
32
- <key>SupportedArchitectures</key>
33
- <array>
34
- <string>arm64</string>
35
- <string>x86_64</string>
36
- </array>
37
- <key>SupportedPlatform</key>
38
- <string>ios</string>
39
- <key>SupportedPlatformVariant</key>
40
- <string>simulator</string>
41
- </dict>
42
- </array>
43
- <key>CFBundlePackageType</key>
44
- <string>XFWK</string>
45
- <key>XCFrameworkFormatVersion</key>
46
- <string>1.0</string>
47
- </dict>
48
- </plist>