Skip to content

Commit

Permalink
bitcode for AppleTv
Browse files Browse the repository at this point in the history
  • Loading branch information
Prioregroup.com committed Aug 11, 2016
1 parent 88cb9d9 commit e6b18ba
Show file tree
Hide file tree
Showing 23 changed files with 98 additions and 44 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.28, Aug 11, 2016
- header property now support NSString and NSDictionary types.
- optimizations for NSDate objects.
- fix bitcode for AppleTv.

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.
- added a new property named soapNamespace to able to setting the default name of namespace for the tag Envelope.
- fixes for bitcode generation problems 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.27'
s.version = '1.28'
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
6 changes: 3 additions & 3 deletions SOAPEngine64.framework/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// sets the type of permission you want to use (none, wss, basic or custom).
@property (nonatomic, assign) SOAPAuthorization authorizationMethod;

// sets a custom content for the custom authorization method (xml format).
@property (nonatomic, strong) NSString *header;
// sets a custom content for the custom authorization method (xml string or dictionary).
@property (nonatomic, strong) id header;

// enables retrieval of the contents of the SOAP header in the server response.
@property (nonatomic, assign) BOOL responseHeader;
Expand Down Expand Up @@ -203,7 +203,7 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
@property (nonatomic, strong) NSString *licenseKey;

// sets the receiver of the delegates
@property (nonatomic, assign) id<SOAPEngineDelegate> delegate;
@property (nonatomic, weak) id<SOAPEngineDelegate> delegate;

+ (SOAPEngine *)sharedInstance;
+ (SOAPEngine *)manager;
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.
Binary file not shown.
30 changes: 22 additions & 8 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>
364CgsF4nxOkrtmet3bZnSanQqo=
BEinflsczKdcI1lii7n7lCNTYBY=
</data>
<key>Info.plist</key>
<data>
yfkDn3zRG34NOc5pY0m0fmwp2tQ=
q2sAtjdeSG0AUvBGrqj0Zjr+6Yw=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -20,13 +20,27 @@
<key>files2</key>
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<dict>
<key>hash</key>
<data>
BEinflsczKdcI1lii7n7lCNTYBY=
</data>
<key>hash2</key>
<data>
Ai3/P7P6ceEPjViRIALIUNgA0B2tgungNLK8bGqIfok=
</data>
</dict>
<key>Modules/module.modulemap</key>
<data>
DkpSFzHtZsSFhlRmpsGOvt5TmSI=
</data>
<dict>
<key>hash</key>
<data>
DkpSFzHtZsSFhlRmpsGOvt5TmSI=
</data>
<key>hash2</key>
<data>
QiVSg9soUeTwTAtk2IMTePDFPVgU+DgDgH1BZHLEBZQ=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
Expand Down
Binary file modified SOAPEngine64.framework/_CodeSignature/CodeSignature
Binary file not shown.
6 changes: 3 additions & 3 deletions SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// sets the type of permission you want to use (none, wss, basic or custom).
@property (nonatomic, assign) SOAPAuthorization authorizationMethod;

// sets a custom content for the custom authorization method (xml format).
@property (nonatomic, strong) NSString *header;
// sets a custom content for the custom authorization method (xml string or dictionary).
@property (nonatomic, strong) id header;

// enables retrieval of the contents of the SOAP header in the server response.
@property (nonatomic, assign) BOOL responseHeader;
Expand Down Expand Up @@ -203,7 +203,7 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
@property (nonatomic, strong) NSString *licenseKey;

// sets the receiver of the delegates
@property (nonatomic, assign) id<SOAPEngineDelegate> delegate;
@property (nonatomic, weak) id<SOAPEngineDelegate> delegate;

+ (SOAPEngine *)sharedInstance;
+ (SOAPEngine *)manager;
Expand Down
12 changes: 6 additions & 6 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>15D21</string>
<string>15G31</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.26.3</string>
<string>1.28</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.26.3</string>
<string>1.28</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7D175</string>
<string>7D1014</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>15E60</string>
<key>DTSDKName</key>
<string>macosx10.11</string>
<key>DTXcode</key>
<string>0730</string>
<string>0731</string>
<key>DTXcodeBuild</key>
<string>7D175</string>
<string>7D1014</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Danilo Priore. All rights reserved.</string>
<key>UIDeviceFamily</key>
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.
Binary file not shown.
41 changes: 31 additions & 10 deletions SOAPEngineOSX.framework/Versions/A/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,44 @@
<dict>
<key>Resources/Info.plist</key>
<data>
kBXzmjiFPX9wF26Prb4eZNLtyEs=
cyMAHL5PGlDDClMlcolZvNpEGkA=
</data>
</dict>
<key>files2</key>
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<dict>
<key>hash</key>
<data>
BEinflsczKdcI1lii7n7lCNTYBY=
</data>
<key>hash2</key>
<data>
Ai3/P7P6ceEPjViRIALIUNgA0B2tgungNLK8bGqIfok=
</data>
</dict>
<key>Modules/module.modulemap</key>
<data>
Mq/+VVzA/2WjOiipLKfO40YKl0k=
</data>
<dict>
<key>hash</key>
<data>
Mq/+VVzA/2WjOiipLKfO40YKl0k=
</data>
<key>hash2</key>
<data>
jylliC/mW5KV/V0YyBelajKutHNB5NiX4uWkPr0jBb0=
</data>
</dict>
<key>Resources/Info.plist</key>
<data>
kBXzmjiFPX9wF26Prb4eZNLtyEs=
</data>
<dict>
<key>hash</key>
<data>
cyMAHL5PGlDDClMlcolZvNpEGkA=
</data>
<key>hash2</key>
<data>
kgidSNsZWxk8c/cy1r33D1dQ1/q7P3VYgXzwM7QiKvg=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
Expand Down
Binary file modified SOAPEngineOSX.framework/Versions/A/_CodeSignature/CodeSignature
Binary file not shown.
6 changes: 3 additions & 3 deletions SOAPEngineTV.framework/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
// sets the type of permission you want to use (none, wss, basic or custom).
@property (nonatomic, assign) SOAPAuthorization authorizationMethod;

// sets a custom content for the custom authorization method (xml format).
@property (nonatomic, strong) NSString *header;
// sets a custom content for the custom authorization method (xml string or dictionary).
@property (nonatomic, strong) id header;

// enables retrieval of the contents of the SOAP header in the server response.
@property (nonatomic, assign) BOOL responseHeader;
Expand Down Expand Up @@ -203,7 +203,7 @@ typedef NS_ENUM(NSInteger, SOAPEnryption)
@property (nonatomic, strong) NSString *licenseKey;

// sets the receiver of the delegates
@property (nonatomic, assign) id<SOAPEngineDelegate> delegate;
@property (nonatomic, weak) id<SOAPEngineDelegate> delegate;

+ (SOAPEngine *)sharedInstance;
+ (SOAPEngine *)manager;
Expand Down
Binary file modified SOAPEngineTV.framework/Info.plist
Binary file not shown.
Binary file modified SOAPEngineTV.framework/SOAPEngineTV
Binary file not shown.
Binary file modified SOAPEngineTV.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
30 changes: 22 additions & 8 deletions SOAPEngineTV.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>
364CgsF4nxOkrtmet3bZnSanQqo=
BEinflsczKdcI1lii7n7lCNTYBY=
</data>
<key>Info.plist</key>
<data>
ksdTieN12RXch+vtMw+k1meYjGI=
vhNrFlpTjGpLIQS/L3F2Ki+aTQQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -20,13 +20,27 @@
<key>files2</key>
<dict>
<key>Headers/SOAPEngine.h</key>
<data>
364CgsF4nxOkrtmet3bZnSanQqo=
</data>
<dict>
<key>hash</key>
<data>
BEinflsczKdcI1lii7n7lCNTYBY=
</data>
<key>hash2</key>
<data>
Ai3/P7P6ceEPjViRIALIUNgA0B2tgungNLK8bGqIfok=
</data>
</dict>
<key>Modules/module.modulemap</key>
<data>
WPfp1KGrdARLarR+LE/RKySMNS8=
</data>
<dict>
<key>hash</key>
<data>
WPfp1KGrdARLarR+LE/RKySMNS8=
</data>
<key>hash2</key>
<data>
ImdcK4COJ57R68dXJgOvDXINyqDnUMA2tx4ijWP1DJA=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
Expand Down
Binary file modified SOAPEngineTV.framework/_CodeSignature/CodeSignature
Binary file not shown.

0 comments on commit e6b18ba

Please sign in to comment.