Skip to content

Commit 460e338

Browse files
committed
⬆️ Upgrade native iOS dependency
1 parent 5f0b354 commit 460e338

Some content is hidden

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

48 files changed

+142
-134
lines changed

ios/Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>

ios/Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

ios/Instabug.framework/Instabug

1.13 MB
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-
Zq01XLmIFv979g9w+yhkcBFVL00=
9+
xcDqpr1ALuKw7dmbnzNWh8B2H0M=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
s0iIs/T/8NPlmu52Js9SZWNW6SA=
13+
uZAnUh7C/NBKYvvbjRZxsn2h8cw=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
Zq01XLmIFv979g9w+yhkcBFVL00=
26+
xcDqpr1ALuKw7dmbnzNWh8B2H0M=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
m8vFq+B+0jk6K+x0PdyvejjqKuJUcIuTmdtJmjZJMeI=
30+
RH1mGgfTfrjNKsUKU/GyzsXbdlyVqmYPdD2tqPYFFUo=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

ios/InstabugCore.framework/Headers/IBGTypes.h

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,19 @@ extern NSString * const kIBGVideoRecordingFailureMessageStringName;
6060
extern NSString * const kIBGSurveyEnterYourAnswerTextPlaceholder;
6161
extern NSString * const kIBGSurveyNoAnswerTitle;
6262
extern NSString * const kIBGSurveyNoAnswerMessage;
63-
extern NSString * const kIBGSurveySubmitTitle;
6463
extern NSString * const kIBGVideoPressRecordTitle;
6564
extern NSString * const kIBGCollectingDataText;
6665
extern NSString * const kIBGLowDiskStorageTitle;
6766
extern NSString * const kIBGLowDiskStorageMessage;
6867
extern NSString * const kIBGInboundByLineMessage;
6968
extern NSString * const kIBGExtraFieldIsRequiredText;
7069
extern NSString * const kIBGExtraFieldMissingDataText;
70+
extern NSString * const kIBGSurveyIntroTitleText;
71+
extern NSString * const kIBGSurveyIntroDescriptionText;
72+
extern NSString * const kIBGSurveyIntroTakeSurveyButtonText;
73+
extern NSString * const kIBGSurveyIntroDismissButtonText;
74+
extern NSString * const kIBGSurveyThankYouTitleText;
75+
extern NSString * const kIBGSurveyThankYouDescriptionText;
7176

7277
/// -----------
7378
/// @name Enums
@@ -241,15 +246,18 @@ typedef NS_ENUM(NSInteger, IBGString) {
241246
IBGStringScreenRecording,
242247
IBGStringImage,
243248
IBGStringSurveyEnterYourAnswerPlaceholder,
244-
IBGStringSurveyNoAnswerTitle,
245-
IBGStringSurveyNoAnswerMessage,
246-
IBGStringSurveySubmitTitle,
247249
IBGStringVideoPressRecordTitle,
248250
IBGStringCollectingDataText,
249251
IBGStringLowDiskStorageTitle,
250252
IBGStringLowDiskStorageMessage,
251253
IBGStringExtraFieldIsRequiredText,
252-
IBGStringExtraFieldMissingDataText
254+
IBGStringExtraFieldMissingDataText,
255+
IBGStringSurveyIntroTitleText,
256+
IBGStringSurveyIntroDescriptionText,
257+
IBGStringSurveyIntroTakeSurveyButtonText,
258+
IBGStringSurveyIntroDismissButtonText,
259+
IBGStringSurveyThankYouTitleText,
260+
IBGStringSurveyThankYouDescriptionText
253261
};
254262

255263
/**
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)