Skip to content

Commit 353f07c

Browse files
Merge pull request #638 from Instabug/release/10.9.1
[MOB-6113] Release/10.9.1
2 parents 67fd9d6 + 679a2a8 commit 353f07c

File tree

84 files changed

+219
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+219
-212
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ jobs:
206206
207207
publish:
208208
macos:
209-
xcode: "10.1.0"
209+
xcode: "12.5.1"
210210
working_directory: "~"
211211
steps:
212212
- checkout:
213213
path: ~/project
214214
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
215-
- run: cd Escape && swift build -c release -Xswiftc -static-stdlib
215+
- run: cd Escape && swift build -c release
216216
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
217217
- run: cd project && Escape react-native publish
218218

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.9.1 (2021-10-13)
2+
3+
* Bumps Instabug Android SDK to v10.9.1
4+
* Bumps Instabug iOS SDK to v10.9.3
5+
* Fixes an issue with network requests not getting logged in v10.9.0 on iOS
6+
17
## 10.9.0 (2021-09-30)
28

39
* Bumps Instabug native SDKs to v10.9

InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
);
329329
inputPaths = (
330330
"${PODS_ROOT}/Target Support Files/Pods-InstabugSample/Pods-InstabugSample-frameworks.sh",
331-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Instabug/Instabug.framework/Instabug",
331+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/RNInstabug/Instabug.framework/Instabug",
332332
);
333333
name = "[CP] Embed Pods Frameworks";
334334
outputPaths = (

InstabugSample/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ inquirer@^6.4.1:
28302830
through "^2.3.6"
28312831

28322832
instabug-reactnative@../:
2833-
version "10.4.0"
2833+
version "10.9.1"
28342834

28352835
invariant@^2.2.4:
28362836
version "2.2.4"
@@ -3637,7 +3637,7 @@ [email protected]:
36373637
version "4.0.1"
36383638
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
36393639

3640-
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:
3640+
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:
36413641
version "4.17.21"
36423642
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36433643

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
dependencies {
3030
implementation 'com.android.support:multidex:1.0.3'
3131
implementation 'com.facebook.react:react-native:+'
32-
api('com.instabug.library:instabug:10.8.1') {
32+
api('com.instabug.library:instabug:10.9.1') {
3333
exclude group: 'com.android.support:appcompat-v7'
3434
}
3535
testImplementation 'org.mockito:mockito-core:1.10.19'

ios/Instabug.xcframework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BitcodeSymbolMapsPath</key>
9+
<string>BCSymbolMaps</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_i386_x86_64-simulator</string>
13+
<string>ios-arm64_armv7</string>
1214
<key>LibraryPath</key>
1315
<string>Instabug.framework</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
17-
<string>i386</string>
18-
<string>x86_64</string>
19+
<string>armv7</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
22-
<key>SupportedPlatformVariant</key>
23-
<string>simulator</string>
2423
</dict>
2524
<dict>
26-
<key>BitcodeSymbolMapsPath</key>
27-
<string>BCSymbolMaps</string>
2825
<key>DebugSymbolsPath</key>
2926
<string>dSYMs</string>
3027
<key>LibraryIdentifier</key>
31-
<string>ios-arm64_armv7</string>
28+
<string>ios-arm64_i386_x86_64-simulator</string>
3229
<key>LibraryPath</key>
3330
<string>Instabug.framework</string>
3431
<key>SupportedArchitectures</key>
3532
<array>
3633
<string>arm64</string>
37-
<string>armv7</string>
34+
<string>i386</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9345,7 +9345,7 @@ ___destroy_helper_block_e8_20s36s40s44s48s52s56s60s64s
93459345
___118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
93469346
-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]
93479347
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
9348-
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.737
9348+
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.718
93499349
-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]
93509350
___78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
93519351
+[IBGNetworkLoggerPersistenceManager fetchRequest]
@@ -9369,7 +9369,8 @@ ___50-[IBGNetworkLoggerPersistenceManager clearOldLogs]_block_invoke
93699369
___block_descriptor_72_e8_20s36s40s44s48s52s56s60s64s_e31_v8?0"NSManagedObjectContext"4l
93709370
___block_descriptor_76_e8_20s36s40s44s48s52s56s60s64s_e31_v8?0"NSManagedObjectContext"4l
93719371
___block_descriptor_20_e16_v8?0"NSError"4l
9372-
_OBJC_CLASSLIST_REFERENCES_$_.786
9372+
___block_literal_global.719
9373+
_OBJC_CLASSLIST_REFERENCES_$_.813
93739374
__OBJC_$_CLASS_METHODS_IBGNetworkLoggerPersistenceManager
93749375
__OBJC_CLASS_PROTOCOLS_$_IBGNetworkLoggerPersistenceManager
93759376
__OBJC_METACLASS_RO_$_IBGNetworkLoggerPersistenceManager
@@ -9386,7 +9387,7 @@ __63-[IBGNetworkLoggerPersistenceManager clearAllLogsSynchronously]_block_invoke
93869387
__58-[IBGNetworkLoggerPersistenceManager clearLastSessionLogs]_block_invoke
93879388
__50-[IBGNetworkLoggerPersistenceManager clearAllLogs]_block_invoke
93889389
__78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
9389-
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.737
9390+
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.718
93909391
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
93919392
__118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
93929393
__destroy_helper_block_e8_20s36s40s44s48s52s56s60s64s
@@ -19287,6 +19288,7 @@ ___62+[IBGExecutionTrace startExecutionTraceWithName:errorHandler:]_block_invoke
1928719288
-[IBGExecutionTrace setType:]
1928819289
-[IBGExecutionTrace .cxx_destruct]
1928919290
___block_descriptor_20_e30_i12?0"NSNumber"4"NSNumber"8l
19291+
_OBJC_CLASSLIST_REFERENCES_$_.786
1929019292
__OBJC_$_CLASS_METHODS_IBGExecutionTrace
1929119293
__OBJC_METACLASS_RO_$_IBGExecutionTrace
1929219294
__OBJC_$_INSTANCE_METHODS_IBGExecutionTrace
@@ -24081,7 +24083,6 @@ ___63-[IBGChatVC collectionView:willDisplayCell:forItemAtIndexPath:]_block_invok
2408124083
-[IBGChatVC setNavigtaionBar:]
2408224084
-[IBGChatVC .cxx_destruct]
2408324085
_OBJC_IVAR_$_IBGChatVC._shouldShowCloseButton
24084-
_OBJC_CLASSLIST_REFERENCES_$_.813
2408524086
_OBJC_CLASSLIST_REFERENCES_$_.878
2408624087
_OBJC_IVAR_$_IBGChatVC._presenter
2408724088
_OBJC_IVAR_$_IBGChatVC._currentSection
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9315,7 +9315,7 @@ ___destroy_helper_block_e8_32s40s48s56s64s72s80s88s96s
93159315
___118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
93169316
-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]
93179317
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
9318-
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.736
9318+
___156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.717
93199319
-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]
93209320
___78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
93219321
+[IBGNetworkLoggerPersistenceManager fetchRequest]
@@ -9339,9 +9339,8 @@ ___50-[IBGNetworkLoggerPersistenceManager clearOldLogs]_block_invoke
93399339
___block_descriptor_120_e8_32s40s48s56s64s72s80s88s96s_e32_v16?0"NSManagedObjectContext"8l
93409340
___block_descriptor_124_e8_32s40s48s56s64s72s80s88s96s_e32_v16?0"NSManagedObjectContext"8l
93419341
___block_descriptor_32_e17_v16?0"NSError"8l
9342-
___block_literal_global.737
9342+
___block_literal_global.718
93439343
_OBJC_CLASSLIST_REFERENCES_$_.763
9344-
_OBJC_CLASSLIST_REFERENCES_$_.785
93459344
__OBJC_$_CLASS_METHODS_IBGNetworkLoggerPersistenceManager
93469345
__OBJC_CLASS_PROTOCOLS_$_IBGNetworkLoggerPersistenceManager
93479346
__OBJC_METACLASS_RO_$_IBGNetworkLoggerPersistenceManager
@@ -9358,7 +9357,7 @@ __63-[IBGNetworkLoggerPersistenceManager clearAllLogsSynchronously]_block_invoke
93589357
__58-[IBGNetworkLoggerPersistenceManager clearLastSessionLogs]_block_invoke
93599358
__50-[IBGNetworkLoggerPersistenceManager clearAllLogs]_block_invoke
93609359
__78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke
9361-
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.736
9360+
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke.717
93629361
__156-[IBGNetworkLoggerPersistenceManager addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:]_block_invoke
93639362
__118-[IBGNetworkLoggerPersistenceManager saveLogWithRequest:body:resposne:data:error:duration:withCompletionHandler:date:]_block_invoke.707
93649363
__destroy_helper_block_e8_32s40s48s56s64s72s80s88s96s
@@ -13274,6 +13273,7 @@ ___copy_helper_block_e8_32s40b48s56s64s
1327413273
___block_descriptor_48_e8_32s40s_e15_v32?0816^B24l
1327513274
___block_descriptor_80_e8_32bs40s48s56s64s_e8_v12?0B8l
1327613275
___block_descriptor_80_e8_32s40bs48s56s64s_e8_v12?0B8l
13276+
_OBJC_CLASSLIST_REFERENCES_$_.785
1327713277
__OBJC_CLASS_PROTOCOLS_$_IBGFileNetworkRequestCreator
1327813278
__OBJC_METACLASS_RO_$_IBGFileNetworkRequestCreator
1327913279
__OBJC_$_INSTANCE_METHODS_IBGFileNetworkRequestCreator

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGAPM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGBugReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGChats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGCrashReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGExecutionTrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGFeatureRequests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGNetworkLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGReplies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

ios/Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/IBGSurvey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2020 by Instabug, Inc., all rights reserved.
77
8-
Version: 10.9.2
8+
Version: 10.9.3
99
*/
1010

1111
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)