diff --git a/.circleci/config.yml b/.circleci/config.yml
index 66093337a8..10d2195cc9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -206,13 +206,13 @@ jobs:
publish:
macos:
- xcode: "10.1.0"
+ xcode: "12.5.1"
working_directory: "~"
steps:
- checkout:
path: ~/project
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
- - run: cd Escape && swift build -c release -Xswiftc -static-stdlib
+ - run: cd Escape && swift build -c release
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
- run: cd project && Escape react-native publish
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e9e46caf..c3954d5853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 10.9.1 (2021-10-13)
+
+* Bumps Instabug Android SDK to v10.9.1
+* Bumps Instabug iOS SDK to v10.9.3
+* Fixes an issue with network requests not getting logged in v10.9.0 on iOS
+
## 10.9.0 (2021-09-30)
* Bumps Instabug native SDKs to v10.9
diff --git a/InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj b/InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj
index c03a4f1e4f..6cb7eba6c3 100644
--- a/InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj
+++ b/InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj
@@ -328,7 +328,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InstabugSample/Pods-InstabugSample-frameworks.sh",
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/Instabug/Instabug.framework/Instabug",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/RNInstabug/Instabug.framework/Instabug",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
diff --git a/InstabugSample/yarn.lock b/InstabugSample/yarn.lock
index 1314a7d8e2..52a34bca21 100644
--- a/InstabugSample/yarn.lock
+++ b/InstabugSample/yarn.lock
@@ -2830,7 +2830,7 @@ inquirer@^6.4.1:
through "^2.3.6"
instabug-reactnative@../:
- version "10.4.0"
+ version "10.9.1"
invariant@^2.2.4:
version "2.2.4"
@@ -3637,7 +3637,7 @@ lodash.unescape@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
-lodash@4.x.x, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
+lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
diff --git a/android/build.gradle b/android/build.gradle
index 8361b56439..fdd12aa69a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -29,7 +29,7 @@ android {
dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.facebook.react:react-native:+'
- api('com.instabug.library:instabug:10.8.1') {
+ api('com.instabug.library:instabug:10.9.1') {
exclude group: 'com.android.support:appcompat-v7'
}
testImplementation 'org.mockito:mockito-core:1.10.19'
diff --git a/ios/Instabug.xcframework/Info.plist b/ios/Instabug.xcframework/Info.plist
index 558edb70e8..e75e973eee 100644
--- a/ios/Instabug.xcframework/Info.plist
+++ b/ios/Instabug.xcframework/Info.plist
@@ -5,39 +5,39 @@
AvailableLibraries
+ BitcodeSymbolMapsPath
+ BCSymbolMaps
DebugSymbolsPath
dSYMs
LibraryIdentifier
- ios-arm64_i386_x86_64-simulator
+ ios-arm64_armv7
LibraryPath
Instabug.framework
SupportedArchitectures
arm64
- i386
- x86_64
+ armv7
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
- BitcodeSymbolMapsPath
- BCSymbolMaps
DebugSymbolsPath
dSYMs
LibraryIdentifier
- ios-arm64_armv7
+ ios-arm64_i386_x86_64-simulator
LibraryPath
Instabug.framework
SupportedArchitectures
arm64
- armv7
+ i386
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/4CFED269-D698-3202-8EB9-881643329547.bcsymbolmap b/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/3978BFF7-3B5F-3598-AA4C-603BB18B7ECD.bcsymbolmap
similarity index 99%
rename from ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/4CFED269-D698-3202-8EB9-881643329547.bcsymbolmap
rename to ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/3978BFF7-3B5F-3598-AA4C-603BB18B7ECD.bcsymbolmap
index 41d94cf250..20335527a9 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/4CFED269-D698-3202-8EB9-881643329547.bcsymbolmap
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/3978BFF7-3B5F-3598-AA4C-603BB18B7ECD.bcsymbolmap
@@ -9345,7 +9345,7 @@ ___destroy_helper_block_e8_20s36s40s44s48s52s56s60s64s
___118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
-___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.737
+___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.718
-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]
___78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
+[IBGNetworkLoggerPersistenceManager fetchRequest]
@@ -9369,7 +9369,8 @@ ___50-[IBGNetworkLoggerPersistenceManager clearOldLogs]_block_invoke
___block_descriptor_72_e8_20s36s40s44s48s52s56s60s64s_e31_v8?0"NSManagedObjectContext"4l
___block_descriptor_76_e8_20s36s40s44s48s52s56s60s64s_e31_v8?0"NSManagedObjectContext"4l
___block_descriptor_20_e16_v8?0"NSError"4l
-_OBJC_CLASSLIST_REFERENCES_$_.786
+___block_literal_global.719
+_OBJC_CLASSLIST_REFERENCES_$_.813
__OBJC_$_CLASS_METHODS_IBGNetworkLoggerPersistenceManager
__OBJC_CLASS_PROTOCOLS_$_IBGNetworkLoggerPersistenceManager
__OBJC_METACLASS_RO_$_IBGNetworkLoggerPersistenceManager
@@ -9386,7 +9387,7 @@ __63-[IBGNetworkLoggerPersistenceManager clearAllLogsSynchronously]_block_invoke
__58-[IBGNetworkLoggerPersistenceManager clearLastSessionLogs]_block_invoke
__50-[IBGNetworkLoggerPersistenceManager clearAllLogs]_block_invoke
__78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
-__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.737
+__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.718
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
__118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
__destroy_helper_block_e8_20s36s40s44s48s52s56s60s64s
@@ -19287,6 +19288,7 @@ ___62+[IBGExecutionTrace startExecutionTraceWithName:errorHandler:]_block_invoke
-[IBGExecutionTrace setType:]
-[IBGExecutionTrace .cxx_destruct]
___block_descriptor_20_e30_i12?0"NSNumber"4"NSNumber"8l
+_OBJC_CLASSLIST_REFERENCES_$_.786
__OBJC_$_CLASS_METHODS_IBGExecutionTrace
__OBJC_METACLASS_RO_$_IBGExecutionTrace
__OBJC_$_INSTANCE_METHODS_IBGExecutionTrace
@@ -24081,7 +24083,6 @@ ___63-[IBGChatVC collectionView:willDisplayCell:forItemAtIndexPath:]_block_invok
-[IBGChatVC setNavigtaionBar:]
-[IBGChatVC .cxx_destruct]
_OBJC_IVAR_$_IBGChatVC._shouldShowCloseButton
-_OBJC_CLASSLIST_REFERENCES_$_.813
_OBJC_CLASSLIST_REFERENCES_$_.878
_OBJC_IVAR_$_IBGChatVC._presenter
_OBJC_IVAR_$_IBGChatVC._currentSection
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/9561CDD0-7334-3EED-A0BA-4A375010AEDE.bcsymbolmap b/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/A5F105BF-6F10-3536-8354-8195AE5FD92C.bcsymbolmap
similarity index 99%
rename from ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/9561CDD0-7334-3EED-A0BA-4A375010AEDE.bcsymbolmap
rename to ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/A5F105BF-6F10-3536-8354-8195AE5FD92C.bcsymbolmap
index 4745b8aae2..c2b0c6446c 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/9561CDD0-7334-3EED-A0BA-4A375010AEDE.bcsymbolmap
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/BCSymbolMaps/A5F105BF-6F10-3536-8354-8195AE5FD92C.bcsymbolmap
@@ -9315,7 +9315,7 @@ ___destroy_helper_block_e8_32s40s48s56s64s72s80s88s96s
___118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
-___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.736
+___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.717
-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]
___78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
+[IBGNetworkLoggerPersistenceManager fetchRequest]
@@ -9339,9 +9339,8 @@ ___50-[IBGNetworkLoggerPersistenceManager clearOldLogs]_block_invoke
___block_descriptor_120_e8_32s40s48s56s64s72s80s88s96s_e32_v16?0"NSManagedObjectContext"8l
___block_descriptor_124_e8_32s40s48s56s64s72s80s88s96s_e32_v16?0"NSManagedObjectContext"8l
___block_descriptor_32_e17_v16?0"NSError"8l
-___block_literal_global.737
+___block_literal_global.718
_OBJC_CLASSLIST_REFERENCES_$_.763
-_OBJC_CLASSLIST_REFERENCES_$_.785
__OBJC_$_CLASS_METHODS_IBGNetworkLoggerPersistenceManager
__OBJC_CLASS_PROTOCOLS_$_IBGNetworkLoggerPersistenceManager
__OBJC_METACLASS_RO_$_IBGNetworkLoggerPersistenceManager
@@ -9358,7 +9357,7 @@ __63-[IBGNetworkLoggerPersistenceManager clearAllLogsSynchronously]_block_invoke
__58-[IBGNetworkLoggerPersistenceManager clearLastSessionLogs]_block_invoke
__50-[IBGNetworkLoggerPersistenceManager clearAllLogs]_block_invoke
__78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
-__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.736
+__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.717
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
__118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
__destroy_helper_block_e8_32s40s48s56s64s72s80s88s96s
@@ -13274,6 +13273,7 @@ ___copy_helper_block_e8_32s40b48s56s64s
___block_descriptor_48_e8_32s40s_e15_v32?0816^B24l
___block_descriptor_80_e8_32bs40s48s56s64s_e8_v12?0B8l
___block_descriptor_80_e8_32s40bs48s56s64s_e8_v12?0B8l
+_OBJC_CLASSLIST_REFERENCES_$_.785
__OBJC_CLASS_PROTOCOLS_$_IBGFileNetworkRequestCreator
__OBJC_METACLASS_RO_$_IBGFileNetworkRequestCreator
__OBJC_$_INSTANCE_METHODS_IBGFileNetworkRequestCreator
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h
index 672934bfb0..b49d3dee11 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGBugReporting.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGBugReporting.h
index 457ab2b6b8..95b3eb6298 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGBugReporting.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGBugReporting.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGChats.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGChats.h
index 9c86db345f..497f291201 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGChats.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGChats.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGCrashReporting.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGCrashReporting.h
index 3112a943c0..d13f184b4e 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGCrashReporting.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGCrashReporting.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h
index f4ebe8aa9a..a5737d4d7d 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGFeatureRequests.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGFeatureRequests.h
index 376c6c08e5..38b1a44bf5 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGFeatureRequests.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGFeatureRequests.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGLog.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGLog.h
index 6001710ff7..7ace08d252 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGLog.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGLog.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGNetworkLogger.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGNetworkLogger.h
index 03d611c455..01786c8a16 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGNetworkLogger.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGNetworkLogger.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGReplies.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGReplies.h
index aa69d15bc0..790cbfb92c 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGReplies.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGReplies.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurvey.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurvey.h
index b73284dd4c..04c15d9987 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurvey.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurvey.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurveys.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurveys.h
index 85189ef454..a2dd5557b2 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurveys.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurveys.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGTypes.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGTypes.h
index 2aa7763297..d839141089 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGTypes.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGTypes.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/Instabug.h b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/Instabug.h
index e8148a4667..d7b3a2f764 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/Instabug.h
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/Instabug.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Info.plist b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Info.plist
index a56603a121..361d8bba08 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Info.plist and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Info.plist differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Instabug b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Instabug
index 5259bd8367..7968524dbb 100755
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Instabug and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Instabug differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib
index 6d594759d7..4b9ff858a5 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
index 73af025455..b56249514a 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib
index 45f52ad08f..a9361a1e7e 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib
index 10628cdd99..a60f0def32 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib
index ada9df5818..dc95d29a64 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib
index 304fd6e366..bff04110c1 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib
index b5ea6b5266..8c4d183dd1 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib
index ccbf6b730a..0316364bc7 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib
index d8cacde7a7..eecfcdeb51 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib
index 25c259ee70..0412530d13 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib
index b206d8f495..47a899360e 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib
index 067740e037..b56b084221 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib
index 2aad27e224..f0f1325325 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib
index 74ce961e05..aec928b665 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
index b7983ae125..024197c5d3 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib
index a01c2134ba..6e86ac7021 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib
index 8147b5220c..fcbb642573 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/Info.plist b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/Info.plist
index d883d4c8a4..46a10e33fb 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/Info.plist and b/ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/InstabugResources.bundle/Info.plist differ
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Info.plist b/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
index 7a7b34d57d..6987e9521e 100644
--- a/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
+++ b/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 10.9.2
+ 10.9.3
CFBundleVersion
1
diff --git a/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug b/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug
index be0f9ca71f..71b059c43f 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug and b/ios/Instabug.xcframework/ios-arm64_armv7/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGAPM.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGAPM.h
index 672934bfb0..b49d3dee11 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGAPM.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGAPM.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGBugReporting.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGBugReporting.h
index 457ab2b6b8..95b3eb6298 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGBugReporting.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGBugReporting.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGChats.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGChats.h
index 9c86db345f..497f291201 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGChats.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGChats.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGCrashReporting.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGCrashReporting.h
index 3112a943c0..d13f184b4e 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGCrashReporting.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGCrashReporting.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGExecutionTrace.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGExecutionTrace.h
index f4ebe8aa9a..a5737d4d7d 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGExecutionTrace.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGExecutionTrace.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGFeatureRequests.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGFeatureRequests.h
index 376c6c08e5..38b1a44bf5 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGFeatureRequests.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGFeatureRequests.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGLog.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGLog.h
index 6001710ff7..7ace08d252 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGLog.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGLog.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGNetworkLogger.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGNetworkLogger.h
index 03d611c455..01786c8a16 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGNetworkLogger.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGNetworkLogger.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGReplies.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGReplies.h
index aa69d15bc0..790cbfb92c 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGReplies.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGReplies.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurvey.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurvey.h
index b73284dd4c..04c15d9987 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurvey.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurvey.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurveys.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurveys.h
index 85189ef454..a2dd5557b2 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurveys.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGSurveys.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGTypes.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGTypes.h
index 2aa7763297..d839141089 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGTypes.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/IBGTypes.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/Instabug.h b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/Instabug.h
index e8148a4667..d7b3a2f764 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/Instabug.h
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Headers/Instabug.h
@@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
- Version: 10.9.2
+ Version: 10.9.3
*/
#import
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Info.plist b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Info.plist
index 0d484307ff..990aa330da 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Info.plist and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Info.plist differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Instabug b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Instabug
index 3477e698bf..6a11b4a0f2 100755
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Instabug and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/Instabug differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Assets.car b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Assets.car
index 38c7699733..51b5f2ae76 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Assets.car and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Assets.car differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib
index 51d66a55fe..18da6c3425 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
index 7a150bda3c..e8272fbace 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib
index dfb56f2a1e..b12faa4f92 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib
index cfb145138a..12fc714d33 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib
index 081a765871..ddc8202644 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib
index b01d717d88..56d64473e8 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib
index 3d22320972..6f0ecd7358 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatListVC-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib
index 3f57ec85a6..c30c469ebd 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib
index 44bbc2a277..67f45cebb9 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib
index 8026b4701d..1ec9e6b44b 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGFullScreenImageViewController.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib
index 5a447aea60..54406b3a77 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPoweredByView.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib
index 4a543c3aff..be58c00f79 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGPromptCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib
index 0ed272eff2..dcb2abcdb5 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReplyView-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib
index 323c39296e..1db5835f5f 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGReportCategoryCell.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
index a0841ed2b6..f00951c398 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib
index 88c89c2ea0..ce78205ac7 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib
index 034218e763..8686c34247 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Info.plist b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Info.plist
index 0a3ad7fb93..f04448f75b 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Info.plist and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/Info.plist differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeDirectory b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeDirectory
index d7bf79455d..b1c1d8e6b1 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeDirectory and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeDirectory differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeRequirements-1 b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeRequirements-1
index e810ce4cb2..d353e08adb 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeRequirements-1 and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeResources b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeResources
index f4518ff56c..cbff0e5101 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeResources
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/InstabugResources.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- xs7ghPTYvQOL+eB1uE0eE/bZYQg=
+ 6qMAdkDupb/ywYVI2eF4Nvpvzl4=
Config.plist
@@ -14,71 +14,71 @@
IBGActionSheetCell.nib
- IirRZ/gOihWp1Xlw9lf8osOJyMM=
+ lgzUVfE8WZqEgyFzNq+jMeZ8kCQ=
IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
- /lz8/2AzlMIRjL6duvQQr7BdaOk=
+ P3AvFfdIVekDD9UcxqQeQE5Ymw4=
IBGActionSheetVC-iPhone.nib/runtime.nib
- iPzkGdApFWEcouHqOMn+hG97lNg=
+ sxGa+X2auFq9MGIDTMwUYu9Ki/s=
IBGBugVC-iPhone.nib/objects-11.0+.nib
- CqcVYrIqoE28XCrKukFJj2rEUn4=
+ LuwRaGfQ7yoKqQKhf2AxCRVF7HM=
IBGBugVC-iPhone.nib/runtime.nib
- twkPGqW5P8ST2uoP3TH+oGc1khY=
+ 2jRFb0U31Qo6FQNAAtrdHnB/pCw=
IBGChatCell.nib
- FP5jLG2mK721hjrh1N4QcXfbqmM=
+ q6NmPDdHch+epbOsIqv/7jjag3Y=
IBGChatListVC-iPhone.nib
- 5AS3HIYGny7qQZfB/4ioX+CBOGI=
+ Jpwc7Pq2bqB+uj63pVYMYVBd8TI=
IBGChatVC-iPhone.nib/objects-11.0+.nib
- zRvRg2/c0yXaqRAh/dM1Xfa6iPU=
+ yaJyP8dFA6ZUPnnBbMks/eIzOsc=
IBGChatVC-iPhone.nib/runtime.nib
- DVBD7sueEEQn2I+H/L3iTtvr/P8=
+ VJBIrApXDbA9mY4zTrVHAu3jfHI=
IBGFullScreenImageViewController.nib
- VRS/EZqptErxs+OcdzZ6GPRGoIc=
+ AeJXEg+dls+K5O/ONtr5wbONCWo=
IBGPoweredByView.nib
- E5lfVjsPCsRn2M8u/1BnaC5xwtI=
+ VADlifAReT8y5PqWI1qt8YbYzak=
IBGPromptCell.nib
- /iLgnyzN/DCmTZmN2jGcg2GDURA=
+ o64I5s6uVABNI7Geqy+eOxKY4Q4=
IBGReplyView-iPhone.nib
- M25DF5F3wKOTVB7AJOk3HGwpmoQ=
+ zcCwgiMbJsj+UwghNH/WJ2lNA2I=
IBGReportCategoryCell.nib
- 3aV1SO8L2ce+0HGdq6w0JFK2GT8=
+ aMZBZmZZpeCKEeJiM8M0UYA1osk=
IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
- gxbnpOdBjJ0KTkhqr3gXxhiC4o0=
+ k2I8/+BQzEeX37JQzw50SGIHV5o=
IBGScreenshotVC-iPhone.nib/runtime.nib
- kO+ov3+KDl+UDOe7NrvnRE3QrQY=
+ 0wTDWKsZBYWzjiS1hvv6YSaqjOw=
IBGVoiceNoteRecordingViewController-iPhone.nib
- EdzFAheuLcZv/CFMkeNEdngA0fw=
+ 9boe3wK6cB52+J8c5dR7W63HSjw=
Inject_DSYM_Project-Archive.sh
@@ -483,11 +483,11 @@
hash
- xs7ghPTYvQOL+eB1uE0eE/bZYQg=
+ 6qMAdkDupb/ywYVI2eF4Nvpvzl4=
hash2
- IhlWFyPe0a+3b38IqNKWyP6tMHYlFuJbvcaeJW8xYsE=
+ ocjvi+xvLCPiuuBZ9fTINxPMLMqNrHf0IkC1kLgnTEU=
Config.plist
@@ -505,187 +505,187 @@
hash
- IirRZ/gOihWp1Xlw9lf8osOJyMM=
+ lgzUVfE8WZqEgyFzNq+jMeZ8kCQ=
hash2
- 9i+JBEaGT7ta4ZlfUwfI3es/myAlx/yYStyOlgCz/3I=
+ F9hsXiTry5Sp3ffz83VVVVyXR7z63qhSppMzB6KQ8Ls=
IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
hash
- /lz8/2AzlMIRjL6duvQQr7BdaOk=
+ P3AvFfdIVekDD9UcxqQeQE5Ymw4=
hash2
- Rcnw6v1tla1hZkOQwzEl7g9f3o7hX7BaSEJXQSOZujU=
+ 3BFiIM/RBWoxHOAJWsw9VSmNYQCLpV4iZNUiO50EzX8=
IBGActionSheetVC-iPhone.nib/runtime.nib
hash
- iPzkGdApFWEcouHqOMn+hG97lNg=
+ sxGa+X2auFq9MGIDTMwUYu9Ki/s=
hash2
- JRmw2y5SQ4jFBVfpefsCMZ+UGGM1JwzgvNGsSi8TFKY=
+ GnTxdViYHP+pAXoSQkg2WOi3enSO+Dmc6xpE08oqYS8=
IBGBugVC-iPhone.nib/objects-11.0+.nib
hash
- CqcVYrIqoE28XCrKukFJj2rEUn4=
+ LuwRaGfQ7yoKqQKhf2AxCRVF7HM=
hash2
- 5+ZrV3LG+F1GuB3a9fZi6ORFLR2+BTLoeMafpBMp8Fg=
+ lHewOIj8aZTSHAKgWlFUih24gwsgeVOIK8rTCHMa4ec=
IBGBugVC-iPhone.nib/runtime.nib
hash
- twkPGqW5P8ST2uoP3TH+oGc1khY=
+ 2jRFb0U31Qo6FQNAAtrdHnB/pCw=
hash2
- 4dFN55b/u7uScQSHcfQWICuS1m8fLdFH37ONCWlYpeU=
+ aZRriXwhiE5EmIiIWsYTbNy9OPxdvQ3MUyt7hfxY3a4=
IBGChatCell.nib
hash
- FP5jLG2mK721hjrh1N4QcXfbqmM=
+ q6NmPDdHch+epbOsIqv/7jjag3Y=
hash2
- y+UrQsL8h9Zp6P+D5MmmEbqiqNE17sFE63eebzqToA0=
+ HzSGk2df7aGQM0/2Q0VL9mbOA3vI4uYOYTFG8L3H6C0=
IBGChatListVC-iPhone.nib
hash
- 5AS3HIYGny7qQZfB/4ioX+CBOGI=
+ Jpwc7Pq2bqB+uj63pVYMYVBd8TI=
hash2
- 6WnOQVPwgYd8zl0q5izBYQFT+j6Uwxh5yooQpyiLZSM=
+ +BkmoA+F75s6DLOiyl4fNc6I/e8Wvg+Ox52Y5mAhauo=
IBGChatVC-iPhone.nib/objects-11.0+.nib
hash
- zRvRg2/c0yXaqRAh/dM1Xfa6iPU=
+ yaJyP8dFA6ZUPnnBbMks/eIzOsc=
hash2
- 8xKBCsIWKqgIdeaIYhF2mC8DzC8k14WEukyF4oq4Kx0=
+ 49gIlGO6eMIYexXtdYFeNtM7Jbwc0QS7Sfxmu5ssfcU=
IBGChatVC-iPhone.nib/runtime.nib
hash
- DVBD7sueEEQn2I+H/L3iTtvr/P8=
+ VJBIrApXDbA9mY4zTrVHAu3jfHI=
hash2
- YWzovFuJfbFGfPVXiArytQzXN5aYtOeHYcHOe1J50nI=
+ J2tkyoCMb2GN6QwgdaOiiRzr2Lw1CeAqMlvSFEON0/w=
IBGFullScreenImageViewController.nib
hash
- VRS/EZqptErxs+OcdzZ6GPRGoIc=
+ AeJXEg+dls+K5O/ONtr5wbONCWo=
hash2
- dMjjHoVL+GgSGhGgF4Y4kkOoXb3//mqV+9gdWRgpS+8=
+ QYpYW1DyIQp0t0CUY0RPPuUbDKirtAnt764nJOEw7DQ=
IBGPoweredByView.nib
hash
- E5lfVjsPCsRn2M8u/1BnaC5xwtI=
+ VADlifAReT8y5PqWI1qt8YbYzak=
hash2
- X0gOZpnimPpg3E/jkjP2nr/nxJzvt01Bpdw0CxlEx40=
+ I9raEl1WxiZHzdg8aj4oawOMVt6P4afXJcBD4EczdoA=
IBGPromptCell.nib
hash
- /iLgnyzN/DCmTZmN2jGcg2GDURA=
+ o64I5s6uVABNI7Geqy+eOxKY4Q4=
hash2
- YXhw4mklD7bOasy3QgCfDtzUCuPtetfe+vzqe6jnRkw=
+ 1uCtnciJrr+y9VUV2RRupI7vlJDtkt3yZfdgmyEkN04=
IBGReplyView-iPhone.nib
hash
- M25DF5F3wKOTVB7AJOk3HGwpmoQ=
+ zcCwgiMbJsj+UwghNH/WJ2lNA2I=
hash2
- fH0g3Wb58dTJgnZgk+a/rq9kotH8VQXjClkafD4U2po=
+ nT9GMceWCN9A9zvSW9jMRpRYM0NViyctjUONe+pNDF0=
IBGReportCategoryCell.nib
hash
- 3aV1SO8L2ce+0HGdq6w0JFK2GT8=
+ aMZBZmZZpeCKEeJiM8M0UYA1osk=
hash2
- wa4bwQmCLiqtLR44+Qthjkbf8N4mJVtR5vvMKdxrIUc=
+ PBxJ7HVt+JPrH7uzYqV2v+kDUP/d6AFDR5rki8TFpJA=
IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
hash
- gxbnpOdBjJ0KTkhqr3gXxhiC4o0=
+ k2I8/+BQzEeX37JQzw50SGIHV5o=
hash2
- +JMJTFEN+Ff21ccjQ2Fbb5dxgwX9CpqQ8xvWrjGHcA8=
+ oDliEL7v0VtwHATQFkynGU4pVe3qtudlH9Vv7E88n+w=
IBGScreenshotVC-iPhone.nib/runtime.nib
hash
- kO+ov3+KDl+UDOe7NrvnRE3QrQY=
+ 0wTDWKsZBYWzjiS1hvv6YSaqjOw=
hash2
- SrL/zplhejDODncMKVOh8+5w0uWPFBG/xyuk7TPwNBY=
+ BzAvlpJRpc+Vvn5sga9jOdlCX2M0WjPf4LPI/MkHEgI=
IBGVoiceNoteRecordingViewController-iPhone.nib
hash
- EdzFAheuLcZv/CFMkeNEdngA0fw=
+ 9boe3wK6cB52+J8c5dR7W63HSjw=
hash2
- k3dYi23322mwVVAPCDcVtKlyOUe/Sq23wse5lvHbNR0=
+ XxI3Kzg1qL6di03GS7cWiFxJiPpm5tA9cqavebwdhW8=
Inject_DSYM_Project-Archive.sh
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/_CodeSignature/CodeResources b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/_CodeSignature/CodeResources
index 1d6c84232d..f2b0c34a4e 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/_CodeSignature/CodeResources
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/Instabug.framework/_CodeSignature/CodeResources
@@ -6,35 +6,35 @@
Headers/IBGAPM.h
- p9sQaHc9VmgfJ5std8E/Ipn1mZU=
+ JIgkTH2qifYGmAdFSv7piynl+XU=
Headers/IBGBugReporting.h
- yAr+hpr9/RetctiJ9DmyhBBu91c=
+ RZ3rXrVCSHkkfvZdetb/zMROts0=
Headers/IBGChats.h
- 1VS6jHIvBkh6Yqw6o3M+AqMA2dQ=
+ AMILMwXbIB9AgLG+9+Dp963o7Qs=
Headers/IBGCrashReporting.h
- 8iulZW0A+lC2eeiHoAOMvLuP8uY=
+ LGel97ZtCEdSXd2Tjy9XZ7fAqkI=
Headers/IBGExecutionTrace.h
- g3sv1SryeLI5B4XJ0QQH18iQJJA=
+ xdudBCT50pUMhYyw6u2bptdYQV0=
Headers/IBGFeatureRequests.h
- 3HBxDrVOWSKndExWXmPOm20hPh8=
+ eeMdmcibLrC3Y+3Z1C17c9Ytcs0=
Headers/IBGLog.h
- M8eb5q1dA99ZJyClqXtHfOEUNKg=
+ OnSl4AmsHKNfqSPB8BjSgn+V4tw=
Headers/IBGNetworkLogger.h
- WAEluebS8kxfDBWP0Vl2v+4J69I=
+ pTlPYRGGSSZFKXxq+A0YUU4zGrc=
Headers/IBGNetworkTrace.h
@@ -42,7 +42,7 @@
Headers/IBGReplies.h
- JPYBOJrDHcnb5mM9kLex0jeOYy4=
+ bXk4vP2muUdxjpBVshuP1XNKjSg=
Headers/IBGReport.h
@@ -50,7 +50,7 @@
Headers/IBGSurvey.h
- kHhy6J3esW9BKFAKZHIS2tqzpRs=
+ fk2VV2wJTBgU4GtaJWgLpLy/et8=
Headers/IBGSurveyFinishedState.h
@@ -58,11 +58,11 @@
Headers/IBGSurveys.h
- O6kbWA5u0m9VRx/YtSfznK3tmLo=
+ JeuidP0f23T7s4hPx+T8jSZkPp4=
Headers/IBGTypes.h
- qxO+dvd0/LmM/JzjodRuE1+diiw=
+ qxwibYq3HTb+ROZbiT685+YPcMk=
Headers/Instabug-Swift.h
@@ -70,7 +70,7 @@
Headers/Instabug.h
- t8aAL/JjGPqk+RE+Trpu5PzawdQ=
+ Pjb20zUavP98EHPYiu1/DwBG0Y0=
Headers/UIView+Instabug.h
@@ -78,11 +78,11 @@
Info.plist
- YeHYaXUz3flekpeMkK1ZRML7HUw=
+ h+s+Jm27b0iw/+dqqszrrJaesWs=
InstabugResources.bundle/Assets.car
- xs7ghPTYvQOL+eB1uE0eE/bZYQg=
+ 6qMAdkDupb/ywYVI2eF4Nvpvzl4=
InstabugResources.bundle/Config.plist
@@ -90,75 +90,75 @@
InstabugResources.bundle/IBGActionSheetCell.nib
- IirRZ/gOihWp1Xlw9lf8osOJyMM=
+ lgzUVfE8WZqEgyFzNq+jMeZ8kCQ=
InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
- /lz8/2AzlMIRjL6duvQQr7BdaOk=
+ P3AvFfdIVekDD9UcxqQeQE5Ymw4=
InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib
- iPzkGdApFWEcouHqOMn+hG97lNg=
+ sxGa+X2auFq9MGIDTMwUYu9Ki/s=
InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib
- CqcVYrIqoE28XCrKukFJj2rEUn4=
+ LuwRaGfQ7yoKqQKhf2AxCRVF7HM=
InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib
- twkPGqW5P8ST2uoP3TH+oGc1khY=
+ 2jRFb0U31Qo6FQNAAtrdHnB/pCw=
InstabugResources.bundle/IBGChatCell.nib
- FP5jLG2mK721hjrh1N4QcXfbqmM=
+ q6NmPDdHch+epbOsIqv/7jjag3Y=
InstabugResources.bundle/IBGChatListVC-iPhone.nib
- 5AS3HIYGny7qQZfB/4ioX+CBOGI=
+ Jpwc7Pq2bqB+uj63pVYMYVBd8TI=
InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib
- zRvRg2/c0yXaqRAh/dM1Xfa6iPU=
+ yaJyP8dFA6ZUPnnBbMks/eIzOsc=
InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib
- DVBD7sueEEQn2I+H/L3iTtvr/P8=
+ VJBIrApXDbA9mY4zTrVHAu3jfHI=
InstabugResources.bundle/IBGFullScreenImageViewController.nib
- VRS/EZqptErxs+OcdzZ6GPRGoIc=
+ AeJXEg+dls+K5O/ONtr5wbONCWo=
InstabugResources.bundle/IBGPoweredByView.nib
- E5lfVjsPCsRn2M8u/1BnaC5xwtI=
+ VADlifAReT8y5PqWI1qt8YbYzak=
InstabugResources.bundle/IBGPromptCell.nib
- /iLgnyzN/DCmTZmN2jGcg2GDURA=
+ o64I5s6uVABNI7Geqy+eOxKY4Q4=
InstabugResources.bundle/IBGReplyView-iPhone.nib
- M25DF5F3wKOTVB7AJOk3HGwpmoQ=
+ zcCwgiMbJsj+UwghNH/WJ2lNA2I=
InstabugResources.bundle/IBGReportCategoryCell.nib
- 3aV1SO8L2ce+0HGdq6w0JFK2GT8=
+ aMZBZmZZpeCKEeJiM8M0UYA1osk=
InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
- gxbnpOdBjJ0KTkhqr3gXxhiC4o0=
+ k2I8/+BQzEeX37JQzw50SGIHV5o=
InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib
- kO+ov3+KDl+UDOe7NrvnRE3QrQY=
+ 0wTDWKsZBYWzjiS1hvv6YSaqjOw=
InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib
- EdzFAheuLcZv/CFMkeNEdngA0fw=
+ 9boe3wK6cB52+J8c5dR7W63HSjw=
InstabugResources.bundle/Info.plist
- 7DEtXBEIEnqFUElUjcF4iwd1ock=
+ Eaj9Em+OOjmnLZMx8LpOkrttWdk=
InstabugResources.bundle/Inject_DSYM_Project-Archive.sh
@@ -302,7 +302,7 @@
InstabugResources.bundle/_CodeSignature/CodeDirectory
- kcpuGQWBABXII6Arn35/3NLa4gs=
+ L6pSNLYZby2+dO6ViqoZ6MNFcas=
InstabugResources.bundle/_CodeSignature/CodeRequirements
@@ -310,11 +310,11 @@
InstabugResources.bundle/_CodeSignature/CodeRequirements-1
- 7sXB+LGlbA0cVrm9qMSa9P9azpE=
+ qrO+QTpclYdllGINrTuMj8kAl7E=
InstabugResources.bundle/_CodeSignature/CodeResources
- 2kkqnRtCQASeLUSyg0ngJGE678g=
+ 0kmLGHtjqUUqk8yAlYFDFUQ0oNw=
InstabugResources.bundle/_CodeSignature/CodeSignature
@@ -663,88 +663,88 @@
hash
- p9sQaHc9VmgfJ5std8E/Ipn1mZU=
+ JIgkTH2qifYGmAdFSv7piynl+XU=
hash2
- WkYsn39MVaiYe3xuVKOWHy4MYg4z/wcaQF1Os5J0i3s=
+ 9e9bFj8DhCMcnj/rky4NeXPAVv+2rZFOjyTAU5LKESg=
Headers/IBGBugReporting.h
hash
- yAr+hpr9/RetctiJ9DmyhBBu91c=
+ RZ3rXrVCSHkkfvZdetb/zMROts0=
hash2
- wu10YsfeXDs5n7+wr9Fl2ZnI0vD6ms3Q10Fq6tmeC+s=
+ xEen0t8y42qFqssQ72QUd8BUD7nYnCCM1STAv/9kKXw=
Headers/IBGChats.h
hash
- 1VS6jHIvBkh6Yqw6o3M+AqMA2dQ=
+ AMILMwXbIB9AgLG+9+Dp963o7Qs=
hash2
- rHxBk519Pksj68Xsy/CRgm4T1x9llxoc0Y2w0b4c6iE=
+ 8LeqTusea//aj2YEAMmJvHnVkAzdQD0vssVGX/qX510=
Headers/IBGCrashReporting.h
hash
- 8iulZW0A+lC2eeiHoAOMvLuP8uY=
+ LGel97ZtCEdSXd2Tjy9XZ7fAqkI=
hash2
- h7kWnTu7/WGsvtOYhRb4+cjiYO7fg1huIClHRzVYSSI=
+ iRwtFkQ30br3keLtTAHJ2SYyTnWs7udynzV3keDvYzo=
Headers/IBGExecutionTrace.h
hash
- g3sv1SryeLI5B4XJ0QQH18iQJJA=
+ xdudBCT50pUMhYyw6u2bptdYQV0=
hash2
- yOm4Y8F7vRXn82BkKcmyUrOSyInJNC9qBK84sxBzODQ=
+ 3F1jBTyyWREfBSGTcusfY6JNiZIulSFRs1LVMOwn1ZQ=
Headers/IBGFeatureRequests.h
hash
- 3HBxDrVOWSKndExWXmPOm20hPh8=
+ eeMdmcibLrC3Y+3Z1C17c9Ytcs0=
hash2
- o/ZLTbpmBlaBfg1Dtkt7qCv+UVVWFRS4abHYDkdxuKI=
+ 5zsKMJ4XJg1tACkK3i4vIhFbtxCzFHLvau/ZtZUlFLs=
Headers/IBGLog.h
hash
- M8eb5q1dA99ZJyClqXtHfOEUNKg=
+ OnSl4AmsHKNfqSPB8BjSgn+V4tw=
hash2
- oH6RJQXEqkIrWalyOHoVHOjqGuc5PQsXzbLG9ZNg3nk=
+ Uz1VlONHVNm6meAm2DfdHPV3cs9AyXNfMm46Jz8la7o=
Headers/IBGNetworkLogger.h
hash
- WAEluebS8kxfDBWP0Vl2v+4J69I=
+ pTlPYRGGSSZFKXxq+A0YUU4zGrc=
hash2
- U6eMRfGMCqJBLRwJXIfk1LI/K1PxbpcDEoYddxMigHY=
+ M7Tbi+axrPQ1PrW11iRN3SdVA0fyIB1DCFFHMXzg76Q=
Headers/IBGNetworkTrace.h
@@ -762,11 +762,11 @@
hash
- JPYBOJrDHcnb5mM9kLex0jeOYy4=
+ bXk4vP2muUdxjpBVshuP1XNKjSg=
hash2
- IlTpkRBNB5OEAlMxkMqlJIA0KyBqXbPknMc2qvBdq6s=
+ lQCufZ9k93B7owSbFZw2kFBHLFjmQ+7BqJy6vD8BWdo=
Headers/IBGReport.h
@@ -784,11 +784,11 @@
hash
- kHhy6J3esW9BKFAKZHIS2tqzpRs=
+ fk2VV2wJTBgU4GtaJWgLpLy/et8=
hash2
- f6evH/79PR5kDtwAnLNFbLMv89cTnhw2YlF5EuYGAOM=
+ +9erUfFTdumAE19Nm/2J+cngOOxZWpy9QCR7EVl23To=
Headers/IBGSurveyFinishedState.h
@@ -806,22 +806,22 @@
hash
- O6kbWA5u0m9VRx/YtSfznK3tmLo=
+ JeuidP0f23T7s4hPx+T8jSZkPp4=
hash2
- mitG7yJHwfqwb36DTbOS0PyR7w+hytU6XqKe/I85Ndw=
+ 0DkQtg29SfMZNigRBC78LqZeNBlxPxLPghY2qy4pw1o=
Headers/IBGTypes.h
hash
- qxO+dvd0/LmM/JzjodRuE1+diiw=
+ qxwibYq3HTb+ROZbiT685+YPcMk=
hash2
- pgJMWNMRcCU81uCJ8pTZj798XUBaeZx67JWp/Jdrh9g=
+ HxTR/8T2Uygo2T4psX4rz7NMeuNnuqD++stOH6n7aAY=
Headers/Instabug-Swift.h
@@ -839,11 +839,11 @@
hash
- t8aAL/JjGPqk+RE+Trpu5PzawdQ=
+ Pjb20zUavP98EHPYiu1/DwBG0Y0=
hash2
- fA/BVIMTxgkO7i6tZTEIRJ/vE+ozuug1NVD8kXyrQeY=
+ qoFh9WohiF8mfwMMX71Waaz32DUiDb2oOh+9DmjkENU=
Headers/UIView+Instabug.h
@@ -861,11 +861,11 @@
hash
- xs7ghPTYvQOL+eB1uE0eE/bZYQg=
+ 6qMAdkDupb/ywYVI2eF4Nvpvzl4=
hash2
- IhlWFyPe0a+3b38IqNKWyP6tMHYlFuJbvcaeJW8xYsE=
+ ocjvi+xvLCPiuuBZ9fTINxPMLMqNrHf0IkC1kLgnTEU=
InstabugResources.bundle/Config.plist
@@ -883,198 +883,198 @@
hash
- IirRZ/gOihWp1Xlw9lf8osOJyMM=
+ lgzUVfE8WZqEgyFzNq+jMeZ8kCQ=
hash2
- 9i+JBEaGT7ta4ZlfUwfI3es/myAlx/yYStyOlgCz/3I=
+ F9hsXiTry5Sp3ffz83VVVVyXR7z63qhSppMzB6KQ8Ls=
InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/objects-11.0+.nib
hash
- /lz8/2AzlMIRjL6duvQQr7BdaOk=
+ P3AvFfdIVekDD9UcxqQeQE5Ymw4=
hash2
- Rcnw6v1tla1hZkOQwzEl7g9f3o7hX7BaSEJXQSOZujU=
+ 3BFiIM/RBWoxHOAJWsw9VSmNYQCLpV4iZNUiO50EzX8=
InstabugResources.bundle/IBGActionSheetVC-iPhone.nib/runtime.nib
hash
- iPzkGdApFWEcouHqOMn+hG97lNg=
+ sxGa+X2auFq9MGIDTMwUYu9Ki/s=
hash2
- JRmw2y5SQ4jFBVfpefsCMZ+UGGM1JwzgvNGsSi8TFKY=
+ GnTxdViYHP+pAXoSQkg2WOi3enSO+Dmc6xpE08oqYS8=
InstabugResources.bundle/IBGBugVC-iPhone.nib/objects-11.0+.nib
hash
- CqcVYrIqoE28XCrKukFJj2rEUn4=
+ LuwRaGfQ7yoKqQKhf2AxCRVF7HM=
hash2
- 5+ZrV3LG+F1GuB3a9fZi6ORFLR2+BTLoeMafpBMp8Fg=
+ lHewOIj8aZTSHAKgWlFUih24gwsgeVOIK8rTCHMa4ec=
InstabugResources.bundle/IBGBugVC-iPhone.nib/runtime.nib
hash
- twkPGqW5P8ST2uoP3TH+oGc1khY=
+ 2jRFb0U31Qo6FQNAAtrdHnB/pCw=
hash2
- 4dFN55b/u7uScQSHcfQWICuS1m8fLdFH37ONCWlYpeU=
+ aZRriXwhiE5EmIiIWsYTbNy9OPxdvQ3MUyt7hfxY3a4=
InstabugResources.bundle/IBGChatCell.nib
hash
- FP5jLG2mK721hjrh1N4QcXfbqmM=
+ q6NmPDdHch+epbOsIqv/7jjag3Y=
hash2
- y+UrQsL8h9Zp6P+D5MmmEbqiqNE17sFE63eebzqToA0=
+ HzSGk2df7aGQM0/2Q0VL9mbOA3vI4uYOYTFG8L3H6C0=
InstabugResources.bundle/IBGChatListVC-iPhone.nib
hash
- 5AS3HIYGny7qQZfB/4ioX+CBOGI=
+ Jpwc7Pq2bqB+uj63pVYMYVBd8TI=
hash2
- 6WnOQVPwgYd8zl0q5izBYQFT+j6Uwxh5yooQpyiLZSM=
+ +BkmoA+F75s6DLOiyl4fNc6I/e8Wvg+Ox52Y5mAhauo=
InstabugResources.bundle/IBGChatVC-iPhone.nib/objects-11.0+.nib
hash
- zRvRg2/c0yXaqRAh/dM1Xfa6iPU=
+ yaJyP8dFA6ZUPnnBbMks/eIzOsc=
hash2
- 8xKBCsIWKqgIdeaIYhF2mC8DzC8k14WEukyF4oq4Kx0=
+ 49gIlGO6eMIYexXtdYFeNtM7Jbwc0QS7Sfxmu5ssfcU=
InstabugResources.bundle/IBGChatVC-iPhone.nib/runtime.nib
hash
- DVBD7sueEEQn2I+H/L3iTtvr/P8=
+ VJBIrApXDbA9mY4zTrVHAu3jfHI=
hash2
- YWzovFuJfbFGfPVXiArytQzXN5aYtOeHYcHOe1J50nI=
+ J2tkyoCMb2GN6QwgdaOiiRzr2Lw1CeAqMlvSFEON0/w=
InstabugResources.bundle/IBGFullScreenImageViewController.nib
hash
- VRS/EZqptErxs+OcdzZ6GPRGoIc=
+ AeJXEg+dls+K5O/ONtr5wbONCWo=
hash2
- dMjjHoVL+GgSGhGgF4Y4kkOoXb3//mqV+9gdWRgpS+8=
+ QYpYW1DyIQp0t0CUY0RPPuUbDKirtAnt764nJOEw7DQ=
InstabugResources.bundle/IBGPoweredByView.nib
hash
- E5lfVjsPCsRn2M8u/1BnaC5xwtI=
+ VADlifAReT8y5PqWI1qt8YbYzak=
hash2
- X0gOZpnimPpg3E/jkjP2nr/nxJzvt01Bpdw0CxlEx40=
+ I9raEl1WxiZHzdg8aj4oawOMVt6P4afXJcBD4EczdoA=
InstabugResources.bundle/IBGPromptCell.nib
hash
- /iLgnyzN/DCmTZmN2jGcg2GDURA=
+ o64I5s6uVABNI7Geqy+eOxKY4Q4=
hash2
- YXhw4mklD7bOasy3QgCfDtzUCuPtetfe+vzqe6jnRkw=
+ 1uCtnciJrr+y9VUV2RRupI7vlJDtkt3yZfdgmyEkN04=
InstabugResources.bundle/IBGReplyView-iPhone.nib
hash
- M25DF5F3wKOTVB7AJOk3HGwpmoQ=
+ zcCwgiMbJsj+UwghNH/WJ2lNA2I=
hash2
- fH0g3Wb58dTJgnZgk+a/rq9kotH8VQXjClkafD4U2po=
+ nT9GMceWCN9A9zvSW9jMRpRYM0NViyctjUONe+pNDF0=
InstabugResources.bundle/IBGReportCategoryCell.nib
hash
- 3aV1SO8L2ce+0HGdq6w0JFK2GT8=
+ aMZBZmZZpeCKEeJiM8M0UYA1osk=
hash2
- wa4bwQmCLiqtLR44+Qthjkbf8N4mJVtR5vvMKdxrIUc=
+ PBxJ7HVt+JPrH7uzYqV2v+kDUP/d6AFDR5rki8TFpJA=
InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/objects-11.0+.nib
hash
- gxbnpOdBjJ0KTkhqr3gXxhiC4o0=
+ k2I8/+BQzEeX37JQzw50SGIHV5o=
hash2
- +JMJTFEN+Ff21ccjQ2Fbb5dxgwX9CpqQ8xvWrjGHcA8=
+ oDliEL7v0VtwHATQFkynGU4pVe3qtudlH9Vv7E88n+w=
InstabugResources.bundle/IBGScreenshotVC-iPhone.nib/runtime.nib
hash
- kO+ov3+KDl+UDOe7NrvnRE3QrQY=
+ 0wTDWKsZBYWzjiS1hvv6YSaqjOw=
hash2
- SrL/zplhejDODncMKVOh8+5w0uWPFBG/xyuk7TPwNBY=
+ BzAvlpJRpc+Vvn5sga9jOdlCX2M0WjPf4LPI/MkHEgI=
InstabugResources.bundle/IBGVoiceNoteRecordingViewController-iPhone.nib
hash
- EdzFAheuLcZv/CFMkeNEdngA0fw=
+ 9boe3wK6cB52+J8c5dR7W63HSjw=
hash2
- k3dYi23322mwVVAPCDcVtKlyOUe/Sq23wse5lvHbNR0=
+ XxI3Kzg1qL6di03GS7cWiFxJiPpm5tA9cqavebwdhW8=
InstabugResources.bundle/Info.plist
hash
- 7DEtXBEIEnqFUElUjcF4iwd1ock=
+ Eaj9Em+OOjmnLZMx8LpOkrttWdk=
hash2
- pXN5kjL9OpSJMzadLq1TNhX1bFEovBoUNCfps0FW9rI=
+ y3V3AedEedZjIDePYVX30VjUYMWnh7tcSeX5Fq37ZDQ=
InstabugResources.bundle/Inject_DSYM_Project-Archive.sh
@@ -1466,11 +1466,11 @@
hash
- kcpuGQWBABXII6Arn35/3NLa4gs=
+ L6pSNLYZby2+dO6ViqoZ6MNFcas=
hash2
- T2TtztB8obBPMbI4NHWq3VDiiEAoD8GB0t3gz5zkqp4=
+ K11tg++bhnWKGc/k5ZFNknGm3XjPQ7YVAO8J70uCN2A=
InstabugResources.bundle/_CodeSignature/CodeRequirements
@@ -1488,22 +1488,22 @@
hash
- 7sXB+LGlbA0cVrm9qMSa9P9azpE=
+ qrO+QTpclYdllGINrTuMj8kAl7E=
hash2
- AlKsEpqEbKaNbyzuOXKAWdr/aFy4HeW4f4ZHSGomMYg=
+ vs96bGcM7GP2d9RKXVaADmoOBf8yeYh/a9VmdACzSZg=
InstabugResources.bundle/_CodeSignature/CodeResources
hash
- 2kkqnRtCQASeLUSyg0ngJGE678g=
+ 0kmLGHtjqUUqk8yAlYFDFUQ0oNw=
hash2
- 2c4G51j3ks6SFjjE9EyX1vbN4H9KuHYiGA0vA9c6xnk=
+ OWwt4kDP1oihxFjpHJipxX6MMmBnoFLACJ0JJ9XmhnU=
InstabugResources.bundle/_CodeSignature/CodeSignature
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Info.plist b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
index 7a7b34d57d..6987e9521e 100644
--- a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
+++ b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 10.9.2
+ 10.9.3
CFBundleVersion
1
diff --git a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug
index 3cfe580b90..e37b94edb2 100644
Binary files a/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug and b/ios/Instabug.xcframework/ios-arm64_i386_x86_64-simulator/dSYMs/Instabug.framework.dSYM/Contents/Resources/DWARF/Instabug differ
diff --git a/package.json b/package.json
index 90e317908f..c2868fbd78 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
- "version": "10.9.0",
+ "version": "10.9.1",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",