Skip to content

Commit 7e403fc

Browse files
committed
v3.19
1 parent 54edf4e commit 7e403fc

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

Instabug.bundle/Info.plist

-1 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8-
Version: 3.18
8+
Version: 3.19
99
*/
1010

1111
//===========================================================================================================================================
@@ -105,14 +105,6 @@ void IBGLog(NSString *format, ...);
105105
*/
106106
+ (void)setIsTrackingCrashes:(BOOL)isTrackingCrashes;
107107

108-
/**
109-
* Sets whether to track the user location or not
110-
*
111-
* Default = YES
112-
* @param isTrackingLocation isTrackingLocation
113-
*/
114-
+ (void)setIsTrackingLocation:(BOOL)isTrackingLocation;
115-
116108
/**
117109
* Sets whether to track the user's steps while using the app or not
118110
*
-136 KB
Binary file not shown.

Instabug.podspec

Lines changed: 3 additions & 3 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 = "3.18"
3+
s.version = "3.19"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = {
@@ -23,11 +23,11 @@ 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 => "3.18" }
26+
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.19" }
2727
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2828
s.resources = 'Instabug.bundle'
2929
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'
30-
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'CoreFoundation', 'SystemConfiguration', 'Foundation', 'AVFoundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'CoreLocation', 'MessageUI', 'MobileCoreServices', 'Instabug'
30+
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'Foundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'MessageUI', 'Instabug'
3131
s.libraries = 'c++'
3232
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"', 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11', 'CLANG_CXX_LIBRARY' => 'libc++' }
3333
s.requires_arc = true

0 commit comments

Comments
 (0)