mac stuff

This commit is contained in:
Violet Caulfield
2024-11-29 10:25:25 -06:00
parent 5035c8ed13
commit 3cbd21aa06
2 changed files with 9 additions and 2 deletions
+8 -2
View File
@@ -664,7 +664,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -737,7 +740,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
+1
View File
@@ -78,6 +78,7 @@
<string>Aileron-Light.otf</string>
<string>Aileron-Thin.otf</string>
<string>Aileron-UltraLight.otf</string>
<string>Aileron-Regular.otf</string>
</array>
</dict>
</plist>