Mike Chong
Mike Chong
Previously, before using `XcodeGen`, I have two targets has this kind of relationship: during migration, I defined it as ```yaml AppKitCatalyst: type: framework platform: iOS sources: - AppKitCatalyst configFiles: Debug:...
Do we have any plan for Mac Catalyst? Or would new PRs about Mac Catalyst support be reviewed?
#### Description I would love my site to have the native dark mode implementation via media query: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme Any way to enable this mode for React Notion X?
As of now, we only have x86 build for M1 Macs: ```js // ARM macs can run x64 binaries via Rosetta. Rely on that for now. if (platformName === 'macos'...
### What OS are you using (`uname -a`, or Windows version)? `macOS Big Sur` ### What programming language are you using (C/C++/Go/Rust)? Go and/or Rust ### What did you expect...
According the gn args listed at , I added required configurations in `build.rs`. In addition to these targets, I plan to add support for Mac Catalyst in follow-up PRs: ```shell...
### Environment Information - **Platform**: - [*] iOS - **Package version(s)**: (fill this out, include which package manager you're using): `MicrosoftFluentUI (0.4.8)` - **Xcode and OS versions**: (fill this out...
### Environment Information - **Platform**: - [x] iOS: any - [x] macOS: any - **Package version(s)**: (fill this out, include which package manager you're using): latest - **Xcode and OS...