Skip to content

Commit

Permalink
v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mzsoliman committed Dec 11, 2014
1 parent 54edf4e commit 7e403fc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
Binary file modified Instabug.bundle/Info.plist
Binary file not shown.
Binary file modified Instabug.bundle/ru.lproj/Localizable.strings
Binary file not shown.
10 changes: 1 addition & 9 deletions Instabug.framework/Versions/A/Headers/Instabug.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
Version: 3.18
Version: 3.19
*/

//===========================================================================================================================================
Expand Down Expand Up @@ -105,14 +105,6 @@ void IBGLog(NSString *format, ...);
*/
+ (void)setIsTrackingCrashes:(BOOL)isTrackingCrashes;

/**
* Sets whether to track the user location or not
*
* Default = YES
* @param isTrackingLocation isTrackingLocation
*/
+ (void)setIsTrackingLocation:(BOOL)isTrackingLocation;

/**
* Sets whether to track the user's steps while using the app or not
*
Expand Down
Binary file modified Instabug.framework/Versions/A/Instabug
Binary file not shown.
6 changes: 3 additions & 3 deletions Instabug.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Instabug"
s.version = "3.18"
s.version = "3.19"
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
s.homepage = "http://instabug.com"
s.license = {
Expand All @@ -23,11 +23,11 @@ Pod::Spec.new do |s|
}
s.author = { "Instabug" => "contactus@instabug.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.18" }
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.19" }
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
s.resources = 'Instabug.bundle'
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'CoreFoundation', 'SystemConfiguration', 'Foundation', 'AVFoundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'CoreLocation', 'MessageUI', 'MobileCoreServices', 'Instabug'
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'Foundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'MessageUI', 'Instabug'
s.libraries = 'c++'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"', 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11', 'CLANG_CXX_LIBRARY' => 'libc++' }
s.requires_arc = true
Expand Down

0 comments on commit 7e403fc

Please sign in to comment.