Skip to content

Commit

Permalink
fixes for wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Aug 2, 2017
1 parent 15e63e7 commit 768fa4b
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
1.4.3, Jul 28, 2017
1.40.4, Ago 2, 2017
- fixes when tags contains html or unicode characters.
- fixes for wrong version number.

1.40.3, Jul 28, 2017 (ex 1.4.3)
- fixes crash's when data contains unicode special characters like ZERO WIDTH (eg. //u200C //u200B).

1.4.2, Mar 1, 2017
1.40.2 (ex 1.4.2), Mar 1, 2017
- fixes for authorization the p12 certificate types.

1.4.1, Feb 27, 2017
1.40.1, Feb 27, 2017 (ex 1.4.1)
- added SOAPEngineXMLDatayKey constant that is used in userInfo notifications.
- fixes for the constants declaration.

1.4, Feb 23, 2017
1.40, Feb 23, 2017 (ex 1.4)
- added a new property named "soapActionRequest" to set a different SOAPAction value in the header of the request for the support of the last versions of WCF services.

1.31, Nov 15, 2016
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.4.3'
s.version = '1.40.4'
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' => 'support@prioregroup.com' }
Expand Down
4 changes: 2 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: support@prioregroup.com
//
// Version : 1.4.3
// Version : 1.40.4
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")
#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")

#import <Foundation/Foundation.h>

Expand Down
Binary file modified SOAPEngine64.framework/Info.plist
Binary file not shown.
Binary file modified SOAPEngine64.framework/SOAPEngine64
Binary file not shown.
4 changes: 2 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: support@prioregroup.com
//
// Version : 1.4.3
// Version : 1.40.4
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")
#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")

#import <Foundation/Foundation.h>

Expand Down
6 changes: 3 additions & 3 deletions SOAPEngineOSX.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16F73</string>
<string>16G29</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.40.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.3</string>
<string>1.40.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX
Binary file not shown.
4 changes: 2 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: support@prioregroup.com
//
// Version : 1.4.3
// Version : 1.40.4
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")
#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString")

#import <Foundation/Foundation.h>

Expand Down
Binary file modified SOAPEngineTV.framework/Info.plist
Binary file not shown.
Binary file modified SOAPEngineTV.framework/SOAPEngineTV
Binary file not shown.

0 comments on commit 768fa4b

Please sign in to comment.