1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

cargo fmt

This commit is contained in:
John Harrington
2025-11-21 08:19:50 -07:00
parent f55e6992da
commit 61ace267f0
2 changed files with 6 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
#[cfg(target_os = "macos")]
fn main() {
use glob::glob;
use std::process::Command;
use glob::glob;
let out_dir = std::env::var("OUT_DIR").unwrap();
// Compile Swift files FIRST (generates Bitwarden-Swift.h for browser_access.m)