Skip to content

Commit

Permalink
Allow opt-in to legacy unhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed Mar 8, 2022
1 parent c1b4851 commit 3fe5b5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InjectionIII/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6935</string>
<string>6937</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ be a regular expression).
**INJECTION_OF_GENERICS** It is possible to inject the methods
of generic classes but this requires a "sweep" of live objects to
find the specializations in use so the feature has been made opt-in.
**INJECTION_UNHIDE** Allows users to opt-into the lecacy processing
of defualt arguments symbols using the "unhide" which may be required
for larger projects.

As the application is now released with debug information, if you experience a
crash inside the Injection.bundle use the following command to clone the InjectionIII
Expand Down Expand Up @@ -449,4 +452,4 @@ store edge paths so they can be coloured (line 66 and 303) in "canviz-0.1/canviz
It also includes [CodeMirror](http://codemirror.net/) JavaScript editor
for the code to be evaluated using injection under an MIT license.

$Date: 2022/03/04 $
$Date: 2022/03/08 $

0 comments on commit 3fe5b5b

Please sign in to comment.