From 247893051e96ea80e6329f44ba8b7a761a47dd8a Mon Sep 17 00:00:00 2001 From: John Holdsworth Date: Wed, 26 Oct 2022 12:49:15 +0200 Subject: [PATCH] Objective-C (remote version) --- HotReloading | 2 +- InjectionIII.xcodeproj/project.pbxproj | 4 ++++ InjectionIII/Info.plist | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HotReloading b/HotReloading index 4fd1bda4..8ed98510 160000 --- a/HotReloading +++ b/HotReloading @@ -1 +1 @@ -Subproject commit 4fd1bda4e0ed6d39e1019a9bd1261f4d66161e20 +Subproject commit 8ed9851055f8cc8ec8a12e1a16b6adf4bc016f0d diff --git a/InjectionIII.xcodeproj/project.pbxproj b/InjectionIII.xcodeproj/project.pbxproj index eea3fdf1..25d22706 100644 --- a/InjectionIII.xcodeproj/project.pbxproj +++ b/InjectionIII.xcodeproj/project.pbxproj @@ -57,6 +57,7 @@ BB877CE42186EB6E0070EEC7 /* DDHotKeyCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = BB6306F51FCD16600021D30C /* DDHotKeyCenter.m */; }; BB877CE52186EB6E0070EEC7 /* DDHotKeyUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BB6306F61FCD16600021D30C /* DDHotKeyUtilities.m */; }; BB9642A627E339BE00C61CB7 /* ObjcInjection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB9642A527E339BC00C61CB7 /* ObjcInjection.swift */; }; + BBAD6A2C290915DE00DEB1A5 /* InjectionStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */; }; BBB040641FB17A6C007DDD0A /* ScriptingBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBB040631FB1798A007DDD0A /* ScriptingBridge.framework */; }; BBB2C6FE26FC9C2900E91E67 /* TupleRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB2C6FD26FC9C2900E91E67 /* TupleRegex.swift */; }; BBB2C6FF26FC9C2900E91E67 /* TupleRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB2C6FD26FC9C2900E91E67 /* TupleRegex.swift */; }; @@ -252,6 +253,7 @@ BB9642A527E339BC00C61CB7 /* ObjcInjection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ObjcInjection.swift; path = HotReloading/Sources/HotReloading/ObjcInjection.swift; sourceTree = SOURCE_ROOT; }; BB9642A727E33C8F00C61CB7 /* DeviceInjection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DeviceInjection.swift; path = HotReloading/Sources/HotReloading/DeviceInjection.swift; sourceTree = SOURCE_ROOT; }; BBA7BE0223473D660067124D /* build_bundles.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_bundles.sh; sourceTree = ""; }; + BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InjectionStats.swift; path = HotReloading/Sources/HotReloading/InjectionStats.swift; sourceTree = SOURCE_ROOT; }; BBB040631FB1798A007DDD0A /* ScriptingBridge.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScriptingBridge.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ScriptingBridge.framework; sourceTree = DEVELOPER_DIR; }; BBB148D91FAD53BE00CB6B33 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; BBB148DB1FAD53BE00CB6B33 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -614,6 +616,7 @@ BB9642A727E33C8F00C61CB7 /* DeviceInjection.swift */, BBF3D62A2851E6DC0070356F /* ReducerInjection.swift */, BBCB5BE927E7D849005E8AF6 /* StandaloneInjection.swift */, + BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */, BBC03BC626282358005C1A06 /* SwiftSweeper.swift */, BB18D2E7274E1746004BB4A5 /* DynamicCast.swift */, BBD0AB3D262F24E4003ED7B1 /* DLKit.swift */, @@ -1071,6 +1074,7 @@ BBC03BC726282358005C1A06 /* SwiftSweeper.swift in Sources */, BBCB31C9281677C900081CB6 /* SwiftInterpose.swift in Sources */, BBC03BBE2625F269005C1A06 /* Unhide.mm in Sources */, + BBAD6A2C290915DE00DEB1A5 /* InjectionStats.swift in Sources */, BB18D2E8274E1748004BB4A5 /* DynamicCast.swift in Sources */, BBF3D62B2851E6DF0070356F /* ReducerInjection.swift in Sources */, BB16653E25EC5FE0001407AE /* InjectionClient.swift in Sources */, diff --git a/InjectionIII/Info.plist b/InjectionIII/Info.plist index d5903aae..b872849d 100644 --- a/InjectionIII/Info.plist +++ b/InjectionIII/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 7387 + 7408 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion