mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
cargo fmt
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
use anyhow::{anyhow, Result};
|
|
||||||
use async_trait::async_trait;
|
|
||||||
use security_framework::passwords::get_generic_password;
|
|
||||||
|
|
||||||
#[cfg(feature = "sandbox")]
|
#[cfg(feature = "sandbox")]
|
||||||
use std::ffi::CString;
|
use std::ffi::CString;
|
||||||
#[cfg(feature = "sandbox")]
|
#[cfg(feature = "sandbox")]
|
||||||
use std::os::raw::c_char;
|
use std::os::raw::c_char;
|
||||||
|
|
||||||
|
use anyhow::{anyhow, Result};
|
||||||
|
use async_trait::async_trait;
|
||||||
|
use security_framework::passwords::get_generic_password;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
chromium::{BrowserConfig, CryptoService, LocalState},
|
chromium::{BrowserConfig, CryptoService, LocalState},
|
||||||
util,
|
util,
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
fn main() {
|
fn main() {
|
||||||
use glob::glob;
|
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|
||||||
|
use glob::glob;
|
||||||
|
|
||||||
let out_dir = std::env::var("OUT_DIR").unwrap();
|
let out_dir = std::env::var("OUT_DIR").unwrap();
|
||||||
|
|
||||||
// Compile Swift files FIRST (generates Bitwarden-Swift.h for browser_access.m)
|
// Compile Swift files FIRST (generates Bitwarden-Swift.h for browser_access.m)
|
||||||
|
|||||||
Reference in New Issue
Block a user