Skip to content

Commit 28068bc

Browse files
[menu-bar] Upgrade react-native to 0.76.9 (#258)
* [menu-bar] Upgrade react-native to 0.76.9 * Add changelog entry
1 parent 6bd2c72 commit 28068bc

File tree

8 files changed

+582
-605
lines changed

8 files changed

+582
-605
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
- Add CLI archive build phase to macOS project. ([#248](https://github.com/expo/orbit/pull/248) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1919
- Add arch info to Rudder module. ([#252](https://github.com/expo/orbit/pull/252) by [@gabrieldonadel](https://github.com/gabrieldonadel))
20+
- Upgrade `react-native` and `react-native-macos` to 0.76.9. ([#258](https://github.com/expo/orbit/pull/258) by [@gabrieldonadel](https://github.com/gabrieldonadel))
2021

2122
## 2.0.2 — 2025-02-27
2223

apps/menu-bar/macos/ExpoMenuBar.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,10 @@
564564
"@executable_path/Frameworks",
565565
);
566566
MACOSX_DEPLOYMENT_TARGET = 11.0;
567-
OTHER_CFLAGS = "$(inherited) ";
567+
OTHER_CFLAGS = (
568+
"$(inherited)",
569+
" ",
570+
);
568571
OTHER_LDFLAGS = (
569572
"$(inherited)",
570573
"-ObjC",
@@ -602,7 +605,10 @@
602605
"@executable_path/Frameworks",
603606
);
604607
MACOSX_DEPLOYMENT_TARGET = 11.0;
605-
OTHER_CFLAGS = "$(inherited) ";
608+
OTHER_CFLAGS = (
609+
"$(inherited)",
610+
" ",
611+
);
606612
OTHER_LDFLAGS = (
607613
"$(inherited)",
608614
"-ObjC",

0 commit comments

Comments
 (0)