fix dependencies building, looks like i cant use the sim bc libs are compiled for ios

This commit is contained in:
neon443
2025-06-05 11:17:37 +01:00
parent 2a2ed76f58
commit 7d206478ea
92 changed files with 14342 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#import <UIKit/UIKit.h>
//! Project version number for NMSSH.
FOUNDATION_EXPORT double NMSSHVersionNumber;
//! Project version string for NMSSH.
FOUNDATION_EXPORT const unsigned char NMSSHVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <NMSSH/PublicHeader.h>
#import "libssh2.h"
#import "libssh2_sftp.h"
#import "NMSSHSessionDelegate.h"
#import "NMSSHChannelDelegate.h"
#import "NMSSHSession.h"
#import "NMSSHChannel.h"
#import "NMSFTP.h"
#import "NMSFTPFile.h"
#import "NMSSHConfig.h"
#import "NMSSHHostConfig.h"
#import "NMSSHLogger.h"