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
-5
lines changed
Instabug.framework/Versions/A Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ if [ -f "${DSYM_UUIDs_PATH}" ]; then
5959 exit 0
6060 fi
6161fi
62- echo " ${DSYM_UUIDs} " >> " ${DSYM_UUIDs_PATH} "
63-
6462
6563# Create dSYM .zip file
6664DSYM_PATH_ZIP=" ${TEMP_DIRECTORY} /$DWARF_DSYM_FILE_NAME .zip"
8684echo " Instabug: deleting temporary dSYM archive..."
8785/bin/rm -f " ${DSYM_PATH_ZIP} "
8886
87+ # Save UUIDs
88+ echo " ${DSYM_UUIDs} " >> " ${DSYM_UUIDs_PATH} "
89+
90+ # Finalize
8991echo " Instabug: dSYM upload complete."
9092if [ " $? " -ne 0 ]; then
9193 echo " Instabug: err: an error was encountered uploading dSYM"
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.4
8+ Version: 3.5
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.4.6 "
3+ s . version = "3.5 "
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.4.6 " }
26+ s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.5 " }
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