Skip to content

Commit b3f8d8b

Browse files
update podfile lock
1 parent 5308d39 commit b3f8d8b

2 files changed

Lines changed: 43 additions & 6 deletions

File tree

ios/Podfile.lock

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,32 @@ PODS:
2626
- libwebp/sharpyuv (1.5.0)
2727
- libwebp/webp (1.5.0):
2828
- libwebp/sharpyuv
29+
- MendixNative (0.1.0):
30+
- DoubleConversion
31+
- glog
32+
- hermes-engine
33+
- RCT-Folly (= 2024.11.18.00)
34+
- RCTRequired
35+
- RCTTypeSafety
36+
- React-Core
37+
- React-debug
38+
- React-Fabric
39+
- React-featureflags
40+
- React-graphics
41+
- React-ImageManager
42+
- React-NativeModulesApple
43+
- React-RCTAppDelegate
44+
- React-RCTFabric
45+
- React-rendererdebug
46+
- React-utils
47+
- ReactAppDependencyProvider
48+
- ReactCodegen
49+
- ReactCommon
50+
- ReactCommon/turbomodule/bridging
51+
- ReactCommon/turbomodule/core
52+
- RNCAsyncStorage
53+
- SSZipArchive
54+
- Yoga
2955
- op-sqlite (15.0.7):
3056
- DoubleConversion
3157
- glog
@@ -2175,7 +2201,7 @@ DEPENDENCIES:
21752201
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
21762202
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
21772203
- IQKeyboardManager
2178-
- "MendixNative (from `../node_modules/@mendix/native`)"
2204+
- MendixNative (from `../node_modules/mendix-native`)
21792205
- "op-sqlite (from `../node_modules/@op-engineering/op-sqlite`)"
21802206
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
21812207
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -2290,7 +2316,7 @@ EXTERNAL SOURCES:
22902316
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
22912317
:tag: hermes-2024-11-25-RNv0.77.0-d4f25d534ab744866448b36ca3bf3d97c08e638c
22922318
MendixNative:
2293-
:path: "../node_modules/@mendix/native"
2319+
:path: "../node_modules/mendix-native"
22942320
op-sqlite:
22952321
:path: "../node_modules/@op-engineering/op-sqlite"
22962322
RCT-Folly:
@@ -2464,9 +2490,10 @@ SPEC CHECKSUMS:
24642490
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
24652491
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
24662492
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
2467-
op-sqlite: bd4cc931ab939b14434fb7a1981a3fd82f5b4bb6
2493+
MendixNative: bd8155e6843fda4bf52d2eb7a8e490630186944d
2494+
op-sqlite: 12554de3e1a0cb86cbad3cf1f0c50450f57d3855
24682495
OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
2469-
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
2496+
RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
24702497
RCTDeprecation: 6ee92578d332db1d4e03267d3ae98bcf8b780863
24712498
RCTRequired: 5b3da0e0f91fddda935574b81748c3e3d3649ee7
24722499
RCTTypeSafety: 870cb072be3d3f310ecec897c3d297a931f8f7e1
@@ -2551,6 +2578,6 @@ SPEC CHECKSUMS:
25512578
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
25522579
Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4
25532580

2554-
PODFILE CHECKSUM: db7be98fae80b54b4f99987282d8e88ba12b8124
2581+
PODFILE CHECKSUM: f83815b440871ddc4d9bac375e7dc5aef13dcf51
25552582

25562583
COCOAPODS: 1.16.2

ios/nativeTemplate.xcodeproj/project.pbxproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,17 @@
9090
/* End PBXFileReference section */
9191

9292
/* Begin PBXFileSystemSynchronizedRootGroup section */
93-
9E9B12FB2EAB8C9300714B41 /* Extensions */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Extensions; sourceTree = "<group>"; };
93+
9E9B12FB2EAB8C9300714B41 /* Extensions */ = {
94+
isa = PBXFileSystemSynchronizedRootGroup;
95+
exceptions = (
96+
);
97+
explicitFileTypes = {
98+
};
99+
explicitFolders = (
100+
);
101+
path = Extensions;
102+
sourceTree = "<group>";
103+
};
94104
/* End PBXFileSystemSynchronizedRootGroup section */
95105

96106
/* Begin PBXFrameworksBuildPhase section */

0 commit comments

Comments
 (0)