@cpp.js/package-geos 1.0.0-beta.21 → 1.0.0-beta.22

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.
@@ -3,7 +3,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
3
3
 
4
4
  Pod::Spec.new do |s|
5
5
  s.module_name = "geos"
6
- s.name = package["name"]
6
+ s.name = "cppjs-package-geos"
7
7
  s.version = package["nativeVersion"]
8
8
  s.summary = "GEOS is a C++ library for performing operations on two-dimensional vector geometries."
9
9
  s.homepage = "https://github.com/libgeos/geos"
@@ -10,16 +10,19 @@
10
10
  <key>HeadersPath</key>
11
11
  <string>Headers</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64_arm64e</string>
13
+ <string>ios-arm64_arm64e_x86_64-simulator</string>
14
14
  <key>LibraryPath</key>
15
15
  <string>libgeos.a</string>
16
16
  <key>SupportedArchitectures</key>
17
17
  <array>
18
18
  <string>arm64</string>
19
19
  <string>arm64e</string>
20
+ <string>x86_64</string>
20
21
  </array>
21
22
  <key>SupportedPlatform</key>
22
23
  <string>ios</string>
24
+ <key>SupportedPlatformVariant</key>
25
+ <string>simulator</string>
23
26
  </dict>
24
27
  <dict>
25
28
  <key>BinaryPath</key>
@@ -27,19 +30,16 @@
27
30
  <key>HeadersPath</key>
28
31
  <string>Headers</string>
29
32
  <key>LibraryIdentifier</key>
30
- <string>ios-arm64_arm64e_x86_64-simulator</string>
33
+ <string>ios-arm64_arm64e</string>
31
34
  <key>LibraryPath</key>
32
35
  <string>libgeos.a</string>
33
36
  <key>SupportedArchitectures</key>
34
37
  <array>
35
38
  <string>arm64</string>
36
39
  <string>arm64e</string>
37
- <string>x86_64</string>
38
40
  </array>
39
41
  <key>SupportedPlatform</key>
40
42
  <string>ios</string>
41
- <key>SupportedPlatformVariant</key>
42
- <string>simulator</string>
43
43
  </dict>
44
44
  </array>
45
45
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-geos",
3
- "version": "1.0.0-beta.21",
3
+ "version": "1.0.0-beta.22",
4
4
  "nativeVersion": "3.13.0",
5
5
  "description": "This package provides the precompiled GEOS library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It supports advanced geometry operations, including spatial analysis and topological calculations, delivering high performance and cross-platform compatibility. Perfect for web, server-side, and mobile geospatial applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-geos#readme",
@@ -8,7 +8,7 @@
8
8
  "license": "LGPL-2.1-or-later",
9
9
  "type": "module",
10
10
  "devDependencies": {
11
- "cpp.js": "^1.0.0-beta.28"
11
+ "cpp.js": "^1.0.0-beta.29"
12
12
  },
13
13
  "keywords": [
14
14
  "geos",