Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Montiel committed Jan 12, 2023
1 parent 0b32a65 commit f01a27c
Show file tree
Hide file tree
Showing 55 changed files with 141 additions and 82 deletions.
3 changes: 2 additions & 1 deletion BugfenderSDK-XCFramework.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"1.10.3" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.3/BugfenderSDK.xcframework.zip",
"1.10.4" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.4/BugfenderSDK.xcframework.zip",
"1.10.5" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.5/BugfenderSDK.xcframework.zip",
"1.10.6" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.6/BugfenderSDK.xcframework.zip"
"1.10.6" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.6/BugfenderSDK.xcframework.zip",
"1.11.0" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.11.0/BugfenderSDK.xcframework.zip"
}
Binary file modified BugfenderSDK.framework/BugfenderSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion BugfenderSDK.framework/Headers/BugfenderSDK-Swift.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
11 changes: 10 additions & 1 deletion BugfenderSDK.framework/Headers/BugfenderSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_10_4 65
#define BFLibraryVersionNumber_1_10_5 66
#define BFLibraryVersionNumber_1_10_6 67
#define BFLibraryVersionNumber_1_11_0 68


/**
Expand Down Expand Up @@ -168,7 +169,8 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)

/**
* Set the maximum space available to store local logs. This value is represented in bytes. There's a limit of 50 MB.
* @param maximumLocalStorageSize Maximum space availalbe to store local logs, in bytes.
* @param maximumLocalStorageSize Maximum size in bytes. Range accepted is from 1 MB to 50 MB. If the value provider
* is below this range it will be set to 1 MB, if is above the range it will be set to 50 MB
**/
+ (void)setMaximumLocalStorageSize:(NSUInteger)maximumLocalStorageSize;

Expand Down Expand Up @@ -241,6 +243,13 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
*/
+(void)enableUIEventLogging;

/**
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
* @param ignoredViewsTags Tags of views that should not be observed and logged by Bugfender
*/
+ (void)enableUIEventLoggingWithIgnoredViewsTags:(NSArray<NSNumber *> *)ignoredViewsTags;

#endif

/**
Expand Down
Binary file modified BugfenderSDK.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
3 changes: 2 additions & 1 deletion BugfenderSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"1.10.3" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.3/BugfenderSDK.framework.zip",
"1.10.4" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.4/BugfenderSDK.framework.zip",
"1.10.5" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.5/BugfenderSDK.framework.zip",
"1.10.6" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.6/BugfenderSDK.framework.zip"
"1.10.6" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.10.6/BugfenderSDK.framework.zip",
"1.11.0" : "https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.11.0/BugfenderSDK.framework.zip"

}
2 changes: 1 addition & 1 deletion BugfenderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BugfenderSDK'
s.version = '1.10.6'
s.version = '1.11.0'
s.ios.deployment_target = '11.0'
s.license = { :type => 'Commercial', :text => 'See https://bugfender.com/terms-of-service/' }
s.summary = 'Bugfender: a mobile remote logger'
Expand Down
8 changes: 4 additions & 4 deletions BugfenderSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>BugfenderSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -29,11 +29,11 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BugfenderSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -44,7 +44,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_10_4 65
#define BFLibraryVersionNumber_1_10_5 66
#define BFLibraryVersionNumber_1_10_6 67
#define BFLibraryVersionNumber_1_11_0 68


/**
Expand Down Expand Up @@ -168,7 +169,8 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)

/**
* Set the maximum space available to store local logs. This value is represented in bytes. There's a limit of 50 MB.
* @param maximumLocalStorageSize Maximum space availalbe to store local logs, in bytes.
* @param maximumLocalStorageSize Maximum size in bytes. Range accepted is from 1 MB to 50 MB. If the value provider
* is below this range it will be set to 1 MB, if is above the range it will be set to 50 MB
**/
+ (void)setMaximumLocalStorageSize:(NSUInteger)maximumLocalStorageSize;

Expand Down Expand Up @@ -241,6 +243,13 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
*/
+(void)enableUIEventLogging;

/**
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
* @param ignoredViewsTags Tags of views that should not be observed and logged by Bugfender
*/
+ (void)enableUIEventLoggingWithIgnoredViewsTags:(NSArray<NSNumber *> *)ignoredViewsTags;

#endif

/**
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -261,7 +261,7 @@ using UInt = size_t;
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_10_4 65
#define BFLibraryVersionNumber_1_10_5 66
#define BFLibraryVersionNumber_1_10_6 67
#define BFLibraryVersionNumber_1_11_0 68


/**
Expand Down Expand Up @@ -168,7 +169,8 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)

/**
* Set the maximum space available to store local logs. This value is represented in bytes. There's a limit of 50 MB.
* @param maximumLocalStorageSize Maximum space availalbe to store local logs, in bytes.
* @param maximumLocalStorageSize Maximum size in bytes. Range accepted is from 1 MB to 50 MB. If the value provider
* is below this range it will be set to 1 MB, if is above the range it will be set to 50 MB
**/
+ (void)setMaximumLocalStorageSize:(NSUInteger)maximumLocalStorageSize;

Expand Down Expand Up @@ -241,6 +243,13 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
*/
+(void)enableUIEventLogging;

/**
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
* @param ignoredViewsTags Tags of views that should not be observed and logged by Bugfender
*/
+ (void)enableUIEventLoggingWithIgnoredViewsTags:(NSArray<NSNumber *> *)ignoredViewsTags;

#endif

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
import Foundation
import Swift
import _Concurrency
import _StringProcessing
extension BugfenderSDK.Bugfender {
public class func print(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, level: BugfenderSDK.BFLogLevel = .default, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
public class func error(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
import Foundation
import Swift
import _Concurrency
import _StringProcessing
extension BugfenderSDK.Bugfender {
public class func print(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, level: BugfenderSDK.BFLogLevel = .default, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
public class func error(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
import Foundation
import Swift
import _Concurrency
import _StringProcessing
extension BugfenderSDK.Bugfender {
public class func print(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, level: BugfenderSDK.BFLogLevel = .default, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
public class func error(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
import Foundation
import Swift
import _Concurrency
import _StringProcessing
extension BugfenderSDK.Bugfender {
public class func print(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, level: BugfenderSDK.BFLogLevel = .default, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
public class func error(_ items: Any..., separator: Swift.String = " ", terminator: Swift.String = "\n", tag: Swift.String? = nil, filename: Swift.String = #file, line: Swift.Int = #line, funcname: Swift.String = #function)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>UIDeviceFamily</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -261,7 +261,7 @@ using UInt = size_t;
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef BUGFENDERSDK_SWIFT_H
#define BUGFENDERSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_10_4 65
#define BFLibraryVersionNumber_1_10_5 66
#define BFLibraryVersionNumber_1_10_6 67
#define BFLibraryVersionNumber_1_11_0 68


/**
Expand Down Expand Up @@ -168,7 +169,8 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)

/**
* Set the maximum space available to store local logs. This value is represented in bytes. There's a limit of 50 MB.
* @param maximumLocalStorageSize Maximum space availalbe to store local logs, in bytes.
* @param maximumLocalStorageSize Maximum size in bytes. Range accepted is from 1 MB to 50 MB. If the value provider
* is below this range it will be set to 1 MB, if is above the range it will be set to 50 MB
**/
+ (void)setMaximumLocalStorageSize:(NSUInteger)maximumLocalStorageSize;

Expand Down Expand Up @@ -241,6 +243,13 @@ typedef NS_ENUM(NSUInteger, BFLogLevel)
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
*/
+(void)enableUIEventLogging;

/**
* Logs all actions performed and screen changes in the application, such as button touches, swipes and gestures.
* @param ignoredViewsTags Tags of views that should not be observed and logged by Bugfender
*/
+ (void)enableUIEventLoggingWithIgnoredViewsTags:(NSArray<NSNumber *> *)ignoredViewsTags;

#endif

/**
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BugfenderSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BugfenderSDK
Expand Down
Loading

0 comments on commit f01a27c

Please sign in to comment.