File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11#import " RNUnityView.h"
2-
2+ #ifdef DEBUG
3+ #include < mach-o/ldsyms.h>
4+ #endif
35#ifdef RCT_NEW_ARCH_ENABLED
46using namespace facebook ::react;
57#endif
1820 UnityFramework* ufw = [bundle.principalClass getInstance ];
1921 if (![ufw appController ])
2022 {
21- [ufw setExecuteHeader: &_mh_execute_header];
23+ #ifdef DEBUG
24+ [ufw setExecuteHeader: &_mh_dylib_header];
25+ #else
26+ [ufw setExecuteHeader: &_mh_execute_header];
27+ #endif
2228 }
2329
2430 [ufw setDataBundleId: [bundle.bundleIdentifier cStringUsingEncoding: NSUTF8StringEncoding]];
Original file line number Diff line number Diff line change 11{
22 "name" : " @azesmway/react-native-unity" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "description" : " React Native Unity" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments