Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS release for version 2.0.4 #69

Merged
merged 1 commit into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions example/ios/Razorpay.framework/Headers/Razorpay-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,20 @@ SWIFT_PROTOCOL("_TtP8Razorpay31ExternalWalletSelectionProtocol_")
- (void)onExternalWalletSelected:(NSString * _Nonnull)walletName WithPaymentData:(NSDictionary * _Nullable)paymentData;
@end

@class WKWebView;
@class WKNavigation;

SWIFT_CLASS("_TtC8Razorpay6Otpelf")
@interface Otpelf : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
+ (void)initWithWebView:(WKWebView * _Nonnull)webView andMerchantKey:(NSString * _Nullable)merchantKey SWIFT_METHOD_FAMILY(none);
+ (Otpelf * _Nullable)getSharedInstance SWIFT_WARN_UNUSED_RESULT;
- (void)setPaymentData:(NSDictionary * _Nonnull)data;
- (BOOL)webViewWithDidFinish:(WKNavigation * _Null_unspecified)navigation error:(NSError * _Nullable * _Nullable)error;
- (void)close;
@end

@protocol RazorpayPaymentCompletionProtocol;
@class UIViewController;
@protocol RazorpayPaymentCompletionProtocolWithData;
Expand Down
Binary file modified example/ios/Razorpay.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified example/ios/Razorpay.framework/Razorpay
Binary file not shown.
226 changes: 0 additions & 226 deletions example/ios/Razorpay.framework/_CodeSignature/CodeResources

This file was deleted.

14 changes: 14 additions & 0 deletions ios/Razorpay.framework/Headers/Razorpay-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,20 @@ SWIFT_PROTOCOL("_TtP8Razorpay31ExternalWalletSelectionProtocol_")
- (void)onExternalWalletSelected:(NSString * _Nonnull)walletName WithPaymentData:(NSDictionary * _Nullable)paymentData;
@end

@class WKWebView;
@class WKNavigation;

SWIFT_CLASS("_TtC8Razorpay6Otpelf")
@interface Otpelf : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
+ (void)initWithWebView:(WKWebView * _Nonnull)webView andMerchantKey:(NSString * _Nullable)merchantKey SWIFT_METHOD_FAMILY(none);
+ (Otpelf * _Nullable)getSharedInstance SWIFT_WARN_UNUSED_RESULT;
- (void)setPaymentData:(NSDictionary * _Nonnull)data;
- (BOOL)webViewWithDidFinish:(WKNavigation * _Null_unspecified)navigation error:(NSError * _Nullable * _Nullable)error;
- (void)close;
@end

@protocol RazorpayPaymentCompletionProtocol;
@class UIViewController;
@protocol RazorpayPaymentCompletionProtocolWithData;
Expand Down
Binary file modified ios/Razorpay.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/Razorpay.framework/Razorpay
Binary file not shown.
Loading