You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make several changes regarding version #15071
- Check version where not generated #15071
- Remove 'beta' from supported platforms #15071
- Refine supported list #15071
Related work items: #15071
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Change Log
2
2
==========
3
3
4
+
1.0.1
5
+
-----------------------
6
+
### Enhancements:
7
+
8
+
* Now supports macOS Sierra and Xcode 8.
9
+
* Updated documentation.
10
+
11
+
4
12
1.0
5
13
-----------------------
6
14
### Functional Changes:
@@ -35,4 +43,4 @@ Change Log
35
43
36
44
### Additional Details
37
45
38
-
Original commit [509591f](https://github.com/Polidea/ios-class-guard/commit/509591f78f37905913ba0cbd832e5e4f7b925a8a) was corrupted. This was fixed by modifying it and rewriting the commit history after it. The new repaired commit is 496ae586. The fork point in the new history is 94121d10.
46
+
Original commit [509591f](https://github.com/Polidea/ios-class-guard/commit/509591f78f37905913ba0cbd832e5e4f7b925a8a) was corrupted. This was fixed by modifying it and rewriting the commit history after it. The new repaired commit is 496ae586. The fork point in the new history is 94121d10.
17. Edit the scheme (or add one) for this new target, renaming the scheme to "Apply Renaming to <original-scheme-name>".
@@ -347,12 +347,12 @@ Note that `nm` will not work properly after stripping symbols from your binary.
347
347
#### Reversing obfuscation in crash dumps
348
348
*PPiOS-Rename* lets you reverse the process of obfuscation for crash dump files. This is important so you can find the original classes and methods involved in a crash. It does this by using the information from a map file (e.g. `symbols.map`) to modify the crash dump text, replacing the obfuscated symbols with the original names. For example:
*PPiOS-Rename* lets you reverse the process of obfuscation for automatic crash reporting tools such as HockeyApp, Crashlytics, Fabric, BugSense/Splunk Mint, or Crittercism. It does this by using the information from a map file (e.g. `symbols.map`) to generate a "reverse dSYM" file that has the non-obfuscated symbol names in it. For example:
0 commit comments