Skip to content

Commit fec5cf4

Browse files
committed
⬆️ Upgrade native iOS SDK version dependency
1 parent aaa6a52 commit fec5cf4

24 files changed

+62
-61
lines changed

ios/Instabug.framework/Headers/Instabug.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.12.3
8+
Version: 7.12.5
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -378,7 +378,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
378378
/**
379379
@brief Shows/Hides email field.
380380
381-
@discussion Defaults to show email field.
381+
@discussion Defaults to show email field. If set to NO the email field will not be required regardless of previous or future calls to setEmailFieldRequired:.
382382
383383
@param isShowingEmailField YES to show the email field, NO to hide it.
384384
*/
@@ -463,7 +463,8 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
463463
464464
@deprecated Use setEmailFieldRequired:forAction: instead.
465465
466-
@discussion Defaults to YES.
466+
@discussion Defaults to YES. If email field is set to be hidden using + [Instabug setShowEmailField:NO], email field
467+
will always be optional regardless of the whether this method was called or not.
467468
468469
@param isEmailFieldRequired A boolean to indicate whether email field is required or not.
469470
*/

ios/Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

ios/Instabug.framework/Instabug

176 Bytes
Binary file not shown.

ios/Instabug.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Instabug.h</key>
88
<data>
9-
x58V5/AZd4q5E7jPVi0tdhKez70=
9+
wwOLwWc4iG8u5RCEgnEbViLJru4=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
4Jy8Yn1EuGKXqRymL6Sgk907mK8=
13+
HPAveR0c+whbq5mPNp5qMyz1TnU=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
x58V5/AZd4q5E7jPVi0tdhKez70=
26+
wwOLwWc4iG8u5RCEgnEbViLJru4=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
tI8SWLNyo50BAffKMVwvBPCeHSEZm+G7wutFUvhnBRU=
30+
S/NXH4SJqkK91PzzkM9R0MiqjfoJgQeFjfAb7YuTmps=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

ios/InstabugCore.framework/Headers/IBGTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.12.3
8+
Version: 7.12.5
99
*/
1010

1111
#import <UIKit/UIKit.h>

ios/InstabugCore.framework/Headers/InstabugCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.12.3
8+
Version: 7.12.5
99
*/
1010

1111
#import <Foundation/Foundation.h>
Binary file not shown.
Binary file not shown.
-3 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)