Skip to content

Commit dcf6a68

Browse files
committed
Removed InterposeTestHost
Not sure what this is for… 🤔
1 parent 7c4f58f commit dcf6a68

File tree

9 files changed

+0
-463
lines changed

9 files changed

+0
-463
lines changed

InterposeKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 199 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
780FC9FA249822C900DA5A14 /* HookFinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 780FC9F9249822C900DA5A14 /* HookFinder.swift */; };
1111
7810959E248D43DC008A943C /* ClassHook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7810959D248D43DC008A943C /* ClassHook.swift */; };
1212
781095A0248D50C1008A943C /* Watcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7810959F248D50C1008A943C /* Watcher.swift */; };
13-
781095A8248D6DFB008A943C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 781095A7248D6DFB008A943C /* AppDelegate.swift */; };
14-
781095AC248D6DFB008A943C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 781095AB248D6DFB008A943C /* ViewController.swift */; };
15-
781095AF248D6DFB008A943C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 781095AD248D6DFB008A943C /* Main.storyboard */; };
16-
781095B1248D6DFD008A943C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 781095B0248D6DFD008A943C /* Assets.xcassets */; };
17-
781095B4248D6DFD008A943C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 781095B2248D6DFD008A943C /* LaunchScreen.storyboard */; };
18-
781095F5248E7C91008A943C /* InterposeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78863EC62464B2F900BA3762 /* InterposeKit.framework */; };
19-
781095F6248E7C91008A943C /* InterposeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 78863EC62464B2F900BA3762 /* InterposeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2013
78A2F265249635B100F5AC5F /* KVOTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A2F264249635B100F5AC5F /* KVOTests.swift */; };
2114
78A2F26724964AF200F5AC5F /* InterposeKitTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A2F26624964AF200F5AC5F /* InterposeKitTestCase.swift */; };
2215
78A2F26E2496B54B00F5AC5F /* InterposeError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A2F26D2496B54B00F5AC5F /* InterposeError.swift */; };
@@ -36,13 +29,6 @@
3629
/* End PBXBuildFile section */
3730

3831
/* Begin PBXContainerItemProxy section */
39-
781095F1248E7C72008A943C /* PBXContainerItemProxy */ = {
40-
isa = PBXContainerItemProxy;
41-
containerPortal = 78863EBD2464B2F900BA3762 /* Project object */;
42-
proxyType = 1;
43-
remoteGlobalIDString = 78863EC52464B2F900BA3762;
44-
remoteInfo = InterposeKit;
45-
};
4632
78C39D7D2482CC7D00B46395 /* PBXContainerItemProxy */ = {
4733
isa = PBXContainerItemProxy;
4834
containerPortal = 78863EBD2464B2F900BA3762 /* Project object */;
@@ -52,32 +38,10 @@
5238
};
5339
/* End PBXContainerItemProxy section */
5440

55-
/* Begin PBXCopyFilesBuildPhase section */
56-
781095F7248E7C91008A943C /* Embed Frameworks */ = {
57-
isa = PBXCopyFilesBuildPhase;
58-
buildActionMask = 2147483647;
59-
dstPath = "";
60-
dstSubfolderSpec = 10;
61-
files = (
62-
781095F6248E7C91008A943C /* InterposeKit.framework in Embed Frameworks */,
63-
);
64-
name = "Embed Frameworks";
65-
runOnlyForDeploymentPostprocessing = 0;
66-
};
67-
/* End PBXCopyFilesBuildPhase section */
68-
6941
/* Begin PBXFileReference section */
7042
780FC9F9249822C900DA5A14 /* HookFinder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HookFinder.swift; path = Sources/InterposeKit/HookFinder.swift; sourceTree = SOURCE_ROOT; };
7143
7810959D248D43DC008A943C /* ClassHook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ClassHook.swift; path = Sources/InterposeKit/ClassHook.swift; sourceTree = SOURCE_ROOT; };
7244
7810959F248D50C1008A943C /* Watcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Watcher.swift; path = Sources/InterposeKit/Watcher.swift; sourceTree = SOURCE_ROOT; };
73-
781095A5248D6DFB008A943C /* InterposeTestHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InterposeTestHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
74-
781095A7248D6DFB008A943C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
75-
781095AB248D6DFB008A943C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
76-
781095AE248D6DFB008A943C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
77-
781095B0248D6DFD008A943C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
78-
781095B3248D6DFD008A943C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
79-
781095B5248D6DFD008A943C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
80-
781095B9248D6E0A008A943C /* InterposeTestHost.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = InterposeTestHost.entitlements; sourceTree = "<group>"; };
8145
78863EC62464B2F900BA3762 /* InterposeKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InterposeKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8246
78863ECA2464B2F900BA3762 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = InterposeKit.xcodeproj/Info.plist; sourceTree = "<group>"; };
8347
78A2F264249635B100F5AC5F /* KVOTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = KVOTests.swift; path = Tests/InterposeKitTests/KVOTests.swift; sourceTree = SOURCE_ROOT; };
@@ -104,14 +68,6 @@
10468
/* End PBXFileReference section */
10569

10670
/* Begin PBXFrameworksBuildPhase section */
107-
781095A2248D6DFB008A943C /* Frameworks */ = {
108-
isa = PBXFrameworksBuildPhase;
109-
buildActionMask = 2147483647;
110-
files = (
111-
781095F5248E7C91008A943C /* InterposeKit.framework in Frameworks */,
112-
);
113-
runOnlyForDeploymentPostprocessing = 0;
114-
};
11571
78863EC32464B2F900BA3762 /* Frameworks */ = {
11672
isa = PBXFrameworksBuildPhase;
11773
buildActionMask = 2147483647;
@@ -130,20 +86,6 @@
13086
/* End PBXFrameworksBuildPhase section */
13187

13288
/* Begin PBXGroup section */
133-
781095A6248D6DFB008A943C /* InterposeTestHost */ = {
134-
isa = PBXGroup;
135-
children = (
136-
781095B9248D6E0A008A943C /* InterposeTestHost.entitlements */,
137-
781095A7248D6DFB008A943C /* AppDelegate.swift */,
138-
781095AB248D6DFB008A943C /* ViewController.swift */,
139-
781095AD248D6DFB008A943C /* Main.storyboard */,
140-
781095B0248D6DFD008A943C /* Assets.xcassets */,
141-
781095B2248D6DFD008A943C /* LaunchScreen.storyboard */,
142-
781095B5248D6DFD008A943C /* Info.plist */,
143-
);
144-
path = InterposeTestHost;
145-
sourceTree = "<group>";
146-
};
14789
781095F3248E7C76008A943C /* Frameworks */ = {
14890
isa = PBXGroup;
14991
children = (
@@ -158,7 +100,6 @@
158100
78863EC82464B2F900BA3762 /* InterposeKit */,
159101
78C39D782482CC7D00B46395 /* InterposeTests */,
160102
78C39DBD248317B400B46395 /* Configuration */,
161-
781095A6248D6DFB008A943C /* InterposeTestHost */,
162103
78863EC72464B2F900BA3762 /* Products */,
163104
781095F3248E7C76008A943C /* Frameworks */,
164105
);
@@ -169,7 +110,6 @@
169110
children = (
170111
78863EC62464B2F900BA3762 /* InterposeKit.framework */,
171112
78C39D772482CC7D00B46395 /* InterposeKitTests.xctest */,
172-
781095A5248D6DFB008A943C /* InterposeTestHost.app */,
173113
);
174114
name = Products;
175115
sourceTree = "<group>";
@@ -258,25 +198,6 @@
258198
/* End PBXHeadersBuildPhase section */
259199

260200
/* Begin PBXNativeTarget section */
261-
781095A4248D6DFB008A943C /* InterposeTestHost */ = {
262-
isa = PBXNativeTarget;
263-
buildConfigurationList = 781095B6248D6DFD008A943C /* Build configuration list for PBXNativeTarget "InterposeTestHost" */;
264-
buildPhases = (
265-
781095A1248D6DFB008A943C /* Sources */,
266-
781095A2248D6DFB008A943C /* Frameworks */,
267-
781095A3248D6DFB008A943C /* Resources */,
268-
781095F7248E7C91008A943C /* Embed Frameworks */,
269-
);
270-
buildRules = (
271-
);
272-
dependencies = (
273-
781095F2248E7C72008A943C /* PBXTargetDependency */,
274-
);
275-
name = InterposeTestHost;
276-
productName = InterposeTestHost;
277-
productReference = 781095A5248D6DFB008A943C /* InterposeTestHost.app */;
278-
productType = "com.apple.product-type.application";
279-
};
280201
78863EC52464B2F900BA3762 /* InterposeKit */ = {
281202
isa = PBXNativeTarget;
282203
buildConfigurationList = 78863ECE2464B2F900BA3762 /* Build configuration list for PBXNativeTarget "InterposeKit" */;
@@ -323,9 +244,6 @@
323244
LastUpgradeCheck = 1150;
324245
ORGANIZATIONNAME = "PSPDFKit GmbH";
325246
TargetAttributes = {
326-
781095A4248D6DFB008A943C = {
327-
CreatedOnToolsVersion = 11.5;
328-
};
329247
78863EC52464B2F900BA3762 = {
330248
CreatedOnToolsVersion = 11.5;
331249
LastSwiftMigration = 1150;
@@ -351,22 +269,11 @@
351269
targets = (
352270
78863EC52464B2F900BA3762 /* InterposeKit */,
353271
78C39D762482CC7D00B46395 /* InterposeKitTests */,
354-
781095A4248D6DFB008A943C /* InterposeTestHost */,
355272
);
356273
};
357274
/* End PBXProject section */
358275

359276
/* Begin PBXResourcesBuildPhase section */
360-
781095A3248D6DFB008A943C /* Resources */ = {
361-
isa = PBXResourcesBuildPhase;
362-
buildActionMask = 2147483647;
363-
files = (
364-
781095B4248D6DFD008A943C /* LaunchScreen.storyboard in Resources */,
365-
781095B1248D6DFD008A943C /* Assets.xcassets in Resources */,
366-
781095AF248D6DFB008A943C /* Main.storyboard in Resources */,
367-
);
368-
runOnlyForDeploymentPostprocessing = 0;
369-
};
370277
78863EC42464B2F900BA3762 /* Resources */ = {
371278
isa = PBXResourcesBuildPhase;
372279
buildActionMask = 2147483647;
@@ -384,15 +291,6 @@
384291
/* End PBXResourcesBuildPhase section */
385292

386293
/* Begin PBXSourcesBuildPhase section */
387-
781095A1248D6DFB008A943C /* Sources */ = {
388-
isa = PBXSourcesBuildPhase;
389-
buildActionMask = 2147483647;
390-
files = (
391-
781095AC248D6DFB008A943C /* ViewController.swift in Sources */,
392-
781095A8248D6DFB008A943C /* AppDelegate.swift in Sources */,
393-
);
394-
runOnlyForDeploymentPostprocessing = 0;
395-
};
396294
78863EC22464B2F900BA3762 /* Sources */ = {
397295
isa = PBXSourcesBuildPhase;
398296
buildActionMask = 2147483647;
@@ -426,100 +324,14 @@
426324
/* End PBXSourcesBuildPhase section */
427325

428326
/* Begin PBXTargetDependency section */
429-
781095F2248E7C72008A943C /* PBXTargetDependency */ = {
430-
isa = PBXTargetDependency;
431-
target = 78863EC52464B2F900BA3762 /* InterposeKit */;
432-
targetProxy = 781095F1248E7C72008A943C /* PBXContainerItemProxy */;
433-
};
434327
78C39D7E2482CC7D00B46395 /* PBXTargetDependency */ = {
435328
isa = PBXTargetDependency;
436329
target = 78863EC52464B2F900BA3762 /* InterposeKit */;
437330
targetProxy = 78C39D7D2482CC7D00B46395 /* PBXContainerItemProxy */;
438331
};
439332
/* End PBXTargetDependency section */
440333

441-
/* Begin PBXVariantGroup section */
442-
781095AD248D6DFB008A943C /* Main.storyboard */ = {
443-
isa = PBXVariantGroup;
444-
children = (
445-
781095AE248D6DFB008A943C /* Base */,
446-
);
447-
name = Main.storyboard;
448-
sourceTree = "<group>";
449-
};
450-
781095B2248D6DFD008A943C /* LaunchScreen.storyboard */ = {
451-
isa = PBXVariantGroup;
452-
children = (
453-
781095B3248D6DFD008A943C /* Base */,
454-
);
455-
name = LaunchScreen.storyboard;
456-
sourceTree = "<group>";
457-
};
458-
/* End PBXVariantGroup section */
459-
460334
/* Begin XCBuildConfiguration section */
461-
781095B7248D6DFD008A943C /* Debug */ = {
462-
isa = XCBuildConfiguration;
463-
buildSettings = {
464-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
465-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
466-
CLANG_CXX_LIBRARY = "libc++";
467-
CODE_SIGN_ENTITLEMENTS = InterposeTestHost/InterposeTestHost.entitlements;
468-
CODE_SIGN_IDENTITY = "iPhone Developer";
469-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
470-
CODE_SIGN_STYLE = Automatic;
471-
DEBUG_INFORMATION_FORMAT = dwarf;
472-
DEVELOPMENT_TEAM = Y5PE65HELJ;
473-
GCC_C_LANGUAGE_STANDARD = gnu11;
474-
INFOPLIST_FILE = InterposeTestHost/Info.plist;
475-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
476-
LD_RUNPATH_SEARCH_PATHS = (
477-
"$(inherited)",
478-
"@executable_path/Frameworks",
479-
);
480-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
481-
MTL_FAST_MATH = YES;
482-
PRODUCT_BUNDLE_IDENTIFIER = com.steipete.InterposeTestHost;
483-
PRODUCT_NAME = "$(TARGET_NAME)";
484-
PROVISIONING_PROFILE_SPECIFIER = "";
485-
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
486-
SUPPORTS_MACCATALYST = YES;
487-
SWIFT_VERSION = 5.0;
488-
TARGETED_DEVICE_FAMILY = "1,2";
489-
};
490-
name = Debug;
491-
};
492-
781095B8248D6DFD008A943C /* Release */ = {
493-
isa = XCBuildConfiguration;
494-
buildSettings = {
495-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
496-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
497-
CLANG_CXX_LIBRARY = "libc++";
498-
CODE_SIGN_ENTITLEMENTS = InterposeTestHost/InterposeTestHost.entitlements;
499-
CODE_SIGN_IDENTITY = "iPhone Developer";
500-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
501-
CODE_SIGN_STYLE = Automatic;
502-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
503-
DEVELOPMENT_TEAM = Y5PE65HELJ;
504-
GCC_C_LANGUAGE_STANDARD = gnu11;
505-
INFOPLIST_FILE = InterposeTestHost/Info.plist;
506-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
507-
LD_RUNPATH_SEARCH_PATHS = (
508-
"$(inherited)",
509-
"@executable_path/Frameworks",
510-
);
511-
MTL_ENABLE_DEBUG_INFO = NO;
512-
MTL_FAST_MATH = YES;
513-
PRODUCT_BUNDLE_IDENTIFIER = com.steipete.InterposeTestHost;
514-
PRODUCT_NAME = "$(TARGET_NAME)";
515-
PROVISIONING_PROFILE_SPECIFIER = "";
516-
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
517-
SUPPORTS_MACCATALYST = YES;
518-
SWIFT_VERSION = 5.0;
519-
TARGETED_DEVICE_FAMILY = "1,2";
520-
};
521-
name = Release;
522-
};
523335
78863ECC2464B2F900BA3762 /* Debug */ = {
524336
isa = XCBuildConfiguration;
525337
baseConfigurationReference = 78C39DC1248317B400B46395 /* Defaults-Debug.xcconfig */;
@@ -681,7 +493,6 @@
681493
78C39D802482CC7D00B46395 /* Debug */ = {
682494
isa = XCBuildConfiguration;
683495
buildSettings = {
684-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
685496
CLANG_ENABLE_MODULES = YES;
686497
CODE_SIGN_IDENTITY = "Apple Development";
687498
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
@@ -704,7 +515,6 @@
704515
78C39D812482CC7D00B46395 /* Release */ = {
705516
isa = XCBuildConfiguration;
706517
buildSettings = {
707-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
708518
CLANG_ENABLE_MODULES = YES;
709519
CODE_SIGN_IDENTITY = "Apple Development";
710520
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
@@ -726,15 +536,6 @@
726536
/* End XCBuildConfiguration section */
727537

728538
/* Begin XCConfigurationList section */
729-
781095B6248D6DFD008A943C /* Build configuration list for PBXNativeTarget "InterposeTestHost" */ = {
730-
isa = XCConfigurationList;
731-
buildConfigurations = (
732-
781095B7248D6DFD008A943C /* Debug */,
733-
781095B8248D6DFD008A943C /* Release */,
734-
);
735-
defaultConfigurationIsVisible = 0;
736-
defaultConfigurationName = Release;
737-
};
738539
78863EC02464B2F900BA3762 /* Build configuration list for PBXProject "InterposeKit" */ = {
739540
isa = XCConfigurationList;
740541
buildConfigurations = (

InterposeTestHost/AppDelegate.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)