Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit b624355

Browse files
committed
v7.2.7
1 parent 5b7c541 commit b624355

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

+145
-142
lines changed

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"7.2.3": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.3/Instabug.zip",
77
"7.2.4": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.4/Instabug.zip",
88
"7.2.5": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.5/Instabug.zip",
9-
"7.2.6": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.6/Instabug.zip"
9+
"7.2.6": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.6/Instabug.zip",
10+
"7.2.7": "https://github.com/Instabug/Instabug-iOS/releases/download/7.2.7/Instabug.zip"
1011
}

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.6</string>
16+
<string>7.2.7</string>
1717
<key>CFBundleVersion</key>
18-
<string>7847</string>
18+
<string>8254</string>
1919
</dict>
2020
</plist>
29.6 KB
Binary file not shown.

Instabug.framework/Headers/IBGTypes.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ extern NSString * const kIBGSurveyNoAnswerTitle;
6060
extern NSString * const kIBGSurveyNoAnswerMessage;
6161
extern NSString * const kIBGSurveySubmitTitle;
6262
extern NSString * const kIBGVideoPressRecordTitle;
63+
extern NSString * const kIBGLowDiskStorageTitle;
64+
extern NSString * const kIBGLowDiskStorageMessage;
6365

6466
/// -----------
6567
/// @name Enums
@@ -236,7 +238,9 @@ typedef NS_ENUM(NSInteger, IBGString) {
236238
kIBGStringSurveyNoAnswerTitle,
237239
kIBGStringSurveyNoAnswerMessage,
238240
kIBGStringSurveySubmitTitle,
239-
kIBGStringVideoPressRecordTitle
241+
kIBGStringVideoPressRecordTitle,
242+
kIBGStringLowDiskStorageTitle,
243+
kIBGStringLowDiskStorageMessage
240244
};
241245

242246
/**

0 commit comments

Comments
 (0)