Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Feb 1, 2016
1 parent 8f2d4ad commit 017ccf1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.25.2, Feb 1, 2016
- fixes message "containsString unrecognized selector" on the previous versions of iOS 8.0.

1.25.1, Gen 28, 2016
- recompile iOS binary for bitcode support.

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.25.1'
s.version = '1.25.2'
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.25.1
// Version : 1.25.2
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
#define SOAPEngineFrameworkVersion @"1.25.1" DEPRECATED_ATTRIBUTE
#define SOAPEngineFrameworkVersion @"1.25.2" DEPRECATED_ATTRIBUTE

#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.
Binary file modified SOAPEngine64.framework/_CodeSignature/CodeDirectory
Binary file not shown.
6 changes: 3 additions & 3 deletions SOAPEngine64.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
Trz9zquFvfbtnqVusQQedcDsT2I=
vcfffYAiXwf+2yZ+adL8GiRF3d4=
</data>
<key>Info.plist</key>
<data>
FCEm/s+ZKv+Syu+4luyu4uxao2k=
DcJbT+LhOhvevfK8PLfO3os9K6s=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -21,7 +21,7 @@
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
Trz9zquFvfbtnqVusQQedcDsT2I=
vcfffYAiXwf+2yZ+adL8GiRF3d4=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified SOAPEngine64.framework/_CodeSignature/CodeSignature
Binary file not shown.

0 comments on commit 017ccf1

Please sign in to comment.