Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40a3181

Browse filesBrowse files
authored
Update main.rs
1 parent 5a2bc43 commit 40a3181
Copy full SHA for 40a3181

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎src/main.rs

Copy file name to clipboardExpand all lines: src/main.rs
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ fn main() {
2525
let entry = entry.unwrap();
2626
let file_path = entry.path();
2727

28-
if !file_path.ends_with(".dylib") {
29-
continue;
30-
}
31-
3228
println!("file_path: {:?}", file_path);
3329
let output = Command::new("otool").arg("-L").arg(&file_path).output();
3430

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.