This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Instabug.framework/Versions/A Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6969DSYM_PATH_ZIP=" ${TEMP_DIRECTORY} /$DWARF_DSYM_FILE_NAME .zip"
7070if [ ! -d " $DSYM_PATH " ]; then
7171 echo " Instabug: err: dSYM not found: ${DSYM_PATH} "
72- exit 1
72+ exit 0
7373fi
7474echo " Instabug: Compressing dSYM file..."
75- (/usr/bin/zip --recurse-paths --quiet " ${DSYM_PATH_ZIP} " " ${DSYM_PATH} " ) || exit 1
75+ (/usr/bin/zip --recurse-paths --quiet " ${DSYM_PATH_ZIP} " " ${DSYM_PATH} " ) || exit 0
7676
7777# Upload dSYM
7878echo " Instabug: Uploading dSYM file..."
@@ -82,7 +82,7 @@ if [ $STATUS -ne 200 ]; then
8282 echo " Instabug: err: dSYM archive not succesfully uploaded."
8383 echo " Instabug: deleting temporary dSYM archive..."
8484 /bin/rm -f " ${DSYM_PATH_ZIP} "
85- exit 1
85+ exit 0
8686fi
8787
8888# Remove temp dSYM archive
@@ -96,5 +96,5 @@ echo "${DSYM_UUIDs}" >> "${DSYM_UUIDs_PATH}"
9696echo " Instabug: dSYM upload complete."
9797if [ " $? " -ne 0 ]; then
9898 echo " Instabug: err: an error was encountered uploading dSYM"
99- exit 1
99+ exit 0
100100fi
Original file line number Diff line number Diff line change 55
66 Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8- Version: 3.10
8+ Version: 3.11
99 */
1010
1111// ===========================================================================================================================================
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Instabug"
3- s . version = "3.10 "
3+ s . version = "3.11 "
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" => "contactus@instabug.com" }
2525 s . platform = :ios , '5.0'
26- s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.10 " }
26+ s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.11 " }
2727 s . source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2828 s . resources = 'Instabug.bundle'
2929 s . preserve_paths = 'Instabug.framework/*' , 'Instabug.bundle'
You can’t perform that action at this time.
0 commit comments