File tree Expand file tree Collapse file tree
MendixNativeExample.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 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",
444445 "\"$(inherited)\"",
445446 );
446447 MTL_ENABLE_DEBUG_INFO = NO;
448+ OTHER_CFLAGS = "$(inherited)";
447449 OTHER_CPLUSPLUSFLAGS = (
448450 "$(OTHER_CFLAGS)",
449451 "-DFOLLY_NO_CONFIG",
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments