@mendix/native 10.1.6 → 10.1.7

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.
@@ -10,15 +10,18 @@
10
10
  <key>HeadersPath</key>
11
11
  <string>Headers</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64</string>
13
+ <string>ios-arm64_x86_64-simulator</string>
14
14
  <key>LibraryPath</key>
15
15
  <string>libMendixNative.a</string>
16
16
  <key>SupportedArchitectures</key>
17
17
  <array>
18
18
  <string>arm64</string>
19
+ <string>x86_64</string>
19
20
  </array>
20
21
  <key>SupportedPlatform</key>
21
22
  <string>ios</string>
23
+ <key>SupportedPlatformVariant</key>
24
+ <string>simulator</string>
22
25
  </dict>
23
26
  <dict>
24
27
  <key>BinaryPath</key>
@@ -26,18 +29,15 @@
26
29
  <key>HeadersPath</key>
27
30
  <string>Headers</string>
28
31
  <key>LibraryIdentifier</key>
29
- <string>ios-arm64_x86_64-simulator</string>
32
+ <string>ios-arm64</string>
30
33
  <key>LibraryPath</key>
31
34
  <string>libMendixNative.a</string>
32
35
  <key>SupportedArchitectures</key>
33
36
  <array>
34
37
  <string>arm64</string>
35
- <string>x86_64</string>
36
38
  </array>
37
39
  <key>SupportedPlatform</key>
38
40
  <string>ios</string>
39
- <key>SupportedPlatformVariant</key>
40
- <string>simulator</string>
41
41
  </dict>
42
42
  </array>
43
43
  <key>CFBundlePackageType</key>
@@ -18,4 +18,3 @@
18
18
  #import "DevAppMenuUIAlertController.h"
19
19
  #import "JSBundleFileProviderProtocol.h"
20
20
  #import "OtaJSBundleFileProvider.h"
21
- #import "NativeCookieModule.h"
@@ -18,4 +18,3 @@
18
18
  #import "DevAppMenuUIAlertController.h"
19
19
  #import "JSBundleFileProviderProtocol.h"
20
20
  #import "OtaJSBundleFileProvider.h"
21
- #import "NativeCookieModule.h"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mendix/native",
3
- "version": "10.1.6",
3
+ "version": "10.1.7",
4
4
  "copyright": "© Mendix Technology BV. All rights reserved.",
5
5
  "files": [
6
6
  "androidlib/",
@@ -1,14 +0,0 @@
1
- //
2
- // NativeCookieModule.h
3
- // MendixNative
4
- //
5
- // Created by Yogendra Shelke on 20/03/25.
6
- // Copyright © 2025 Mendix. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <React/RCTBridgeModule.h>
11
-
12
- @interface NativeCookieModule : NSObject<RCTBridgeModule>
13
- - (void) clearAll;
14
- @end
@@ -1,14 +0,0 @@
1
- //
2
- // NativeCookieModule.h
3
- // MendixNative
4
- //
5
- // Created by Yogendra Shelke on 20/03/25.
6
- // Copyright © 2025 Mendix. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <React/RCTBridgeModule.h>
11
-
12
- @interface NativeCookieModule : NSObject<RCTBridgeModule>
13
- - (void) clearAll;
14
- @end