Skip to content

Commit 1142b51

Browse files
committed
v7.3
1 parent 07f505f commit 1142b51

Some content is hidden

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

49 files changed

+136
-133
lines changed

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"7.2.6": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.6/Instabug.zip",
1010
"7.2.7": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.7/Instabug.zip",
1111
"7.2.8": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.8/Instabug.zip",
12-
"7.2.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.9/Instabug.zip"
12+
"7.2.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.9/Instabug.zip",
13+
"7.3": "https://github.com/Instabug/Instabug-iOS/releases/download/7.3/Instabug.zip"
1314
}

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>7.2.9</string>
16+
<string>7.3</string>
1717
<key>CFBundleVersion</key>
18-
<string>8440</string>
18+
<string>8577</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/IBGTypes.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ extern NSString * const kIBGSurveySubmitTitle;
6262
extern NSString * const kIBGVideoPressRecordTitle;
6363
extern NSString * const kIBGLowDiskStorageTitle;
6464
extern NSString * const kIBGLowDiskStorageMessage;
65+
extern NSString * const kIBGCollectingDataText;
6566

6667
/// -----------
6768
/// @name Enums
@@ -240,7 +241,8 @@ typedef NS_ENUM(NSInteger, IBGString) {
240241
kIBGStringSurveySubmitTitle,
241242
kIBGStringVideoPressRecordTitle,
242243
kIBGStringLowDiskStorageTitle,
243-
kIBGStringLowDiskStorageMessage
244+
kIBGStringLowDiskStorageMessage,
245+
kIBGStringCollectingDataText
244246
};
245247

246248
/**

Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>

Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

Instabug.framework/Instabug

101 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)