Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79772a3cb0 |
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal 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
|
||||
@ -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) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@class XMPPStream;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPJID.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#import "CocoaAsyncSocket/GCDAsyncSocket.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@class XMPPSRVResolver;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPModule.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
#define _XMPP_PRIVACY_H
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@class XMPPResultSet;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <CoreData/CoreData.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@class XMPPCapsResourceCoreDataStorageObject;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPModule.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
#define _XMPP_BLOCKING_H
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@class XMPPIQ;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <KissXML/DDXML.h>
|
||||
#import "DDXML.h"
|
||||
#endif
|
||||
|
||||
@interface NSXMLElement (XEP_0335)
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user