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> #import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#import <KissXML/DDXML.h> #import "DDXML.h"
#endif #endif
typedef NS_ENUM(NSInteger, XMPPBindResult) { typedef NS_ENUM(NSInteger, XMPPBindResult) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "PNXMPPFramework" 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" 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. # This description is used to generate tags and improve search results.