Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 5e62bbd

Browse files
committed
Add enhanced symblicatecrash.pl
Added to modified script to the repository and fixed some more warning messages. Don't forget to make it executable (chmod +x)
1 parent 6260fa0 commit 5e62bbd

File tree

2 files changed

+1033
-1
lines changed

2 files changed

+1033
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The server requires at least PHP 5.2 and a MySQL server installation!
122122
- `$downloadtodosurl = '/admin/actionapi.php?action=getsymbolicationtodo';` // the path to the script delivering the todo list
123123
- `$getcrashdataurl = '/admin/actionapi.php?action=getlogcrashid&id=';` // the path to the script delivering the crashlog
124124
- `$updatecrashdataurl = '/admin/crash_update.php';` // the path to the script updating the crashlog
125-
- Copy the patched symbolicatecrash executable from https://gist.github.com/316924 into the same local directory where you copied the files in the first step into
125+
- Make the modified symbolicatecrash.pl file from the `/server/local/` directory executable: `chmod + x symbolicatecrash.pl`
126126
- Copy the `.app` package and `.app.dSYM` package of each version into any directory of your Mac
127127
Best is to add the version number to the directory of each version, so multiple versions of the same app can be symbolicated.
128128
Example:

0 commit comments

Comments
 (0)