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

Commit 1fdae7d

Browse files
committed
xrOS and Swift Macros.
1 parent 832ab4b commit 1fdae7d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

InjectionIII.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@
14731473
INFOPLIST_FILE = InjectionIII/Info.plist;
14741474
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
14751475
MACOSX_DEPLOYMENT_TARGET = 10.12;
1476-
MARKETING_VERSION = 4.7.4;
1476+
MARKETING_VERSION = 4.7.5;
14771477
PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII;
14781478
PRODUCT_NAME = "$(TARGET_NAME)";
14791479
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1497,7 +1497,7 @@
14971497
INFOPLIST_FILE = InjectionIII/Info.plist;
14981498
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
14991499
MACOSX_DEPLOYMENT_TARGET = 10.12;
1500-
MARKETING_VERSION = 4.7.4;
1500+
MARKETING_VERSION = 4.7.5;
15011501
PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII;
15021502
PRODUCT_NAME = "$(TARGET_NAME)";
15031503
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>7857</string>
22+
<string>7862</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ releases](https://github.com/johnno1962/InjectionIII/releases) of the app
1919
or from the [Mac App Store](https://itunes.apple.com/app/injectioniii/id1380446739?mt=12)
2020
and adding the code below somewhere in your app to be executed on
2121
startup (it is no longer necessary to actually run the app itself). It's also
22-
important to add "-Xlinker -interposable" (without the double quotes)
23-
to the "Other Linker Flags" of all targets in your project (for the `Debug`
22+
important to add "-Xlinker -interposable" (without the double quotes and on separate
23+
lines) to the "Other Linker Flags" of all targets in your project (for the `Debug`
2424
configuration only) to enable "interposing" (see the explanation below).
2525

2626
```Swift
@@ -222,4 +222,4 @@ for the code to be evaluated using injection under an MIT license.
222222

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

225-
$Date: 2023/09/26 $
225+
$Date: 2023/10/08 $

0 commit comments

Comments
 (0)