tauri-apps / window-vibrancy

Make your windows vibrant.
Apache License 2.0
624 stars 32 forks source link

Tauri Example + Next.js doesn't work in macOS Sonoma beta 14.0 (23A5286g) #92

Closed ImBIOS closed 1 year ago

ImBIOS commented 1 year ago

image

šŸž Reproduce

https://github.com/ImBIOS/nextjs-tauri-macos-titlebar

šŸ’» Environment


  System:
    OS: macOS 14.0
    CPU: (8) arm64 Apple M2
    Memory: 48.00 MB / 8.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.15.0 - ~/Library/Caches/fnm_multishells/19531_1688886298316/bin/node
    npm: 9.5.0 - ~/Library/Caches/fnm_multishells/19531_1688886298316/bin/npm
    pnpm: 8.6.6 - ~/Library/pnpm/pnpm
  Languages:
    Bash: 3.2.57 - /bin/bash
    Rust: 1.70.0 - /Users/ImBIOS/.cargo/bin/rustc
  Browsers:
    Chrome: 114.0.5735.198
    Safari: 17.0
  npmPackages:
    @tauri-apps/api: ^1.4.0 => 1.4.0 
    @tauri-apps/cli: ^1.4.0 => 1.4.0 
    @types/node: 20.4.1 => 20.4.1 
    @types/react: 18.2.14 => 18.2.14 
    @types/react-dom: 18.2.6 => 18.2.6 
    autoprefixer: 10.4.14 => 10.4.14 
    eslint: 8.44.0 => 8.44.0 
    eslint-config-next: 13.4.9 => 13.4.9 
    next: 13.4.9 => 13.4.9 
    postcss: 8.4.25 => 8.4.25 
    react: 18.2.0 => 18.2.0 
    react-dom: 18.2.0 => 18.2.0 
    tailwindcss: 3.3.2 => 3.3.2 
    typescript: 5.1.6 => 5.1.6 
FabianLars commented 1 year ago

For macos you also need to enable https://tauri.app/v1/api/config/#tauriconfig.macosprivateapi

ImBIOS commented 1 year ago

I do nothing but it's work now

image