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>
|
#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) {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user