File tree 3 files changed +7
-2
lines changed
Instabug.framework/Versions/A
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ if [ ! "${APP_TOKEN}" ] || [ -z "${APP_TOKEN}" ];then
30
30
fi
31
31
echo " Instabug: found APP_TOKEN=${APP_TOKEN} "
32
32
33
+ # Check internet connection
34
+ if [ ! " ` ping -c 1 instabug.com` " ]; then
35
+ exit 0
36
+ fi
37
+
33
38
# Check for simulator builds
34
39
if [ " $EFFECTIVE_PLATFORM_NAME " == " -iphonesimulator" ]; then
35
40
if [ " ${SKIP_SIMULATOR_BUILDS} " ] && [ " ${SKIP_SIMULATOR_BUILDS} " -eq 1 ]; then
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Instabug"
3
- s . version = "3.6 "
3
+ s . version = "3.7 "
4
4
s . summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
5
5
s . homepage = "http://instabug.com"
6
6
s . license = {
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
23
}
24
24
s . author = { "Instabug" => "contactus@instabug.com" }
25
25
s . platform = :ios , '5.0'
26
- s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.6 " }
26
+ s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.7 " }
27
27
s . source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
28
28
s . resources = 'Instabug.bundle'
29
29
s . preserve_paths = 'Instabug.framework/*' , 'Instabug.bundle'
You can’t perform that action at this time.
0 commit comments