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

Commit 1b0077f

Browse files
committed
So-long Objective-C (almost)
1 parent 9e37dae commit 1b0077f

File tree

9 files changed

+2
-721
lines changed

9 files changed

+2
-721
lines changed

InjectionBundle/InjectionClient.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 06/11/2017.
66
// Copyright © 2017 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/ResidentEval/InjectionBundle/InjectionClient.mm#162 $
8+
// $Id: //depot/ResidentEval/InjectionBundle/InjectionClient.mm#164 $
99
//
1010
// This file has been replaced by InjectionClient.swift+ClientBoot.mm
1111
//

InjectionIII.xcodeproj/project.pbxproj

-8
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@
198198
BB56393F1FD5D535002FFCEF /* Xprobe+Service.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "Xprobe+Service.mm"; path = "XprobePlugin/Sources/Xprobe/Xprobe+Service.mm"; sourceTree = "<group>"; };
199199
BB5639401FD5D535002FFCEF /* Xtrace.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = Xtrace.mm; path = XprobePlugin/Classes/Xtrace.mm; sourceTree = "<group>"; };
200200
BB6125D224EA882000A7C230 /* Injection.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = Injection.jar; path = AppCodePlugin/Injection.jar; sourceTree = "<group>"; };
201-
BB6224411FC5B0E300AD7A3A /* HelperProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelperProxy.m; sourceTree = "<group>"; };
202-
BB6224421FC5B0E500AD7A3A /* HelperProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelperProxy.h; sourceTree = "<group>"; };
203-
BB6224431FC5B0E500AD7A3A /* HelperInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelperInstaller.h; sourceTree = "<group>"; };
204-
BB6224441FC5B0E500AD7A3A /* HelperInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelperInstaller.m; sourceTree = "<group>"; };
205201
BB62244F1FC5B18700AD7A3A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
206202
BB6224531FC5B1CB00AD7A3A /* mach_inject_bundle_stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_inject_bundle_stub.h; sourceTree = "<group>"; };
207203
BB6224541FC5B1CB00AD7A3A /* mach_inject_bundle_stub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_inject_bundle_stub.c; sourceTree = "<group>"; };
@@ -541,10 +537,6 @@
541537
BBEB704B1FD28C6F00127711 /* XcodeHash.m */,
542538
BB67DBB21FB0CDA8000EAC8A /* SimpleSocket.h */,
543539
BB67DBB31FB0CDA8000EAC8A /* SimpleSocket.mm */,
544-
BB6224431FC5B0E500AD7A3A /* HelperInstaller.h */,
545-
BB6224441FC5B0E500AD7A3A /* HelperInstaller.m */,
546-
BB6224421FC5B0E500AD7A3A /* HelperProxy.h */,
547-
BB6224411FC5B0E300AD7A3A /* HelperProxy.m */,
548540
BDB6A7CE21824C800001CF95 /* UserDefaults.h */,
549541
BBCA02031FB0F10300E45F0F /* Assets.xcassets */,
550542
BBCA025E1FB122C300E45F0F /* InjectionIdle.tif */,

InjectionIII/AppDelegate.h

-25
This file was deleted.

InjectionIII/AppDelegate.mm

-226
This file was deleted.

InjectionIII/FileWatcher.h

-21
This file was deleted.

InjectionIII/FileWatcher.m

-86
This file was deleted.

0 commit comments

Comments
 (0)