forked from preemptive/PPiOS-Rename
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike Richter
committed
Mar 14, 2017
1 parent
a2338c6
commit e5668a3
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env false | ||
# this script is intended to be sourced by other scripts, not run directly | ||
|
||
#Copyright 2017 PreEmptive Solutions, LLC | ||
#See LICENSE.txt for licensing information | ||
|
||
assertDeobfuscatedCrashdump() { | ||
verify grep -- '-\[BSClassP doSomethingP:]' "$1" | ||
verify grep -- '-\[BSClassO doSomethingO:]' "$1" | ||
verify grep -- '+\[BSClassN doSomethingInClassN:]' "$1" | ||
verify grep -- '-\[BSClassM doSomethingM:]' "$1" | ||
verify grep -- '-\[ViewController justGoAction:]' "$1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters