Skip to content

Commit c480815

Browse files
committed
Frontend feed startup.
1 parent a53e8d4 commit c480815

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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>8225</string>
22+
<string>8233</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ which is then loaded into your app. It determines how to recompile the file
1818
by searching the most recent Xcode build logs for the `swift-frontend`
1919
compiler invocation. Unfortunately, after this having worked for 10
2020
years Xcode 16.3 no longer logs this information by default though it
21-
will if you add a build setting EMIT_FRONTEND_COMMAND_LINES
22-
to your project then InjectionIII can continue to work as before.
21+
will if you use "Editor/Add Build Setting/Add User-Defined Setting"
22+
to add a value for `EMIT_FRONTEND_COMMAND_LINES` to your project's
23+
`Debug` build settings, then InjectionIII can continue to work as before.
2324

2425
### How to use it
2526

@@ -331,4 +332,4 @@ for the code to be evaluated using injection under an MIT license.
331332

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

334-
$Date: 2025/03/29 $
335+
$Date: 2025/04/07 $

0 commit comments

Comments
 (0)