Skip to content

Commit 23718f8

Browse files
authored
Remove IOSDebugLauncher (#1511)
This PR removes the iOS MDD C++ Debugging support in MIEngine.
1 parent 1b8a233 commit 23718f8

21 files changed

Lines changed: 20 additions & 1078 deletions

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ This repo also includes:
2121

2222
### Debug Multiple Platforms
2323

24-
* Support for debugging C/C++ on [Android](http://blogs.msdn.com/b/vcblog/archive/2014/12/12/debug-jni-android-applications-using-visual-c-cross-platform-mobile.aspx) and [iOS](http://blogs.msdn.com/b/vcblog/archive/2015/04/29/debugging-c-code-on-ios-with-visual-studio-2015.aspx).
25-
* Debug on any platform that supports GDB, such as Linux and even [Raspberry Pi](http://blogs.msdn.com/b/vcblog/archive/2015/04/29/debug-c-code-on-linux-from-visual-studio.aspx).
24+
* Support for debugging C/C++ on [Android](http://blogs.msdn.com/b/vcblog/archive/2014/12/12/debug-jni-android-applications-using-visual-c-cross-platform-mobile.aspx) ~~and [iOS](http://blogs.msdn.com/b/vcblog/archive/2015/04/29/debugging-c-code-on-ios-with-visual-studio-2015.aspx).~~
25+
* Note: iOS support is not available after Visual Studio 2022.
26+
* * Debug on any platform that supports GDB, such as Linux and even [Raspberry Pi](http://blogs.msdn.com/b/vcblog/archive/2015/04/29/debug-c-code-on-linux-from-visual-studio.aspx).
2627

2728
### Prerequisites
2829
MIEngine can be built with either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or with the [.NET CLI](https://dotnet.microsoft.com/download/dotnet).

src/IOSDebugLauncher/IOSDebugLauncher.csproj

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

src/IOSDebugLauncher/IOSLaunchOptions.cs

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

src/IOSDebugLauncher/Launcher.cs

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

src/IOSDebugLauncher/LauncherException.cs

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

0 commit comments

Comments
 (0)