Skip to content

Commit 66f5d6a

Browse files
committed
⬆️ Update native iOS SDK to version 8.0.17
1 parent beb1b42 commit 66f5d6a

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

+173
-134
lines changed

ios/Instabug.framework/Headers/IBGTypes.h

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ extern NSString * const kIBGInvocationTitleStringName;
3939
extern NSString * const kIBGTalkToUsStringName;
4040
extern NSString * const kIBGReportBugStringName;
4141
extern NSString * const kIBGReportFeedbackStringName;
42+
extern NSString * const kIBGPhotoPickerTitle;
43+
extern NSString * const kIBGProgressViewTitle;
44+
extern NSString * const kIBGGalleryPermissionDeniedAlertTitle;
45+
extern NSString * const kIBGGalleryPermissionDeniedAlertMessage;
46+
extern NSString * const kIBGMaximumSizeExceededAlertTitle;
47+
extern NSString * const kIBGMaximumSizeExceededAlertMessage;
48+
extern NSString * const kIBGiCloudImportErrorAlertTitle;
49+
extern NSString * const kIBGiCloudImportErrorAlertMessage;
4250
extern NSString * const kIBGEmailFieldPlaceholderStringName;
4351
extern NSString * const kIBGCommentFieldPlaceholderForBugReportStringName;
4452
extern NSString * const kIBGCommentFieldPlaceholderForFeedbackStringName;
@@ -145,6 +153,10 @@ extern NSString * const kIBGDiscardAlertTitle;
145153
extern NSString * const kIBGDiscardAlertMessage;
146154
extern NSString * const kIBGDiscardAlertAction;
147155
extern NSString * const kIBGDiscardAlertCancel;
156+
extern NSString * const kIBGVideoGalleryErrorMessageStringName;
157+
extern NSString * const kIBGVideoDurationErrorTitle;
158+
extern NSString * const kIBGVideoDurationErrorMessage;
159+
148160

149161
/// -----------
150162
/// @name Enums
@@ -265,7 +277,8 @@ typedef NS_ENUM(NSInteger, IBGLocale) {
265277
IBGLocaleSlovak,
266278
IBGLocaleSpanish,
267279
IBGLocaleSwedish,
268-
IBGLocaleTurkish
280+
IBGLocaleTurkish,
281+
IBGLocaleHungarian
269282
};
270283

271284
/**
@@ -310,6 +323,16 @@ typedef NS_ENUM(NSInteger, IBGString) {
310323
IBGStringTalkToUs,
311324
IBGStringReportBug,
312325
IBGStringReportFeedback,
326+
IBGStringPhotoPickerTitle,
327+
IBGStringProgressViewTitle,
328+
IBGStringGalleryPermissionDeniedAlertTitle,
329+
IBGStringGalleryPermissionDeniedAlertMessage,
330+
IBGStringMaximumSizeExceededAlertTitle,
331+
IBGStringMaximumSizeExceededAlertMessage,
332+
IBGVideoDurationErrorTitle,
333+
IBGVideoDurationErrorMessage,
334+
IBGStringiCloudImportErrorAlertTitle,
335+
IBGStringiCloudImportErrorAlertMessage,
313336
IBGStringEmailFieldHint,
314337
IBGStringCommentFieldHintForBugReport,
315338
IBGStringCommentFieldHintForFeedback,
@@ -401,7 +424,8 @@ typedef NS_ENUM(NSInteger, IBGString) {
401424
IBGDiscardAlertTitleStringName,
402425
IBGDiscardAlertMessageStringName,
403426
IBGDiscardAlertActionStringName,
404-
IBGDiscardAlertCancelStringName
427+
IBGDiscardAlertCancelStringName,
428+
IBGVideoGalleryErrorMessageStringName
405429
};
406430

407431
/**

ios/Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

ios/Instabug.framework/Instabug

1.29 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)