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

Commit 92b1025

Browse files
committed
Update README for injecting macOS.
1 parent 0ec7d77 commit 92b1025

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

InjectionIII.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@
14771477
INFOPLIST_FILE = InjectionIII/Info.plist;
14781478
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
14791479
MACOSX_DEPLOYMENT_TARGET = 10.12;
1480-
MARKETING_VERSION = 4.8.2;
1480+
MARKETING_VERSION = 4.8.3;
14811481
PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII;
14821482
PRODUCT_NAME = "$(TARGET_NAME)";
14831483
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1501,7 +1501,7 @@
15011501
INFOPLIST_FILE = InjectionIII/Info.plist;
15021502
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
15031503
MACOSX_DEPLOYMENT_TARGET = 10.12;
1504-
MARKETING_VERSION = 4.8.2;
1504+
MARKETING_VERSION = 4.8.3;
15051505
PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII;
15061506
PRODUCT_NAME = "$(TARGET_NAME)";
15071507
PROVISIONING_PROFILE_SPECIFIER = "";

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

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ directory for the file watcher manually from the pop-down menu.
165165

166166
It works but you need to temporarily turn off the "app sandbox" and
167167
"library validation" under the "hardened runtime" during development
168-
so it can dynamically load code.
168+
so it can dynamically load code. In order to avoid codesigning problems,
169+
use the new `copy_bundle.sh` script as detailed in the instructions for
170+
injection on an iOS device above.
169171

170172
### How it works
171173

@@ -290,4 +292,4 @@ for the code to be evaluated using injection under an MIT license.
290292

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

293-
$Date: 2024/01/18 $
295+
$Date: 2024/01/28 $

0 commit comments

Comments
 (0)