Skip to content

Commit 73ae9b9

Browse files
committed
v3.4.4
1 parent ce52cf9 commit 73ae9b9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Instabug.podspec

Lines changed: 4 additions & 4 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.4.3"
3+
s.version = "3.4.4"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = {
@@ -23,10 +23,10 @@ Pod::Spec.new do |s|
2323
}
2424
s.author = { "Instabug" => "contactus@instabug.com" }
2525
s.platform = :ios, '5.0'
26-
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.4.3" }
26+
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.4.4" }
2727
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
28-
s.resources = 'Instabug.bundle', 'add_instabug_build_script.rb'
29-
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle', 'add_instabug_build_script.rb'
28+
s.resources = 'Instabug.bundle'
29+
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'
3030
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'CoreFoundation', 'SystemConfiguration', 'Foundation', 'AVFoundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'CoreLocation', 'MessageUI', 'MobileCoreServices', 'Instabug'
3131
s.libraries = 'c++'
3232
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"', 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11', 'CLANG_CXX_LIBRARY' => 'libc++' }

add_instabug_build_script.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
phase = main_target.new_shell_script_build_phase(INSTABUG_PHASE_NAME)
2626
phase.shell_script = INSTABUG_PHASE_SCRIPT
2727
project.save()
28+
break
2829
end
2930
end

0 commit comments

Comments
 (0)