Skip to content

Commit

Permalink
add cert.p12 and change lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
polymo1 committed Apr 28, 2024
1 parent b31bd4a commit 6e96103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added apple-codesign-wrapper/src/cert.p12
Binary file not shown.
8 changes: 4 additions & 4 deletions apple-codesign-wrapper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ mod tests {
crate::tests::logger();

super::sign_app(
"TODO.app",
"TODO",
std::fs::read("TODO.p12").unwrap().as_slice(),
"",
"src/test.app",
"com.wesbryie.test.95J8WZ4TN8",
std::fs::read("src/cert.p12").unwrap().as_slice(),
"...",
)
.unwrap();
}
Expand Down

0 comments on commit 6e96103

Please sign in to comment.