Compare commits

..

1 Commits

Author SHA1 Message Date
79772a3cb0 Commit automatico: Aggiornamento dei file 2023-12-17 10:31:24 +01:00
16 changed files with 19 additions and 15 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
*.framework filter=lfs diff=lfs merge=lfs -text
libavcodec.a filter=lfs diff=lfs merge=lfs -text
GoogleMapsBase filter=lfs diff=lfs merge=lfs -text
GoogleMapsCore filter=lfs diff=lfs merge=lfs -text

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
typedef NS_ENUM(NSInteger, XMPPBindResult) {

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@class XMPPStream;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif

View File

@ -2,7 +2,7 @@
#import "XMPPJID.h"
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif

View File

@ -5,7 +5,7 @@
#import "CocoaAsyncSocket/GCDAsyncSocket.h"
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@class XMPPSRVResolver;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h"
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
#define _XMPP_PRIVACY_H

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@class XMPPResultSet;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
/**

View File

@ -1,7 +1,7 @@
#import <CoreData/CoreData.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@class XMPPCapsResourceCoreDataStorageObject;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h"
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
#define _XMPP_BLOCKING_H

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@class XMPPIQ;

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import <KissXML/DDXML.h>
#import "DDXML.h"
#endif
@interface NSXMLElement (XEP_0335)

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "PNXMPPFramework"
s.version = "0.1.1"
s.version = "0.1.0"
s.summary = "PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework with KissXML and CocoaAsyncSocket upgrade"
# This description is used to generate tags and improve search results.