Skip to content

Commit c8b7990

Browse files
committed
⬆️ Upgrade native iOS SDK version to v7.12.6
1 parent fc32b99 commit c8b7990

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+136
-125
lines changed

src/ios/Instabug.framework/Headers/Instabug.h

Lines changed: 12 additions & 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.5
8+
Version: 7.12.6
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -1266,6 +1266,17 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
12661266
*/
12671267
+ (void)setThresholdForReshowingSurveyAfterDismiss:(NSInteger)sessionCount daysCount:(NSInteger)daysCount;
12681268

1269+
/**
1270+
@brief Setting an option for all the surveys to show a welcome screen before the user starts taking the survey.
1271+
1272+
@discussion By enabling this option, any survey that appears to the user will have a welcome screen with a title, subtitle
1273+
and a button that if clicked, will take the user to the survey. All the strings in the welcome screen have a default value
1274+
and localized. They can also be modified using the strings API. The default value of this option is false.
1275+
1276+
@param shouldShowWelcomeScreen : Boolean for setting wether the welcome screen should show.
1277+
*/
1278+
+ (void)setShouldShowSurveysWelcomeScreen:(BOOL)shouldShowWelcomeScreen;
1279+
12691280
#pragma mark - Feature Requests
12701281
/// ------------------------
12711282
/// @name Feature Requests

src/ios/Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

src/ios/Instabug.framework/Instabug

-80.3 KB
Binary file not shown.

src/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-
wwOLwWc4iG8u5RCEgnEbViLJru4=
9+
AhQ67ZArEC2EkGrBv+QgpRU3cDA=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
HPAveR0c+whbq5mPNp5qMyz1TnU=
13+
HEEolE5IQ5Ou+0FHljMETNK+wT8=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
wwOLwWc4iG8u5RCEgnEbViLJru4=
26+
AhQ67ZArEC2EkGrBv+QgpRU3cDA=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
S/NXH4SJqkK91PzzkM9R0MiqjfoJgQeFjfAb7YuTmps=
30+
GAkmfhdeLf+M0vB4SpcaqxIaJhVIKKhlolkDfMoKm50=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

src/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.5
8+
Version: 7.12.6
99
*/
1010

1111
#import <UIKit/UIKit.h>

src/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.5
8+
Version: 7.12.6
99
*/
1010

1111
#import <Foundation/Foundation.h>
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)