Skip to content

Commit

Permalink
Enhancements and Fixes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Apr 7, 2016
1 parent ce9d60f commit 5a8d694
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.27, Apr 7, 2016
- added a new property named soapNamespace to able to setting the default namespace for the tag Envelope.
- fixes for bitcode generation problem with Xcode 7.3.

1.26.3, Mar 30, 2016
- fixes on CDATA elements.

Expand Down
2 changes: 1 addition & 1 deletion SOAPEngine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SOAPEngine'
s.version = '1.26.3'
s.version = '1.27'
s.summary = 'This generic SOAP client allows you to access web services using a your iOS and Mac OS X app.'
s.license = { :type => 'Shareware', :file => 'LICENSE.txt' }
s.authors = { 'Danilo Priore' => '[email protected]' }
Expand Down
7 changes: 5 additions & 2 deletions SOAPEngine64.framework/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
//
// email support: [email protected]
//
// Version : 1.26.3
// Version : 1.27
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.26.3" DEPRECATED_ATTRIBUTE
#define SOAPEngineFrameworkVersion @"1.27" DEPRECATED_ATTRIBUTE

#import <Foundation/Foundation.h>

Expand Down Expand Up @@ -148,6 +148,9 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// enables retrieval the attributes of the tags in the SOAP response.
@property (nonatomic, assign) BOOL retrievesAttributes;

// the default SOAP namespace <soap:Envelope...
@property (nonatomic, strong) NSString *soapNamespace;

// enables the attribute xsi:type="xsd:..." in the requests.
@property (nonatomic, assign) BOOL xsdDataTypes;

Expand Down
Binary file modified SOAPEngine64.framework/SOAPEngine64
Binary file not shown.
Binary file modified SOAPEngine64.framework/_CodeSignature/CodeDirectory
Binary file not shown.
4 changes: 2 additions & 2 deletions SOAPEngine64.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
7yGXIpEP7kbvjZAK9xHDiUGNz7Y=
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<key>Info.plist</key>
<data>
Expand All @@ -21,7 +21,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
7yGXIpEP7kbvjZAK9xHDiUGNz7Y=
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified SOAPEngine64.framework/_CodeSignature/CodeSignature
Binary file not shown.
7 changes: 5 additions & 2 deletions SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
//
// email support: [email protected]
//
// Version : 1.26.3
// Version : 1.27
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.26.3" DEPRECATED_ATTRIBUTE
#define SOAPEngineFrameworkVersion @"1.27" DEPRECATED_ATTRIBUTE

#import <Foundation/Foundation.h>

Expand Down Expand Up @@ -148,6 +148,9 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// enables retrieval the attributes of the tags in the SOAP response.
@property (nonatomic, assign) BOOL retrievesAttributes;

// the default SOAP namespace <soap:Envelope...
@property (nonatomic, strong) NSString *soapNamespace;

// enables the attribute xsi:type="xsd:..." in the requests.
@property (nonatomic, assign) BOOL xsdDataTypes;

Expand Down
Binary file modified SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX
Binary file not shown.
Binary file modified SOAPEngineOSX.framework/Versions/A/_CodeSignature/CodeDirectory
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
7yGXIpEP7kbvjZAK9xHDiUGNz7Y=
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified SOAPEngineOSX.framework/Versions/A/_CodeSignature/CodeSignature
Binary file not shown.
7 changes: 5 additions & 2 deletions SOAPEngineTV.framework/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
//
// email support: [email protected]
//
// Version : 1.26.3
// Version : 1.27
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.26.3" DEPRECATED_ATTRIBUTE
#define SOAPEngineFrameworkVersion @"1.27" DEPRECATED_ATTRIBUTE

#import <Foundation/Foundation.h>

Expand Down Expand Up @@ -148,6 +148,9 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// enables retrieval the attributes of the tags in the SOAP response.
@property (nonatomic, assign) BOOL retrievesAttributes;

// the default SOAP namespace <soap:Envelope...
@property (nonatomic, strong) NSString *soapNamespace;

// enables the attribute xsi:type="xsd:..." in the requests.
@property (nonatomic, assign) BOOL xsdDataTypes;

Expand Down
Binary file modified SOAPEngineTV.framework/SOAPEngineTV
Binary file not shown.
Binary file modified SOAPEngineTV.framework/_CodeSignature/CodeDirectory
Binary file not shown.
4 changes: 2 additions & 2 deletions SOAPEngineTV.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
7yGXIpEP7kbvjZAK9xHDiUGNz7Y=
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<key>Info.plist</key>
<data>
Expand All @@ -21,7 +21,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
7yGXIpEP7kbvjZAK9xHDiUGNz7Y=
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified SOAPEngineTV.framework/_CodeSignature/CodeSignature
Binary file not shown.

0 comments on commit 5a8d694

Please sign in to comment.