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

Commit 832ab4b

Browse files
committedSep 26, 2023
XCTest feedback.
1 parent f0d5cec commit 832ab4b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎InjectionIII/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>7855</string>
22+
<string>7857</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ With an **INJECTION_TRACE** environment variable, injecting
191191
any file will add logging of all calls to functions and methods in
192192
the file along with their argument values as an aid to debugging.
193193

194+
A little known feature of InjectionIII is that provided you have
195+
run the tests for your app at some point you can inject an
196+
individual XCTest class and have if run immediately –
197+
reporting if it has failed each time you modify it.
198+
194199
### Acknowledgements:
195200

196201
This project includes code from [rentzsch/mach_inject](https://github.com/rentzsch/mach_inject),
@@ -217,4 +222,4 @@ for the code to be evaluated using injection under an MIT license.
217222

218223
The fabulous app icon is thanks to Katya of [pixel-mixer.com](http://pixel-mixer.com/).
219224

220-
$Date: 2023/06/19 $
225+
$Date: 2023/09/26 $

0 commit comments

Comments
 (0)
This repository has been archived.