This repository was archived by the owner on Jul 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Update of Private Headers from Xcode 15.4 #443
Open
IlyaBausovAkvelon
wants to merge
15
commits into
develop
Choose a base branch
from
feature/xcode-15-4-private-headers-update
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0daff45
Initial private headers dump Xcode 15.4
IlyaBausovAkvelon 76319be
Remove not needed message
IlyaBausovAkvelon 6f344a7
Fix for build errors
IlyaBausovAkvelon 9470634
Remove not used DTXConnection-XCTestAdditions
IlyaBausovAkvelon bfbe95e
Remove MXMInstrumental-Protocol and XCTMetricInstrumentalAdapter
IlyaBausovAkvelon 39e851a
Remove NSArray-XCTestAdditions
IlyaBausovAkvelon 2db522c
Revert "Remove NSArray-XCTestAdditions"
IlyaBausovAkvelon 452fda7
Revert "Remove MXMInstrumental-Protocol and XCTMetricInstrumentalAdap…
IlyaBausovAkvelon 833ba0f
Revert "Remove not used DTXConnection-XCTestAdditions"
IlyaBausovAkvelon 80bc951
Fix for unit tests build
IlyaBausovAkvelon 7799d05
Fix for build issues in DeviceAgent target
IlyaBausovAkvelon 7936208
Fix for DeviceAgent installation issue on iOS 17
IlyaBausovAkvelon ca341e1
Fix for casting XCUIApplication into XCUIElement in TextInputFirstRes…
IlyaBausovAkvelon 2708c87
Update DeviceAgent-device.xctestrun
IlyaBausovAkvelon 2ed03cd
Fix for issue with casting XCUIApplication to XCUIElement
IlyaBausovAkvelon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Server/PrivateHeaders/DTXConnectionServices/CDStructures.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| // class-dump results processed by bin/class-dump/dump.rb | ||
| // | ||
| // Generated by classdump-c 4.2.0 (64 bit) (iOS port by DreamDevLost, Updated by Kevin Bradley.)(Debug version compiled May 27 2023 00:50:17). | ||
| // | ||
| // Copyright (C) 1997-2019 Steve Nygard. Updated in 2022 by Kevin Bradley. | ||
| // | ||
|
|
||
| @class NSObject; | ||
|
|
||
| #import <Foundation/Foundation.h> | ||
| #import "CDStructures.h" | ||
|
|
||
| #pragma mark Typedef'd Structures | ||
|
|
||
| typedef struct { | ||
| NSObject *userDispatchQueue; | ||
| id dispatchTarget; | ||
| CDUnknownBlockType messageHandler; | ||
| CDUnknownBlockType dispatchValidator; | ||
| } CDStruct_f5f3468d; |
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXBlockCompressor-Protocol.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXBlockCompressorFactory.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,5 +57,6 @@ | |
| - (void)suspend; | ||
|
|
||
|
|
||
|
|
||
| @end | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,5 +116,6 @@ | |
| - (void)suspend; | ||
|
|
||
|
|
||
|
|
||
| @end | ||
|
|
||
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXDecompressionException.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXMessageParser.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXMessageTransmitter.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXProxyChannel.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXProxyRequestHandler.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXRemoteInvocationReceipt.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Server/PrivateHeaders/DTXConnectionServices/DTXResourceTracker.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.