diff --git a/android/build.gradle b/android/build.gradle index bbdc92eb3..7c999b3ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api ('com.instabug.library:instabug:8.1.2'){ + api ('com.instabug.library:instabug:8.2.0'){ exclude group: 'com.android.support:appcompat-v7' } } diff --git a/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java b/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java index 85d7e6d13..831acc25b 100644 --- a/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java +++ b/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java @@ -195,6 +195,12 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule { private final String WELCOME_MESSAGE_LIVE_WELCOME_STEP_TITLE = "welcomeMessageLiveWelcomeStepTitle"; private final String WELCOME_MESSAGE_LIVE_WELCOME_STEP_CONTENT = "welcomeMessageLiveWelcomeStepContent"; + private final String CUSTOM_SURVEY_THANKS_TITLE = "surveysCustomThanksTitle"; + private final String CUSTOM_SURVEY_THANKS_SUBTITLE = "surveysCustomThanksSubTitle"; + + private final String STORE_RATING_THANKS_TITLE = "surveysStoreRatingThanksTitle"; + private final String STORE_RATING_THANKS_SUBTITLE = "surveysStoreRatingThanksSubtitle"; + private final String VIDEO_PLAYER_TITLE = "video"; private final String CONVERSATION_TEXT_FIELD_HINT = "conversationTextFieldHint"; @@ -1962,6 +1968,14 @@ private InstabugCustomTextPlaceHolder.Key getStringToKeyConstant(String key) { return InstabugCustomTextPlaceHolder.Key.LIVE_WELCOME_MESSAGE_TITLE; case WELCOME_MESSAGE_LIVE_WELCOME_STEP_CONTENT: return InstabugCustomTextPlaceHolder.Key.LIVE_WELCOME_MESSAGE_CONTENT; + case CUSTOM_SURVEY_THANKS_TITLE: + return InstabugCustomTextPlaceHolder.Key.SURVEYS_CUSTOM_THANKS_TITLE; + case CUSTOM_SURVEY_THANKS_SUBTITLE: + return InstabugCustomTextPlaceHolder.Key.SURVEYS_CUSTOM_THANKS_SUBTITLE; + case STORE_RATING_THANKS_TITLE: + return InstabugCustomTextPlaceHolder.Key.SURVEYS_STORE_RATING_THANKS_TITLE; + case STORE_RATING_THANKS_SUBTITLE: + return InstabugCustomTextPlaceHolder.Key.SURVEYS_STORE_RATING_THANKS_SUBTITLE; default: return null; } @@ -2168,6 +2182,12 @@ public Map getConstants() { constants.put("welcomeMessageLiveWelcomeStepTitle", WELCOME_MESSAGE_LIVE_WELCOME_STEP_TITLE); constants.put("welcomeMessageLiveWelcomeStepContent", WELCOME_MESSAGE_LIVE_WELCOME_STEP_CONTENT); + constants.put(CUSTOM_SURVEY_THANKS_TITLE, CUSTOM_SURVEY_THANKS_TITLE); + constants.put(CUSTOM_SURVEY_THANKS_SUBTITLE, CUSTOM_SURVEY_THANKS_SUBTITLE); + + constants.put(STORE_RATING_THANKS_TITLE, STORE_RATING_THANKS_TITLE); + constants.put(STORE_RATING_THANKS_SUBTITLE, STORE_RATING_THANKS_SUBTITLE); + return constants; } } \ No newline at end of file diff --git a/index.js b/index.js index 21a776384..09995af7f 100644 --- a/index.js +++ b/index.js @@ -946,7 +946,11 @@ const InstabugModule = { welcomeMessageLiveWelcomeStepTitle: Instabug.welcomeMessageLiveWelcomeStepTitle, welcomeMessageLiveWelcomeStepContent: - Instabug.welcomeMessageLiveWelcomeStepContent + Instabug.welcomeMessageLiveWelcomeStepContent, + surveysCustomThanksTitle: Instabug.surveysCustomThanksTitle, + surveysCustomThanksSubTitle: Instabug.surveysCustomThanksSubTitle, + surveysStoreRatingThanksTitle: Instabug.surveysStoreRatingThanksTitle, + surveysStoreRatingThanksSubtitle: Instabug.surveysStoreRatingThanksSubtitle } }; diff --git a/ios/Instabug.framework/Headers/IBGSurveys.h b/ios/Instabug.framework/Headers/IBGSurveys.h index 5711b3866..d5f6d4153 100644 --- a/ios/Instabug.framework/Headers/IBGSurveys.h +++ b/ios/Instabug.framework/Headers/IBGSurveys.h @@ -75,11 +75,13 @@ NS_SWIFT_NAME(Surveys) @brief Sets a threshold for numbers of sessions and another for number of days required before a survey, that has been dismissed once, would show again. @discussion When a survey that has been shown to the user gets dismissed once, it will not reappear to the user unless a certain number of sessions have started AND a certain number of days have passed since the user first dismissed the survey. Note that if a survey is dismissed for a second time, it will not show again, in other words, it will be set to `canceled`. This applies to both surveys with and without tokens. + + Please note that this overrides the dashboard configuration for reshowing if called. @param sessionCount : Number of sessions required to be initialized before a dismissed survey can be shown again. @param daysCount : Number of days required to pass before a dismissed survey can be shown again. */ -+ (void)setThresholdForReshowingSurveyAfterDismiss:(NSInteger)sessionCount daysCount:(NSInteger)daysCount; ++ (void)setThresholdForReshowingSurveyAfterDismiss:(NSInteger)sessionCount daysCount:(NSInteger)daysCount DEPRECATED_MSG_ATTRIBUTE("Reshowing the survey can now be controlled from the dashboard for any new survey you create."); /** @brief Returns true if the survey with a specific token was answered before . diff --git a/ios/Instabug.framework/Headers/IBGTypes.h b/ios/Instabug.framework/Headers/IBGTypes.h index 4434f0808..9b5856d6a 100644 --- a/ios/Instabug.framework/Headers/IBGTypes.h +++ b/ios/Instabug.framework/Headers/IBGTypes.h @@ -140,8 +140,12 @@ extern NSString * const kIBGSurveyIntroTitleText; extern NSString * const kIBGSurveyIntroDescriptionText; extern NSString * const kIBGSurveyIntroTakeSurveyButtonText; extern NSString * const kIBGSurveyIntroDismissButtonText; -extern NSString * const kIBGSurveyThankYouTitleText; -extern NSString * const kIBGSurveyThankYouDescriptionText; +extern NSString * const kIBGSurveyThankYouTitleText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouTitleText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouTitleText for Custom surveys."); +extern NSString * const kIBGSurveyThankYouDescriptionText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouDescriptionText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouDescriptionText for Custom surveys."); +extern NSString * const kIBGStoreRatingThankYouTitleText; +extern NSString * const kIBGStoreRatingThankYouDescriptionText; +extern NSString * const kIBGCustomSurveyThankYouTitleText; +extern NSString * const kIBGCustomSurveyThankYouDescriptionText; extern NSString * const kIBGSurveysNPSLeastLikelyStringName; extern NSString * const kIBGSurveysNPSMostLikelyStringName; extern NSString * const kIBGSurveyNextButtonTitle; diff --git a/ios/Instabug.framework/Info.plist b/ios/Instabug.framework/Info.plist index d44e09bc4..9619808b7 100644 Binary files a/ios/Instabug.framework/Info.plist and b/ios/Instabug.framework/Info.plist differ diff --git a/ios/Instabug.framework/Instabug b/ios/Instabug.framework/Instabug index 385b13ab9..2455fabba 100755 Binary files a/ios/Instabug.framework/Instabug and b/ios/Instabug.framework/Instabug differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/Assets.car b/ios/Instabug.framework/InstabugResources.bundle/Assets.car index 18dba71fd..63153be77 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/Assets.car and b/ios/Instabug.framework/InstabugResources.bundle/Assets.car differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib index 24ff249da..e9eec1bad 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib index 9c6aa253e..fab8a5ec3 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib index b01dc0fb7..5152ef940 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib index 74d5204ea..c6874ae7c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib index 8d51add77..e5e80389c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib index a019997c3..f6a970205 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib index e99ae4a93..31a28f337 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib index ae948cd78..4d79a247c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib index 7f43d7a61..29b953736 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib index 655de456a..32072d6fd 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib index 1bc4e8555..170a773d9 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib index 1b450c93c..85cf40e1c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGPromptVC-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGPromptVC-iPhone.nib index c7efcbf0b..b35947121 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGPromptVC-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGPromptVC-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib index 863b15a6d..17cb48b4d 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib index b2fa03569..ed9adb81d 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib index dc9908c46..bd1f1e763 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGVideoPlaybackViewController.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGVideoPlaybackViewController.nib index e06679ba8..6bc87c70b 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGVideoPlaybackViewController.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGVideoPlaybackViewController.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib b/ios/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib index 76b690a87..628893cf7 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib and b/ios/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/Info.plist b/ios/Instabug.framework/InstabugResources.bundle/Info.plist index 8ca3c97bd..31f708ed7 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/Info.plist and b/ios/Instabug.framework/InstabugResources.bundle/Info.plist differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/InstabugSurveysDataModel.mom b/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/InstabugSurveysDataModel.mom new file mode 100644 index 000000000..40bead41d Binary files /dev/null and b/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/InstabugSurveysDataModel.mom differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/VersionInfo.plist b/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/VersionInfo.plist new file mode 100644 index 000000000..a3e7debad Binary files /dev/null and b/ios/Instabug.framework/InstabugResources.bundle/InstabugSurveysDataModel.momd/VersionInfo.plist differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/ar.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/ar.lproj/Localizable.strings index 3a63e361e..1d915dbbe 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/ar.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/ar.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/cs.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/cs.lproj/Localizable.strings index c0eb390f5..c2843fe9b 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/cs.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/cs.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/da.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/da.lproj/Localizable.strings index b5ad1a19e..940e6b6ca 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/da.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/da.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/de.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/de.lproj/Localizable.strings index 361fd86aa..b0e1830fd 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/de.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/de.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/en.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/en.lproj/Localizable.strings index 972e9a42e..813e4e01c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/en.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/en.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/es.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/es.lproj/Localizable.strings index 49348c231..8cd4a22d3 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/es.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/es.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/fr.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/fr.lproj/Localizable.strings index aa0a7c600..5fc2dda41 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/fr.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/fr.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/hu.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/hu.lproj/Localizable.strings index d8d97bf8c..cee2e43fb 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/hu.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/hu.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/it.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/it.lproj/Localizable.strings index 903dd2968..8cda28d35 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/it.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/it.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/ja.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/ja.lproj/Localizable.strings index be2580bd0..a335d2d42 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/ja.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/ja.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/ko.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/ko.lproj/Localizable.strings index d9954162f..e527e2c1d 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/ko.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/ko.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/nb.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/nb.lproj/Localizable.strings index baf601ac4..8229d0bf1 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/nb.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/nb.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/nl.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/nl.lproj/Localizable.strings index 8338e52bb..067ee6957 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/nl.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/nl.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/pl.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/pl.lproj/Localizable.strings index 65fc5bd88..3824ce9da 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/pl.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/pl.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/pt-BR.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/pt-BR.lproj/Localizable.strings index 8c6544bee..38434537c 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/pt-BR.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/pt-BR.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/pt-PT.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/pt-PT.lproj/Localizable.strings index 0337ccbb3..6847b3591 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/pt-PT.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/pt-PT.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/ru.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/ru.lproj/Localizable.strings index 1e27a91a2..65d5ba4b1 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/ru.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/ru.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/sk.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/sk.lproj/Localizable.strings index 16ce31614..e31cc7a54 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/sk.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/sk.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/sv.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/sv.lproj/Localizable.strings index 96afe4d93..1d00c9184 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/sv.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/sv.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/tr.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/tr.lproj/Localizable.strings index a92787535..004c9afc2 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/tr.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/tr.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/zh-Hans.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/zh-Hans.lproj/Localizable.strings index 976dbcc33..447efbced 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/zh-Hans.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/zh-Hans.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/zh-Hant-TW.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/zh-Hant-TW.lproj/Localizable.strings index 6c4ee13c4..0da33f699 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/zh-Hant-TW.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/zh-Hant-TW.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/InstabugResources.bundle/zh-Hant.lproj/Localizable.strings b/ios/Instabug.framework/InstabugResources.bundle/zh-Hant.lproj/Localizable.strings index 16c10d127..758149109 100644 Binary files a/ios/Instabug.framework/InstabugResources.bundle/zh-Hant.lproj/Localizable.strings and b/ios/Instabug.framework/InstabugResources.bundle/zh-Hant.lproj/Localizable.strings differ diff --git a/ios/Instabug.framework/_CodeSignature/CodeResources b/ios/Instabug.framework/_CodeSignature/CodeResources index 5dcac43df..ec580d3a0 100644 --- a/ios/Instabug.framework/_CodeSignature/CodeResources +++ b/ios/Instabug.framework/_CodeSignature/CodeResources @@ -42,11 +42,11 @@ Headers/IBGSurveys.h - FOZwr54D5o1Nk/VAyF+LvDj6+xk= + /3YzV8EZEQCezQm4JudRChnpyfk= Headers/IBGTypes.h - wY21E1aoqIgcZfMpegTg2RByCWo= + EzJxK9tlSsbPGJPPhKIOct6zILw= Headers/Instabug.h @@ -62,87 +62,87 @@ Info.plist - jBZyn9ULIEmIPJGVAyKsZ92PTOc= + ULXYZAF0Td+LPFLVlcv3LmctiLs= InstabugResources.bundle/Assets.car - XMac1pIO0DsF5p4nw11J9a3WHQM= + XhS6cBx8fhXO/BS4jEy7/pu8Qo4= InstabugResources.bundle/IBGActionSheetCell.nib - emsv2HjQjKwdVuxbuUvd13iXdY0= + IJIInyiYoGaCiJ3SlA+Ych9xGTo= InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib - 3Lqfjf1mY4c10RRASKc80slIdrk= + BeDdN6UO0zxOoNt+92ZxYYwKHto= InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib - ZfyKWCm86aQVSM2WNa3bmytoKtI= + p4JkYD0d7UObVJ5GPGGwh1lpqmg= InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib - F6ZBBct9TeyE2OzGrOV4RL/DHd8= + lT79y++3x79LxyEWp5iISYxRetU= InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib - wBDzns73F0cu6vUknwCnY0iki1M= + v2x23jolqN4uJZQi+SgRhbSMEQI= InstabugResources.bundle/IBGChatCell.nib - J+aKU2G+cZxu1JqrElXdxBtfIB4= + Zp4d9RzSCgHj41Vh8QZtzd1TDJE= InstabugResources.bundle/IBGChatListVC-iPhone.nib - vl49nGK+Vd3B3sqVPxQ9DwupAQY= + fYMI91cJcnSVthgIoGQ2durghVg= InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib - +PloIOczQ/Zy8+4R77oaHae860Q= + h8h0HWcC1Veiwkz29bXYptOWdQs= InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib - cx6v9VKDCyxgP2fOJFVOTuRgOuk= + MyHsUjB4Zkm4Zr2TuRbn5fnzYLQ= InstabugResources.bundle/IBGFullScreenImageViewController.nib - tPQVdemKe7T1XnNfp8e6/tXF7gI= + q6wFe5W3SbJv42atBbMeTGxMBFA= InstabugResources.bundle/IBGPoweredByView.nib - WLOHFW4MdxC/aDS97Sa0K9Dageo= + n4pR/jnECpB4Ifk6fz17XgPX/mM= InstabugResources.bundle/IBGPromptCell.nib - mzG1nX+4eL/qK1iKbJ75W7tywnE= + Uw/LoRflbRsADGFSScCRB/v4dJs= InstabugResources.bundle/IBGPromptVC-iPhone.nib - 2ustYbXE4q6kZex4avRY8Sv0tVg= + Z8tN03hNbv//31k8ahgahMH+XMM= InstabugResources.bundle/IBGReplyView-iPhone.nib - P7LIRGL5CIpSDuFXt0ukbGxW12E= + eK4N9Xnzq6vf0xd1v50nV1AUybo= InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib - 6PrOSG1hIxzVHGhUalUrreR2Sg4= + BjUeUCnqWJvD941u6uV08Wkj9bs= InstabugResources.bundle/IBGScreenshotVC-iPhone.nib - APUJdGbXfgWjJQXaRjFRnlwFvtE= + iaoCWKJeS/yumKKRvA4RNIRcyh8= InstabugResources.bundle/IBGVideoPlaybackViewController.nib - FkxH0FNmbtnPiy6f1SHx7264nzk= + 42ZnTDj5lLuJHdrYXUn903iqUj0= InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib - Bc1Wxm3oz8xdGXzD/Jpyd6dwMMk= + 2MfoOMjeu23dtKSc9qvF3cko+S8= InstabugResources.bundle/Info.plist - 0AM/Z8WgPPMfJvyMTi3bEY9OIzw= + kjCoLfRebyg56BfEpTdZm5bjsHY= InstabugResources.bundle/Inject_DSYM_Project-Archive.sh @@ -196,6 +196,14 @@ YkbS5yZUZ934YIyR3DUr153RA4w= + InstabugResources.bundle/InstabugSurveysDataModel.momd/InstabugSurveysDataModel.mom + + uuP2ulMvf1OBb5sF/e6DZZM4nIk= + + InstabugResources.bundle/InstabugSurveysDataModel.momd/VersionInfo.plist + + cNSlBZC0vTE0QC7vzP5aumVwKeM= + InstabugResources.bundle/Instabug_dsym_upload.sh YwvQgjUt9aYQ6fnSpWcgegBKAN8= @@ -204,7 +212,7 @@ hash - hAnHG8ONXIuasJm3KCeO8n1EpD0= + cbVW9rJnBZTlMekW2ZcaDficlaw= optional @@ -213,7 +221,7 @@ hash - a0uwQF+zg+hQ/NP+BWfU+un875M= + hiDyqbhXElpYnIiDoKLKhrGSqvw= optional @@ -222,7 +230,7 @@ hash - 245gNpTSpj8lVv/K2rcF10GCBps= + w3+BWTshzuVLmi4epkW6+BmWMOM= optional @@ -231,7 +239,7 @@ hash - T4GYywOwnOWyCc1UFOmOo7dSJvk= + NNRbQmv71TvkotnQGlAWCHfurz4= optional @@ -240,7 +248,7 @@ hash - aWQJgc8GIgzoDzhH3/zJhqejx4g= + rbeLyPmNdVJAs8hyDMDGjC/oCv4= optional @@ -258,7 +266,7 @@ hash - A6a11GDKKM3CUoOHIaZSI1BYovo= + BT2hUvr3TF8Pk5tihei1nME+Y5c= optional @@ -267,7 +275,7 @@ hash - 3eGV3KEuiZ8D3aoxss6andhtmeg= + 8woQWr2PW9C5p91F6DDTprCTogo= optional @@ -276,7 +284,7 @@ hash - 0wZe3Fq9PpWFTKvr4d8PFtLBEDc= + 36ikE9zaHboZ3ArGdxYNtB2jLdc= optional @@ -285,7 +293,7 @@ hash - m4nO1dhDTZbZAz82mUUPOjMEQ9k= + FscKI1bUJDy4dKCfEaZ403erRmc= optional @@ -294,7 +302,7 @@ hash - UD492Xw1nW5opLUHcRktym6LAEo= + mShkBFvZqT4fWv0IA3oWUwqmFE0= optional @@ -303,7 +311,7 @@ hash - bCUWAUgey/nwhjJhIVQ3k1ThzzE= + jL0/ZVnz1XFlGs0Vc8VAdg2PkU0= optional @@ -312,7 +320,7 @@ hash - C190Tb90AiLs3ahfC8P1aG2hKSg= + yRRqNO813DQ8u7BQrE97O27NZR4= optional @@ -321,7 +329,7 @@ hash - i2O0jjb1Vq0ViyclHyLpQN3VhiI= + s5HIpeutBAa8joLRQKrLqH7oEo4= optional @@ -330,7 +338,7 @@ hash - yl2urPyHoF+5KZa7LYLSCkZLa4c= + n1gdqiIsmrTzMHTKnTUp6ZsO/5E= optional @@ -339,7 +347,7 @@ hash - p/1shyUyNRhkljTlEd/FccXOs4M= + K97yeoTK/AcJsuCFJEFllspG81c= optional @@ -348,7 +356,7 @@ hash - F3tZkomNx076pOm2jN+VfzirwaI= + I74nS5RUgoTZirXTba2JtYr71Ck= optional @@ -357,7 +365,7 @@ hash - iOdjpVEbgtJAIM9d86NN1zYGruY= + ZAi1mxIiFFU0OnHn+mv6SlaLchM= optional @@ -366,7 +374,7 @@ hash - l0t0G3KY2TX0gKdpJ++9y+CuXz8= + 5h/xJ5u1WXu/XLYN4jRTxVivibg= optional @@ -375,7 +383,7 @@ hash - unSi8B0sacVukdPvko9LeMBMLw4= + vOieu0zucwhktkfa+OgF4yNEA1o= optional @@ -384,7 +392,7 @@ hash - 6tqhBeT1dU1cof5CH6mfFq7k7mc= + xyPa3CaxNgNS51z6b4eCSmvd9M0= optional @@ -393,7 +401,7 @@ hash - u/g9bzYgj33oWAXOXFJgLxQX21s= + 5QR7MHanhAJA+9fgGXwZMNYojsQ= optional @@ -402,7 +410,7 @@ hash - GYmT1kFrdNoVcMtSXPGZbzLlgQg= + PuO9qEwYQSKzAsiHDD8E0GG7erw= optional @@ -411,7 +419,7 @@ hash - CEGK5IBa4KfRabkwTxiow6jddZ4= + y2G+PGK8/ahRbArgsL19mv4yIi0= optional @@ -530,22 +538,22 @@ hash - FOZwr54D5o1Nk/VAyF+LvDj6+xk= + /3YzV8EZEQCezQm4JudRChnpyfk= hash2 - wSSM8KdRPq2ZKgNUh73yPRqA2/LI+TnurOK3Zu1LT3o= + 1MjbiQ0FJn8p44KMs9dBr6jf5iB0LULGV8WEa4tf9Ew= Headers/IBGTypes.h hash - wY21E1aoqIgcZfMpegTg2RByCWo= + EzJxK9tlSsbPGJPPhKIOct6zILw= hash2 - hh2awWGwy4+rL66/84+YkJ8c6qofNj/oc1UPa7fvOZg= + cfGMuKQzC7eE+QivfYWlGpTP8ctHw24eW6Lil90EZr0= Headers/Instabug.h @@ -585,220 +593,220 @@ hash - XMac1pIO0DsF5p4nw11J9a3WHQM= + XhS6cBx8fhXO/BS4jEy7/pu8Qo4= hash2 - AcVy9zZs4d81AnCIycFpCfGR+mTj2gvOREll7AqmwfI= + k5IUz7LxBQKxSXcn9Cl44dwSy5YFoo1pyCb5Wa1gpdQ= InstabugResources.bundle/IBGActionSheetCell.nib hash - emsv2HjQjKwdVuxbuUvd13iXdY0= + IJIInyiYoGaCiJ3SlA+Ych9xGTo= hash2 - qBsGoEkN1sfFcSiA5VjMeROyxhhD5h/U8WYn/PtwwVU= + YH31L1h/ZazqGebGhoKjAGS0QpPwuzUniuu9J/N0DgA= InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib hash - 3Lqfjf1mY4c10RRASKc80slIdrk= + BeDdN6UO0zxOoNt+92ZxYYwKHto= hash2 - d0CNJseknBZSE6cqiZX/q4sDOrNsTh6BTgvPalsvKEw= + cILasiEfnlrgI8KYiEo0Fbv+zG29Sg8SpX7VEvAI6cY= InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib hash - ZfyKWCm86aQVSM2WNa3bmytoKtI= + p4JkYD0d7UObVJ5GPGGwh1lpqmg= hash2 - vHlr4qnMb2Y188YeTlngmXnwkJFHERgaBuPQZl+r2vE= + A22KhtjxMy0++1wGTf+XSSAUTEF5sRC+SIov4XLI4P0= InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib hash - F6ZBBct9TeyE2OzGrOV4RL/DHd8= + lT79y++3x79LxyEWp5iISYxRetU= hash2 - SQujeFLtNUhm2/OE5P2SXkF0tPGM/dTOs4jsQ7C0hxE= + P8XwuXFwBZY+f0/NkovMpIEkr+TqpYV94XhYWGGPIuw= InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib hash - wBDzns73F0cu6vUknwCnY0iki1M= + v2x23jolqN4uJZQi+SgRhbSMEQI= hash2 - Xr3dLf/LtgwSARB3hKZ+yIqa3kHef4eQjUZi/MKrgK0= + ymQ7PX/VBn3tB0nm3rVNAE1Dn05KGz62Ufy35iTNo8w= InstabugResources.bundle/IBGChatCell.nib hash - J+aKU2G+cZxu1JqrElXdxBtfIB4= + Zp4d9RzSCgHj41Vh8QZtzd1TDJE= hash2 - HWfHAuJLa3Ir9R18tVmJhldMQHivy9Chl06CZNheei0= + ne9wPdg+EukFfkKE+vjW0SRB0jmoO1dxhO8sxEsGivU= InstabugResources.bundle/IBGChatListVC-iPhone.nib hash - vl49nGK+Vd3B3sqVPxQ9DwupAQY= + fYMI91cJcnSVthgIoGQ2durghVg= hash2 - 72737F15G8JlVRirfhkxybBWFm5cWbdxkuUMPz3at1o= + qRLUZGZZ9AVDgJ7wbj7Jvin6JqRYxRl/2103PmRzuyI= InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib hash - +PloIOczQ/Zy8+4R77oaHae860Q= + h8h0HWcC1Veiwkz29bXYptOWdQs= hash2 - oUrmBAORb9/6lz9HVmw5+vnbWzajhE2pHXK0ZtzK85I= + pqZRhAiFJmudV7/jDcJkZmor7d2IMKeIs9t5quWPwXM= InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib hash - cx6v9VKDCyxgP2fOJFVOTuRgOuk= + MyHsUjB4Zkm4Zr2TuRbn5fnzYLQ= hash2 - N4TnJlE681igH9z75JY7qvUByKcmjqHQz8rJVWF6QFc= + mDsYQyB5IackajaLBl6hsJza9xamoBZSa/oOf4bbpn0= InstabugResources.bundle/IBGFullScreenImageViewController.nib hash - tPQVdemKe7T1XnNfp8e6/tXF7gI= + q6wFe5W3SbJv42atBbMeTGxMBFA= hash2 - d/gV63HortRo9nWinsOZmYyGfEHtE08SRubkc9DYGu0= + s2Gj11pWE9gn7Ws97yyQp+nFXGK4ehszPIKDrqs5Zx0= InstabugResources.bundle/IBGPoweredByView.nib hash - WLOHFW4MdxC/aDS97Sa0K9Dageo= + n4pR/jnECpB4Ifk6fz17XgPX/mM= hash2 - s+eM0ztQssPWUoRHdXTy4U7O4eoLirixad9gnXdeH5U= + 7tSUgfmJm7k/vccVGn+xn0J5AValicioR2sGqgi3Ppg= InstabugResources.bundle/IBGPromptCell.nib hash - mzG1nX+4eL/qK1iKbJ75W7tywnE= + Uw/LoRflbRsADGFSScCRB/v4dJs= hash2 - qvNvHgtlEKd1Vy+wXndqYcF47Z5LdPy+1g4ekmT0u7A= + jtTAKx3oQoPmpCAitARP811Ui5WXy9MVzLHOU0ZuIwg= InstabugResources.bundle/IBGPromptVC-iPhone.nib hash - 2ustYbXE4q6kZex4avRY8Sv0tVg= + Z8tN03hNbv//31k8ahgahMH+XMM= hash2 - fMWUb1g1uKZvIYVBnwEKKam3YrTgvMonbqGqnb4UzmM= + jROUubTO9j6y5LozyK++SP1c3H/vFbcC56FesxMF+/Y= InstabugResources.bundle/IBGReplyView-iPhone.nib hash - P7LIRGL5CIpSDuFXt0ukbGxW12E= + eK4N9Xnzq6vf0xd1v50nV1AUybo= hash2 - zlWHieJewTQLbTorXQ12Eo2X6XXTidBR3yhId951j/E= + uLtzqV0DWHFwxsxHF6uKXM9cXYNa6aQOs3fgkU0Gizs= InstabugResources.bundle/IBGReportCategoriesVC-iPhone.nib hash - 6PrOSG1hIxzVHGhUalUrreR2Sg4= + BjUeUCnqWJvD941u6uV08Wkj9bs= hash2 - XyDkWc6dLNj89Mr0M8aXDt0MQq92hczdUD47adSubD8= + IU+qRHfE0ve9NUPYZZbN8NzFbPd1H3VftqTgjv5QMNQ= InstabugResources.bundle/IBGScreenshotVC-iPhone.nib hash - APUJdGbXfgWjJQXaRjFRnlwFvtE= + iaoCWKJeS/yumKKRvA4RNIRcyh8= hash2 - TucRb4fhV65ZLGht5EgTBgxQLfzC3fNDxkTkFVl+vEg= + LohssMRB75+FrprS37hK6ju/xtEHi3JFAo+2rnDzo5I= InstabugResources.bundle/IBGVideoPlaybackViewController.nib hash - FkxH0FNmbtnPiy6f1SHx7264nzk= + 42ZnTDj5lLuJHdrYXUn903iqUj0= hash2 - h2GyNeZrRGHpUDEU4pU9x7ECOL2z/v4O8AtlbWPGtV0= + riA3eoZoHQ+Kk37T2FhZpokMpBZ4SbWLNNVJ3IBXIW8= InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib hash - Bc1Wxm3oz8xdGXzD/Jpyd6dwMMk= + 2MfoOMjeu23dtKSc9qvF3cko+S8= hash2 - TQoN8IFzLxlwMAaAm6o7vjMZIqlbBaaqEqwVva7fQ6g= + Hbzytq4TKf86m8yRNHa1/qyGLqV6pooV4212NGVs3DY= InstabugResources.bundle/Info.plist hash - 0AM/Z8WgPPMfJvyMTi3bEY9OIzw= + kjCoLfRebyg56BfEpTdZm5bjsHY= hash2 - IKtNVMRaTO4OKkun0LRW7bxeGX5SR/BrWFqLCJnqaOE= + kz/sfiRRZ/28o9oqRz1++jjKj3WdWAuYCFRemuWUkgI= InstabugResources.bundle/Inject_DSYM_Project-Archive.sh @@ -944,6 +952,28 @@ 0Dp86Ca9InWTUzfhPDnfC7pIdPU38VOLjh8H9hRodEc= + InstabugResources.bundle/InstabugSurveysDataModel.momd/InstabugSurveysDataModel.mom + + hash + + uuP2ulMvf1OBb5sF/e6DZZM4nIk= + + hash2 + + dRzPUxYH+GA5RH825AVP3bGG6w17zyYuTikpYjTnEQI= + + + InstabugResources.bundle/InstabugSurveysDataModel.momd/VersionInfo.plist + + hash + + cNSlBZC0vTE0QC7vzP5aumVwKeM= + + hash2 + + iriTHmuvVgrF24OfJV7xFsSJ0EpNvFoFucrl+nRYH48= + + InstabugResources.bundle/Instabug_dsym_upload.sh hash @@ -959,11 +989,11 @@ hash - hAnHG8ONXIuasJm3KCeO8n1EpD0= + cbVW9rJnBZTlMekW2ZcaDficlaw= hash2 - Ql1XWJ6yXqbGFpxzAaH5nq59UXckjN9gP/z/WbNMhb8= + 5E7ZVyNksnqQvvIcoA71krkxzn8/5K4gasXdyH5PzUM= optional @@ -972,11 +1002,11 @@ hash - a0uwQF+zg+hQ/NP+BWfU+un875M= + hiDyqbhXElpYnIiDoKLKhrGSqvw= hash2 - mtoaP8/CjNnuDZ9grVj7pBac/kqR4ObMQ20A4uUUkmE= + OnV9XNOmZIJZW/iGU6KABs/HWOhn31JYbegbiAD6Nlo= optional @@ -985,11 +1015,11 @@ hash - 245gNpTSpj8lVv/K2rcF10GCBps= + w3+BWTshzuVLmi4epkW6+BmWMOM= hash2 - xps58mat3wuY6EfUrVua7VhAq2n+0jAFtyq6FCjhkOM= + Taa4UtkXz8t5hap/LBRDDvdk3r1vOeZgO5NHV+R1U4M= optional @@ -998,11 +1028,11 @@ hash - T4GYywOwnOWyCc1UFOmOo7dSJvk= + NNRbQmv71TvkotnQGlAWCHfurz4= hash2 - kmovEZ3epJIngHTnB/sVDc7NY3kp6xE/5Eop5YY+GMc= + dalpyDaDxfNRl8uB0i9meOylOQGEp5KRIzK7Bil82Lg= optional @@ -1011,11 +1041,11 @@ hash - aWQJgc8GIgzoDzhH3/zJhqejx4g= + rbeLyPmNdVJAs8hyDMDGjC/oCv4= hash2 - iTUilEcwtuEkRF7Zh0jcbwMpgIwEibhuYSjXXuetu/Q= + cGnQPbt9Zr5KcZ19MM/IpuYsZd8n7k0OLwHTsjyUPNI= optional @@ -1037,11 +1067,11 @@ hash - A6a11GDKKM3CUoOHIaZSI1BYovo= + BT2hUvr3TF8Pk5tihei1nME+Y5c= hash2 - Gzjd3+2y/5bEWqbe75hJFmjOYzj1lJBZy3I6xnlsF2c= + /q7WLV0dJTHgFm4nmDujxRfuv9AAawRMvsNtjDRriBA= optional @@ -1050,11 +1080,11 @@ hash - 3eGV3KEuiZ8D3aoxss6andhtmeg= + 8woQWr2PW9C5p91F6DDTprCTogo= hash2 - 7F//lPdMnB6vdCNJe7quouXWwHwRwnY58ji4m6xm0XM= + hItCSH0ent3G8iFnnfW+H10RdafpoHUeo1ffkavWqQM= optional @@ -1063,11 +1093,11 @@ hash - 0wZe3Fq9PpWFTKvr4d8PFtLBEDc= + 36ikE9zaHboZ3ArGdxYNtB2jLdc= hash2 - tjPeUjnORRPS/0A9b0gtl/YlxoSeq+83BS04I87OwO4= + pvPNozWdXezbuFbvxMnlQOaKz4Vvcd6CVAJHkMdT4to= optional @@ -1076,11 +1106,11 @@ hash - m4nO1dhDTZbZAz82mUUPOjMEQ9k= + FscKI1bUJDy4dKCfEaZ403erRmc= hash2 - qT5+yxZq2bwn4gGYabO+XEpDG7pN28dO5NtHiwAx/R4= + Wg8BmE8SrV48+XgMYqRNDDliuAu7fhg+g/G++sJ6Bk8= optional @@ -1089,11 +1119,11 @@ hash - UD492Xw1nW5opLUHcRktym6LAEo= + mShkBFvZqT4fWv0IA3oWUwqmFE0= hash2 - D6da/22mfAXEYR57E9XPiFJrY1Pix9AFAjmpMEmj9nA= + apgi2J6DABjlTQbJcLqjBfvRyr+kas1ZlPej93bD+Gw= optional @@ -1102,11 +1132,11 @@ hash - bCUWAUgey/nwhjJhIVQ3k1ThzzE= + jL0/ZVnz1XFlGs0Vc8VAdg2PkU0= hash2 - ZBUn8Vd/85Osc2qcR7/gjA828votLGsOIBAS6wCicjU= + 72FlWz1mdJ8X6nxwTtGa2HEaKBgZSo7JsWQiCEs1VzM= optional @@ -1115,11 +1145,11 @@ hash - C190Tb90AiLs3ahfC8P1aG2hKSg= + yRRqNO813DQ8u7BQrE97O27NZR4= hash2 - 3Z8MK/uXmty9/7lxWOp3YjO0FKVJnCKqVqF+1jtYsdI= + bVq+txu1X2FJNV/SBhMAMiiquEFZS4JyPxX+LLNNquU= optional @@ -1128,11 +1158,11 @@ hash - i2O0jjb1Vq0ViyclHyLpQN3VhiI= + s5HIpeutBAa8joLRQKrLqH7oEo4= hash2 - 3RUL8W13+lIoEWr6PwgNU9J4unbPPqbrNJwXxYO9YnI= + l+6Kxp3OuL2e7xU7UIIA3vKzqtLTXtF+STelaF8DYaM= optional @@ -1141,11 +1171,11 @@ hash - yl2urPyHoF+5KZa7LYLSCkZLa4c= + n1gdqiIsmrTzMHTKnTUp6ZsO/5E= hash2 - lD4rCGKwWXei+zzPrM5VUwQG5eEo7SxLMxQxuEMxaeI= + 9hragMpDevCmQywcRPlL8YqZxtom/NiW2kTE5rW6ZIs= optional @@ -1154,11 +1184,11 @@ hash - p/1shyUyNRhkljTlEd/FccXOs4M= + K97yeoTK/AcJsuCFJEFllspG81c= hash2 - JKX7Rvq9LSSme5ftqv+uvCVE35b6RAyvtFhUGux6dmM= + 1ifpkGfMXgbc1uKZqg9XQqJiuidQiMOeduzqmu/Jwo4= optional @@ -1167,11 +1197,11 @@ hash - F3tZkomNx076pOm2jN+VfzirwaI= + I74nS5RUgoTZirXTba2JtYr71Ck= hash2 - y8J4mAR62MjbRdsmGuQFxpl5nyePrsi4RE3izQZSX0o= + kQhsKa57mslqzBsS+ErYJNPbCk8zfiRCuqvKchFVuuI= optional @@ -1180,11 +1210,11 @@ hash - iOdjpVEbgtJAIM9d86NN1zYGruY= + ZAi1mxIiFFU0OnHn+mv6SlaLchM= hash2 - xJ/oMVU6aVZaVobvxiDII/9hvtpNpKdM+h+NJx68/ms= + OSJ6+PqvX0WQP+cuMyPa2lRBmG/h3xjpL7m1jerMlX8= optional @@ -1193,11 +1223,11 @@ hash - l0t0G3KY2TX0gKdpJ++9y+CuXz8= + 5h/xJ5u1WXu/XLYN4jRTxVivibg= hash2 - QYjNLLRsua1IUyTM7ztVPEfi7DMmBwDcQXuukY0dF8c= + lL5JZisbJOZeiKGASeWE2x9kqBaherjENqTSC9u3Bpo= optional @@ -1206,11 +1236,11 @@ hash - unSi8B0sacVukdPvko9LeMBMLw4= + vOieu0zucwhktkfa+OgF4yNEA1o= hash2 - bTU672I8JZsYZ2RgWa3r8ffAA+4+/w1s0UPN02EPr/M= + NAmrpTCNFG5Ya+hMPaej/aUrXsaVh5F4QnM9E6M8vnE= optional @@ -1219,11 +1249,11 @@ hash - 6tqhBeT1dU1cof5CH6mfFq7k7mc= + xyPa3CaxNgNS51z6b4eCSmvd9M0= hash2 - 4+bqiKdvl20YYwOCnRdk+2EWOERICmglWlTmPos/2Gc= + 9LLrVTcLJRLuEwwG95j44dIf2SP4kEhXBI+JvN/NS3c= optional @@ -1232,11 +1262,11 @@ hash - u/g9bzYgj33oWAXOXFJgLxQX21s= + 5QR7MHanhAJA+9fgGXwZMNYojsQ= hash2 - QvkF5TbJc/saIqrU4W1gL4T3BrEDymEDJZKLbe9dog8= + pZG58Ht2KPcmw3RsKwZO8WhZLDImo5iOukAF0q6TQzU= optional @@ -1245,11 +1275,11 @@ hash - GYmT1kFrdNoVcMtSXPGZbzLlgQg= + PuO9qEwYQSKzAsiHDD8E0GG7erw= hash2 - NnjkuGzeQfeTvS6AhN7tl++jofTkczAz407JCw4+73I= + AP+UyZBL9MWsXA5NWWDNAyGBkiF/59Z3t7GkHdfTAo8= optional @@ -1258,11 +1288,11 @@ hash - CEGK5IBa4KfRabkwTxiow6jddZ4= + y2G+PGK8/ahRbArgsL19mv4yIi0= hash2 - BLhLxDWpfycoapTAhV2NzmJesgKNZGKuUR8mwEFE7i8= + 4EhJ/JcYtLlfH/QBHDU5g6RVezd/DJzpvgC7wMrrWe4= optional diff --git a/ios/RNInstabug/InstabugReactBridge.m b/ios/RNInstabug/InstabugReactBridge.m index 764d1ab91..f4ab62f8f 100644 --- a/ios/RNInstabug/InstabugReactBridge.m +++ b/ios/RNInstabug/InstabugReactBridge.m @@ -718,7 +718,14 @@ - (NSDictionary *)constantsToExport @"welcomeMessageBetaFinishStepTitle": kIBGBetaWelcomeMessageFinishStepTitle, @"welcomeMessageBetaFinishStepContent": kIBGBetaWelcomeMessageFinishStepContent, @"welcomeMessageLiveWelcomeStepTitle": kIBGLiveWelcomeMessageTitle, - @"welcomeMessageLiveWelcomeStepContent": kIBGLiveWelcomeMessageContent + @"welcomeMessageLiveWelcomeStepContent": kIBGLiveWelcomeMessageContent, + + @"surveysCustomThanksTitle": kIBGCustomSurveyThankYouTitleText, + @"surveysCustomThanksSubtitle": kIBGCustomSurveyThankYouDescriptionText, + + @"surveysStoreRatingThanksTitle": kIBGStoreRatingThankYouTitleText, + @"surveysStoreRatingThanksSubtitle": kIBGStoreRatingThankYouDescriptionText + }; };