Skip to content

Commit

Permalink
Merge pull request #638 from Instabug/release/10.9.1
Browse files Browse the repository at this point in the history
[MOB-6113] Release/10.9.1
  • Loading branch information
bsameh-at-instabug authored Oct 13, 2021
2 parents 67fd9d6 + 679a2a8 commit 353f07c
Show file tree
Hide file tree
Showing 84 changed files with 219 additions and 212 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/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

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down
4 changes: 2 additions & 2 deletions InstabugSample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -3637,7 +3637,7 @@ [email protected]:
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"

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
18 changes: 9 additions & 9 deletions ios/Instabug.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Instabug.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Instabug.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
Version: 10.9.2
Version: 10.9.3
*/

#import <Foundation/Foundation.h>
Expand Down
Loading

0 comments on commit 353f07c

Please sign in to comment.