├── .gitignore ├── README.md ├── plugin.xml ├── src ├── android │ ├── IBPlugin.java │ └── IBPluginActivity.java └── ios │ ├── IBPlugin.h │ ├── IBPlugin.m │ ├── Instabug.bundle │ ├── CaptureButton-IBGColorThemeDark.png │ ├── CaptureButton-IBGColorThemeDark@2x.png │ ├── CaptureButton-IBGColorThemeDark@3x.png │ ├── CaptureButton.png │ ├── CaptureButton@2x.png │ ├── CaptureButton@3x.png │ ├── DialogBackgroundTop-IBGColorThemeDark.png │ ├── DialogBackgroundTop-IBGColorThemeDark@2x.png │ ├── DialogBackgroundTop-IBGColorThemeDark@3x.png │ ├── DialogBackgroundTop.png │ ├── DialogBackgroundTop@2x.png │ ├── DialogBackgroundTop@3x.png │ ├── DialogBackgroundbottom-IBGColorThemeDark.png │ ├── DialogBackgroundbottom-IBGColorThemeDark@2x.png │ ├── DialogBackgroundbottom-IBGColorThemeDark@3x.png │ ├── DialogBackgroundbottom.png │ ├── DialogBackgroundbottom@2x.png │ ├── DialogBackgroundbottom@3x.png │ ├── ExtraScreenshot-IBGColorThemeDark.png │ ├── ExtraScreenshot-IBGColorThemeDark@2x.png │ ├── ExtraScreenshot-IBGColorThemeDark@3x.png │ ├── ExtraScreenshot.png │ ├── ExtraScreenshot@2x.png │ ├── ExtraScreenshot@3x.png │ ├── IBG-FloatingButton-IBGColorThemeDark.png │ ├── IBG-FloatingButton-IBGColorThemeDark@2x.png │ ├── IBG-FloatingButton-IBGColorThemeDark@3x.png │ ├── IBG-FloatingButton.png │ ├── IBG-FloatingButton@2x.png │ ├── IBG-FloatingButton@3x.png │ ├── IBGActionSheetVC-Landscape-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGActionSheetVC-Landscape-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGActionSheetVC-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGActionSheetVC-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGAttachmentButton.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGAttachmentsActionSheet-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGAttachmentsActionSheet-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGErrorOverlayView.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFeedbackVC-Landscape-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFeedbackVC-Landscape-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFeedbackVC-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFeedbackVC-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFeedbackViewHeader.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGFullScreenImageView.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMConversationVC-Landscape-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMConversationVC-Landscape-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMConversationVC-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMConversationVC-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMInboundCell.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMOutboundCell.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadCell-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadCell.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadsVC-Landscape-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadsVC-Landscape-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadsVC-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMThreadsVC-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGIAMUnnotifiedMessagesAlertView.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGPoweredByInstabug.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGScreenshotVC-Landscape-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGScreenshotVC-Landscape-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGScreenshotVC-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGScreenshotVC-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGVoiceNoteRecordingView-iPad.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── IBGVoiceNoteRecordingView-iPhone.nib │ │ ├── objects.nib │ │ └── runtime.nib │ ├── InAppBug-IBGColorThemeDark.png │ ├── InAppBug-IBGColorThemeDark@2x.png │ ├── InAppBug-IBGColorThemeDark@3x.png │ ├── InAppBug.png │ ├── InAppBug@2x.png │ ├── InAppBug@3x.png │ ├── InAppFeedback-IBGColorThemeDark.png │ ├── InAppFeedback-IBGColorThemeDark@2x.png │ ├── InAppFeedback-IBGColorThemeDark@3x.png │ ├── InAppFeedback.png │ ├── InAppFeedback@2x.png │ ├── InAppFeedback@3x.png │ ├── InAppGrayAvatar.png │ ├── InAppGrayAvatar@2x.png │ ├── InAppGrayAvatar@3x.png │ ├── InAppScreenshotPlaceholder.png │ ├── InAppScreenshotPlaceholder@2x.png │ ├── InAppScreenshotPlaceholder@3x.png │ ├── InAppVideoPlaceholder.png │ ├── InAppVideoPlaceholder@2x.png │ ├── InAppVideoPlaceholder@3x.png │ ├── Info.plist │ ├── Instabug_dsym_upload.sh │ ├── NoConnection-IBGColorThemeDark.png │ ├── NoConnection-IBGColorThemeDark@2x.png │ ├── NoConnection-IBGColorThemeDark@3x.png │ ├── NoConnection.png │ ├── NoConnection@2x.png │ ├── NoConnection@3x.png │ ├── NoMessages-IBGColorThemeDark.png │ ├── NoMessages-IBGColorThemeDark@2x.png │ ├── NoMessages-IBGColorThemeDark@3x.png │ ├── NoMessages.png │ ├── NoMessages@2x.png │ ├── NoMessages@3x.png │ ├── SendButton.png │ ├── SendButton@2x.png │ ├── SendButton@3x.png │ ├── Shake-43.png │ ├── actionsheet_1-IBGColorThemeDark.png │ ├── actionsheet_1-IBGColorThemeDark@2x.png │ ├── actionsheet_1.png │ ├── actionsheet_1@2x.png │ ├── actionsheet_2-IBGColorThemeDark.png │ ├── actionsheet_2-IBGColorThemeDark@2x.png │ ├── actionsheet_2.png │ ├── actionsheet_2@2x.png │ ├── actionsheet_3-IBGColorThemeDark.png │ ├── actionsheet_3-IBGColorThemeDark@2x.png │ ├── actionsheet_3.png │ ├── actionsheet_3@2x.png │ ├── addscreenshot-IBGColorThemeDark.png │ ├── addscreenshot-IBGColorThemeDark@2x.png │ ├── addscreenshot-IBGColorThemeDark@3x.png │ ├── addscreenshot.png │ ├── addscreenshot@2x.png │ ├── addscreenshot@3x.png │ ├── ar.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── audioplaceholder-IBGColorThemeDark.png │ ├── audioplaceholder-IBGColorThemeDark@2x.png │ ├── audioplaceholder-IBGColorThemeDark@3x.png │ ├── audioplaceholder-Landscape-IBGColorThemeDark.png │ ├── audioplaceholder-Landscape-IBGColorThemeDark@2x.png │ ├── audioplaceholder-Landscape-IBGColorThemeDark@3x.png │ ├── audioplaceholder-Landscape.png │ ├── audioplaceholder-Landscape@2x.png │ ├── audioplaceholder-Landscape@3x.png │ ├── audioplaceholder.png │ ├── audioplaceholder@2x.png │ ├── audioplaceholder@3x.png │ ├── backbtn.png │ ├── backbtn@2x.png │ ├── backbtn@3x.png │ ├── bluebubble.png │ ├── bluebubble@2x.png │ ├── bluebubble@3x.png │ ├── bug-IBGColorThemeDark.png │ ├── bug-IBGColorThemeDark@2x.png │ ├── bug-IBGColorThemeDark@3x.png │ ├── bug.png │ ├── bug@2x.png │ ├── bug@3x.png │ ├── colordarkblue.png │ ├── colordarkblue@2x.png │ ├── colordarkblue@3x.png │ ├── colorgreen.png │ ├── colorgreen@2x.png │ ├── colorgreen@3x.png │ ├── colorlightblue.png │ ├── colorlightblue@2x.png │ ├── colorlightblue@3x.png │ ├── colorred.png │ ├── colorred@2x.png │ ├── colorred@3x.png │ ├── coloryellow.png │ ├── coloryellow@2x.png │ ├── coloryellow@3x.png │ ├── coloselected.png │ ├── coloselected@2x.png │ ├── coloselected@3x.png │ ├── cs.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── da.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── de.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── deletescreenshot.png │ ├── deletescreenshot@2x.png │ ├── deletescreenshot@3x.png │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── eraser-IBGColorThemeDark.png │ ├── eraser-IBGColorThemeDark@2x.png │ ├── eraser-IBGColorThemeDark@3x.png │ ├── eraser.png │ ├── eraser@2x.png │ ├── eraser@3x.png │ ├── es.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── feedback-IBGColorThemeDark.png │ ├── feedback-IBGColorThemeDark@2x.png │ ├── feedback-IBGColorThemeDark@3x.png │ ├── feedback.png │ ├── feedback@2x.png │ ├── feedback@3x.png │ ├── fr.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── fromgallery-IBGColorThemeDark.png │ ├── fromgallery-IBGColorThemeDark@2x.png │ ├── fromgallery-IBGColorThemeDark@3x.png │ ├── fromgallery.png │ ├── fromgallery@2x.png │ ├── fromgallery@3x.png │ ├── graybubble.png │ ├── graybubble@2x.png │ ├── graybubble@3x.png │ ├── heartforyou.png │ ├── heartforyou@2x.png │ ├── heartforyou@3x.png │ ├── history-IBGColorThemeDark.png │ ├── history-IBGColorThemeDark@2x.png │ ├── history-IBGColorThemeDark@3x.png │ ├── history.png │ ├── history@2x.png │ ├── history@3x.png │ ├── historynotification-IBGColorThemeDark.png │ ├── historynotification-IBGColorThemeDark@2x.png │ ├── historynotification-IBGColorThemeDark@3x.png │ ├── historynotification.png │ ├── historynotification@2x.png │ ├── historynotification@3x.png │ ├── instabuglogo.png │ ├── instabuglogo@2x.png │ ├── instabuglogo@3x.png │ ├── it.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── ja.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── ko.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── micro-IBGColorThemeDark.png │ ├── micro-IBGColorThemeDark@2x.png │ ├── micro-IBGColorThemeDark@3x.png │ ├── micro.png │ ├── micro@2x.png │ ├── micro@3x.png │ ├── onefinger-1.png │ ├── onefinger-10.png │ ├── onefinger-11.png │ ├── onefinger-12.png │ ├── onefinger-13.png │ ├── onefinger-14.png │ ├── onefinger-15.png │ ├── onefinger-16.png │ ├── onefinger-17.png │ ├── onefinger-18.png │ ├── onefinger-19.png │ ├── onefinger-2.png │ ├── onefinger-20.png │ ├── onefinger-21.png │ ├── onefinger-22.png │ ├── onefinger-23.png │ ├── onefinger-24.png │ ├── onefinger-25.png │ ├── onefinger-26.png │ ├── onefinger-27.png │ ├── onefinger-28.png │ ├── onefinger-29.png │ ├── onefinger-3.png │ ├── onefinger-30.png │ ├── onefinger-31.png │ ├── onefinger-32.png │ ├── onefinger-33.png │ ├── onefinger-34.png │ ├── onefinger-35.png │ ├── onefinger-36.png │ ├── onefinger-4.png │ ├── onefinger-5.png │ ├── onefinger-6.png │ ├── onefinger-7.png │ ├── onefinger-8.png │ ├── onefinger-9.png │ ├── pl.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── playrecording.png │ ├── playrecording@2x.png │ ├── playrecording@3x.png │ ├── powerplushome-1.png │ ├── powerplushome-10.png │ ├── powerplushome-11.png │ ├── powerplushome-12.png │ ├── powerplushome-13.png │ ├── powerplushome-14.png │ ├── powerplushome-15.png │ ├── powerplushome-16.png │ ├── powerplushome-17.png │ ├── powerplushome-18.png │ ├── powerplushome-19.png │ ├── powerplushome-2.png │ ├── powerplushome-20.png │ ├── powerplushome-21.png │ ├── powerplushome-22.png │ ├── powerplushome-23.png │ ├── powerplushome-24.png │ ├── powerplushome-25.png │ ├── powerplushome-26.png │ ├── powerplushome-27.png │ ├── powerplushome-28.png │ ├── powerplushome-29.png │ ├── powerplushome-3.png │ ├── powerplushome-30.png │ ├── powerplushome-4.png │ ├── powerplushome-5.png │ ├── powerplushome-6.png │ ├── powerplushome-7.png │ ├── powerplushome-8.png │ ├── powerplushome-9.png │ ├── presstorecord.png │ ├── presstorecord@2x.png │ ├── presstorecord@3x.png │ ├── pt-BR.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── recordingvoice.png │ ├── recordingvoice@2x.png │ ├── recordingvoice@3x.png │ ├── ru.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── shake-1.png │ ├── shake-10.png │ ├── shake-11.png │ ├── shake-12.png │ ├── shake-13.png │ ├── shake-14.png │ ├── shake-15.png │ ├── shake-16.png │ ├── shake-17.png │ ├── shake-18.png │ ├── shake-19.png │ ├── shake-2.png │ ├── shake-20.png │ ├── shake-21.png │ ├── shake-22.png │ ├── shake-23.png │ ├── shake-24.png │ ├── shake-25.png │ ├── shake-26.png │ ├── shake-27.png │ ├── shake-28.png │ ├── shake-29.png │ ├── shake-3.png │ ├── shake-30.png │ ├── shake-31.png │ ├── shake-32.png │ ├── shake-33.png │ ├── shake-34.png │ ├── shake-35.png │ ├── shake-36.png │ ├── shake-37.png │ ├── shake-38.png │ ├── shake-39.png │ ├── shake-4.png │ ├── shake-40.png │ ├── shake-41.png │ ├── shake-42.png │ ├── shake-5.png │ ├── shake-6.png │ ├── shake-7.png │ ├── shake-8.png │ ├── shake-9.png │ ├── stoprecording.png │ ├── stoprecording@2x.png │ ├── stoprecording@3x.png │ ├── sv.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── tr.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── twofingers-1.png │ ├── twofingers-10.png │ ├── twofingers-11.png │ ├── twofingers-12.png │ ├── twofingers-13.png │ ├── twofingers-14.png │ ├── twofingers-15.png │ ├── twofingers-16.png │ ├── twofingers-17.png │ ├── twofingers-18.png │ ├── twofingers-19.png │ ├── twofingers-2.png │ ├── twofingers-20.png │ ├── twofingers-21.png │ ├── twofingers-22.png │ ├── twofingers-23.png │ ├── twofingers-24.png │ ├── twofingers-25.png │ ├── twofingers-26.png │ ├── twofingers-27.png │ ├── twofingers-28.png │ ├── twofingers-29.png │ ├── twofingers-3.png │ ├── twofingers-30.png │ ├── twofingers-31.png │ ├── twofingers-32.png │ ├── twofingers-33.png │ ├── twofingers-34.png │ ├── twofingers-35.png │ ├── twofingers-36.png │ ├── twofingers-37.png │ ├── twofingers-38.png │ ├── twofingers-39.png │ ├── twofingers-4.png │ ├── twofingers-5.png │ ├── twofingers-6.png │ ├── twofingers-7.png │ ├── twofingers-8.png │ ├── twofingers-9.png │ ├── zh-Hans.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ └── zh-Hant.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ └── Instabug.framework │ ├── .DS_Store │ ├── Headers │ ├── Instabug │ ├── Modules │ └── module.modulemap │ └── Versions │ ├── A │ ├── Headers │ │ ├── IBGEnums.h │ │ └── Instabug.h │ └── Instabug │ └── Current └── www └── instabug.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/README.md -------------------------------------------------------------------------------- /plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/plugin.xml -------------------------------------------------------------------------------- /src/android/IBPlugin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/android/IBPlugin.java -------------------------------------------------------------------------------- /src/android/IBPluginActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/android/IBPluginActivity.java -------------------------------------------------------------------------------- /src/ios/IBPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/IBPlugin.h -------------------------------------------------------------------------------- /src/ios/IBPlugin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/IBPlugin.m -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/CaptureButton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/CaptureButton@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundTop@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundTop@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/DialogBackgroundbottom@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/DialogBackgroundbottom@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ExtraScreenshot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ExtraScreenshot@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBG-FloatingButton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBG-FloatingButton@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-Landscape-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentButton.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentButton.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentButton.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentButton.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGAttachmentsActionSheet-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGErrorOverlayView.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGErrorOverlayView.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGErrorOverlayView.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGErrorOverlayView.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-Landscape-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackVC-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackVC-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackViewHeader.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackViewHeader.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFeedbackViewHeader.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFeedbackViewHeader.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFullScreenImageView.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFullScreenImageView.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGFullScreenImageView.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGFullScreenImageView.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-Landscape-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMConversationVC-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMConversationVC-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMInboundCell.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMInboundCell.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMInboundCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMInboundCell.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMOutboundCell.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMOutboundCell.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMOutboundCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMOutboundCell.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadCell-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadCell-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadCell-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadCell-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadCell.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadCell.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadCell.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-Landscape-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMThreadsVC-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMThreadsVC-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMUnnotifiedMessagesAlertView.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMUnnotifiedMessagesAlertView.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGIAMUnnotifiedMessagesAlertView.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGIAMUnnotifiedMessagesAlertView.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGPoweredByInstabug.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGPoweredByInstabug.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGPoweredByInstabug.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGPoweredByInstabug.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-Landscape-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPad.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPad.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPad.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPad.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPhone.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPhone.nib/objects.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPhone.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/IBGVoiceNoteRecordingView-iPhone.nib/runtime.nib -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppBug@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppBug@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppFeedback@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppFeedback@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppGrayAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppGrayAvatar.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppGrayAvatar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppGrayAvatar@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppGrayAvatar@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppGrayAvatar@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppScreenshotPlaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppScreenshotPlaceholder.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppScreenshotPlaceholder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppScreenshotPlaceholder@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppScreenshotPlaceholder@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppScreenshotPlaceholder@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppVideoPlaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppVideoPlaceholder.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppVideoPlaceholder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppVideoPlaceholder@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/InAppVideoPlaceholder@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/InAppVideoPlaceholder@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/Info.plist -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/Instabug_dsym_upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/Instabug_dsym_upload.sh -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoConnection@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoConnection@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/NoMessages@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/NoMessages@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/SendButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/SendButton.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/SendButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/SendButton@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/SendButton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/SendButton@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/Shake-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/Shake-43.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_1-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_1-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_1-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_1-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_1.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_1@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_2-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_2-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_2-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_2-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_2.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_2@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_3-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_3-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_3-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_3-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_3.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/actionsheet_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/actionsheet_3@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/addscreenshot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/addscreenshot@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder-Landscape@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder-Landscape@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/audioplaceholder@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/audioplaceholder@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/backbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/backbtn.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/backbtn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/backbtn@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/backbtn@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/backbtn@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bluebubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bluebubble.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bluebubble@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bluebubble@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bluebubble@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bluebubble@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/bug@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/bug@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colordarkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colordarkblue.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colordarkblue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colordarkblue@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colordarkblue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colordarkblue@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorgreen.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorgreen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorgreen@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorgreen@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorgreen@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorlightblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorlightblue.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorlightblue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorlightblue@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorlightblue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorlightblue@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorred.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorred@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorred@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/colorred@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/colorred@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloryellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloryellow.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloryellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloryellow@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloryellow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloryellow@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloselected.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloselected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloselected@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/coloselected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/coloselected@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/deletescreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/deletescreenshot.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/deletescreenshot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/deletescreenshot@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/deletescreenshot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/deletescreenshot@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/eraser@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/eraser@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/feedback@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/feedback@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/fromgallery@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/fromgallery@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/graybubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/graybubble.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/graybubble@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/graybubble@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/graybubble@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/graybubble@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/heartforyou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/heartforyou.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/heartforyou@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/heartforyou@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/heartforyou@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/heartforyou@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/history@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/history@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/historynotification@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/historynotification@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/instabuglogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/instabuglogo.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/instabuglogo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/instabuglogo@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/instabuglogo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/instabuglogo@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro-IBGColorThemeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro-IBGColorThemeDark.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro-IBGColorThemeDark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro-IBGColorThemeDark@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro-IBGColorThemeDark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro-IBGColorThemeDark@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/micro@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/micro@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-1.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-10.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-11.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-12.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-13.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-14.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-15.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-16.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-17.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-18.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-19.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-2.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-20.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-21.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-22.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-23.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-24.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-25.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-26.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-27.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-28.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-29.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-3.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-30.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-31.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-32.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-33.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-34.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-35.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-36.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-4.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-5.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-6.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-7.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-8.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/onefinger-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/onefinger-9.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/playrecording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/playrecording.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/playrecording@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/playrecording@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/playrecording@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/playrecording@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-1.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-10.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-11.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-12.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-13.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-14.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-15.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-16.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-17.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-18.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-19.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-2.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-20.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-21.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-22.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-23.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-24.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-25.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-26.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-27.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-28.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-29.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-3.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-30.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-4.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-5.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-6.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-7.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-8.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/powerplushome-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/powerplushome-9.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/presstorecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/presstorecord.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/presstorecord@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/presstorecord@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/presstorecord@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/presstorecord@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/pt-BR.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/pt-BR.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/pt-BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/pt-BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/recordingvoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/recordingvoice.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/recordingvoice@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/recordingvoice@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/recordingvoice@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/recordingvoice@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-1.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-10.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-11.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-12.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-13.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-14.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-15.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-16.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-17.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-18.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-19.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-2.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-20.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-21.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-22.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-23.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-24.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-25.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-26.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-27.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-28.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-29.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-3.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-30.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-31.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-32.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-33.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-34.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-35.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-36.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-37.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-38.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-39.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-4.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-40.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-41.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-42.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-5.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-6.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-7.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-8.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/shake-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/shake-9.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/stoprecording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/stoprecording.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/stoprecording@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/stoprecording@2x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/stoprecording@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/stoprecording@3x.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-1.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-10.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-11.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-12.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-13.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-14.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-15.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-16.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-17.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-18.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-19.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-2.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-20.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-21.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-22.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-23.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-24.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-25.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-26.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-27.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-28.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-29.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-3.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-30.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-31.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-32.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-33.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-34.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-35.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-36.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-37.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-38.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-39.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-4.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-5.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-6.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-7.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-8.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/twofingers-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/twofingers-9.png -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/zh-Hant.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/zh-Hant.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /src/ios/Instabug.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /src/ios/Instabug.framework/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.framework/.DS_Store -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Instabug: -------------------------------------------------------------------------------- 1 | Versions/Current/Instabug -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Versions/A/Headers/IBGEnums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.framework/Versions/A/Headers/IBGEnums.h -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Versions/A/Headers/Instabug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.framework/Versions/A/Headers/Instabug.h -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Versions/A/Instabug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/src/ios/Instabug.framework/Versions/A/Instabug -------------------------------------------------------------------------------- /src/ios/Instabug.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /www/instabug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethrego/cordova-plugin-instabug/HEAD/www/instabug.js --------------------------------------------------------------------------------