Skip to content

Commit 3f0ccd4

Browse files
author
Instabug
committed
v1.3
1 parent 8c1b3fe commit 3f0ccd4

File tree

11 files changed

+9
-3
lines changed

11 files changed

+9
-3
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Instabug.framework/Versions/A/Headers/Instabug.h

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

1111
//=============================================================================================
@@ -178,6 +178,12 @@ typedef enum{
178178
//=============================================================================================
179179
// Sets the SDK parameters
180180
//=============================================================================================
181+
/*!
182+
@method setAppIntrospection
183+
@discussion Set whether to log automatically the users' actions or not, enabled by defaulted
184+
*/
185+
+(void)setAppIntrospection:(BOOL) appIntrospection;
186+
181187
/*!
182188
@method setUserDataString
183189
@discussion Sets optional user data in a string. Maximum size of the string is 1000 characters
205 KB
Binary file not shown.

Instabug.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Instabug"
3-
s.version = "1.2"
3+
s.version = "1.3"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = {
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
}
2424
s.author = { "Instabug" => "[email protected]" }
2525
s.platform = :ios, '5.0'
26-
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.2" }
26+
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.3" }
2727
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2828
s.resources = 'Instabug.bundle'
2929
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'

0 commit comments

Comments
 (0)