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

Commit 18c7ace

Browse files
committed
Xcode 15.2/xrOSInjection.bundle
1 parent 24b7981 commit 18c7ace

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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.1;
1480+
MARKETING_VERSION = 4.8.2;
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.1;
1504+
MARKETING_VERSION = 4.8.2;
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>7959</string>
22+
<string>7974</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

InjectionIII/build_bundles.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Created by John Holdsworth on 04/10/2019.
77
# Copyright © 2019 John Holdsworth. All rights reserved.
88
#
9-
# $Id: //depot/ResidentEval/InjectionIII/build_bundles.sh#82 $
9+
# $Id: //depot/ResidentEval/InjectionIII/build_bundles.sh#83 $
1010
#
1111

1212
# Injection has to assume a fixed path for Xcode.app as it uses
@@ -47,6 +47,7 @@ build_bundle tvOS AppleTVSimulator appletvsimulator &&
4747

4848
# iphoneos on M1 mac (requires Sandbox switched off)
4949
build_bundle maciOS iPhoneOS iphoneos &&
50+
build_bundle xrOS XRSimulator xrsimulator &&
5051

5152
# CWE-22 / CVE-2023-26111 with node-static (npm) <= 0.7.11 (not used)
5253
rm "$CODESIGNING_FOLDER_PATH/Contents/Resources/CodeMirror/package.json" &&
@@ -64,6 +65,6 @@ for thing in Modules Resources Headers; do
6465
done &&
6566

6667
# This seems to be a bug producing .swiftinterface files.
67-
perl -pi.bak -e 's/SwiftTrace.(Swift(Trace|Meta)|dyld_interpose_tuple|rebinding)/$1/g' $CODESIGNING_FOLDER_PATH/Contents/Resources/{macOSInjection.bundle/Contents,{i,maci,tv}OSInjection.bundle}/Frameworks/SwiftTrace.framework/Modules/*/*.swiftinterface &&
68-
perl -pi.bak -e 's@(import _Concurrency)@// $1@g' $CODESIGNING_FOLDER_PATH/Contents/Resources/{macOSInjection.bundle/Contents,{i,maci,tv}OSInjection.bundle}/Frameworks/SwiftTrace.framework/Modules/*/*.swiftinterface &&
68+
perl -pi.bak -e 's/SwiftTrace.(Swift(Trace|Meta)|dyld_interpose_tuple|rebinding)/$1/g' $CODESIGNING_FOLDER_PATH/Contents/Resources/{macOSInjection.bundle/Contents,{i,maci,tv,xr}OSInjection.bundle}/Frameworks/SwiftTrace.framework/Modules/*/*.swiftinterface &&
69+
perl -pi.bak -e 's@(import _Concurrency)@// $1@g' $CODESIGNING_FOLDER_PATH/Contents/Resources/{macOSInjection.bundle/Contents,{i,maci,tv,xr}OSInjection.bundle}/Frameworks/SwiftTrace.framework/Modules/*/*.swiftinterface &&
6970
find $CODESIGNING_FOLDER_PATH/Contents/Resources/*.bundle -name '*.bak' -delete

XprobePlugin

0 commit comments

Comments
 (0)