Skip to content

Commit

Permalink
v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mzsoliman committed Aug 14, 2014
1 parent 90517d7 commit 6e7d5a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Instabug.bundle/Instabug_dsym_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ if [ -f "${DSYM_UUIDs_PATH}" ]; then
exit 0
fi
fi
echo "${DSYM_UUIDs}" >> "${DSYM_UUIDs_PATH}"


# Create dSYM .zip file
DSYM_PATH_ZIP="${TEMP_DIRECTORY}/$DWARF_DSYM_FILE_NAME.zip"
Expand All @@ -86,6 +84,10 @@ fi
echo "Instabug: deleting temporary dSYM archive..."
/bin/rm -f "${DSYM_PATH_ZIP}"

# Save UUIDs
echo "${DSYM_UUIDs}" >> "${DSYM_UUIDs_PATH}"

# Finalize
echo "Instabug: dSYM upload complete."
if [ "$?" -ne 0 ]; then
echo "Instabug: err: an error was encountered uploading dSYM"
Expand Down
2 changes: 1 addition & 1 deletion 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.4
Version: 3.5
*/

//===========================================================================================================================================
Expand Down
Binary file modified Instabug.framework/Versions/A/Instabug
Binary file not shown.
4 changes: 2 additions & 2 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.4.6"
s.version = "3.5"
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
s.homepage = "http://instabug.com"
s.license = {
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
}
s.author = { "Instabug" => "[email protected]" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.4.6" }
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "3.5" }
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
s.resources = 'Instabug.bundle'
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'
Expand Down

0 comments on commit 6e7d5a5

Please sign in to comment.