Skip to content

Commit d86305d

Browse files
committed
chore: pod update and bump gradle version
1 parent b2c8410 commit d86305d

4 files changed

Lines changed: 1492 additions & 500 deletions

File tree

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/ios/MendixNativeExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@
372372
);
373373
MTL_ENABLE_DEBUG_INFO = YES;
374374
ONLY_ACTIVE_ARCH = YES;
375+
OTHER_CFLAGS = "$(inherited)";
375376
OTHER_CPLUSPLUSFLAGS = (
376377
"$(OTHER_CFLAGS)",
377378
"-DFOLLY_NO_CONFIG",
@@ -444,6 +445,7 @@
444445
"\"$(inherited)\"",
445446
);
446447
MTL_ENABLE_DEBUG_INFO = NO;
448+
OTHER_CFLAGS = "$(inherited)";
447449
OTHER_CPLUSPLUSFLAGS = (
448450
"$(OTHER_CFLAGS)",
449451
"-DFOLLY_NO_CONFIG",

example/ios/MendixNativeExample/Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@
2626
<true/>
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
29-
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
3029
<key>NSAllowsArbitraryLoads</key>
3130
<false/>
3231
<key>NSAllowsLocalNetworking</key>
3332
<true/>
3433
</dict>
3534
<key>NSLocationWhenInUseUsageDescription</key>
3635
<string></string>
36+
<key>RCTNewArchEnabled</key>
37+
<true/>
3738
<key>UILaunchStoryboardName</key>
3839
<string>LaunchScreen</string>
3940
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)