@cpp.js/package-geotiff 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.
- package/cppjs-package-geotiff.podspec +1 -1
- package/dist/prebuilt/iOS-iphoneos/lib/libgeotiff.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libgeotiff.a +0 -0
- package/geotiff.xcframework/Info.plist +5 -5
- package/geotiff.xcframework/ios-arm64_arm64e/libgeotiff.a +0 -0
- package/geotiff.xcframework/ios-arm64_arm64e_x86_64-simulator/libgeotiff.a +0 -0
- package/package.json +5 -5
|
@@ -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 = "geotiff"
|
|
6
|
-
s.name = package
|
|
6
|
+
s.name = "cppjs-package-geotiff"
|
|
7
7
|
s.version = package["nativeVersion"]
|
|
8
8
|
s.summary = "This library is designed to permit the extraction and parsing of the 'GeoTIFF' Key directories, as well as definition and installation of GeoTIFF keys in new files."
|
|
9
9
|
s.homepage = "https://github.com/OSGeo/libgeotiff"
|
|
Binary file
|
|
Binary file
|
|
@@ -10,16 +10,19 @@
|
|
|
10
10
|
<key>HeadersPath</key>
|
|
11
11
|
<string>Headers</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_arm64e_x86_64-simulator</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>libgeotiff.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-
|
|
33
|
+
<string>ios-arm64_arm64e</string>
|
|
31
34
|
<key>LibraryPath</key>
|
|
32
35
|
<string>libgeotiff.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>
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-geotiff",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.22",
|
|
4
4
|
"nativeVersion": "1.7.3",
|
|
5
5
|
"description": "This package provides the precompiled geotiff library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. Designed for working with GeoTIFF files, offering robust support for geospatial metadata handling, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-geotiff#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@cpp.js/package-proj": "^1.0.0-beta.
|
|
12
|
-
"@cpp.js/package-tiff": "^1.0.0-beta.
|
|
13
|
-
"@cpp.js/package-zlib": "^1.0.0-beta.
|
|
11
|
+
"@cpp.js/package-proj": "^1.0.0-beta.23",
|
|
12
|
+
"@cpp.js/package-tiff": "^1.0.0-beta.25",
|
|
13
|
+
"@cpp.js/package-zlib": "^1.0.0-beta.28"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"cpp.js": "^1.0.0-beta.
|
|
16
|
+
"cpp.js": "^1.0.0-beta.29"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"geotiff",
|