Skip to content

Commit d3892b4

Browse files
committed
v3.4.1
1 parent 5884f5d commit d3892b4

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Instabug.podspec

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Pod::Spec.new do |s|
22
Pod::Installer::UserProjectIntegrator::TargetIntegrator.class_eval do
33
unless method_defined?(:integrate_with_instabug!)
4-
54
INSTABUG_PHASE_NAME = "Upload Instabug dSYM"
6-
INSTABUG_PHASE_SCRIPT = <<'END'
7-
# SKIP_SIMULATOR_BUILDS=1
8-
SCRIPT_SRC=$(find "$PROJECT_DIR" -name 'Instabug_dsym_upload.sh')
9-
if [ ! "${SCRIPT_SRC}" ]; then
10-
echo "Instabug: err: script not found. Make sure that you're including Instabug.bundle in your project directory"
11-
exit 1
12-
fi
13-
source "${SCRIPT_SRC}"
14-
END
5+
INSTABUG_PHASE_SCRIPT = <<-SCRIPTEND
6+
# SKIP_SIMULATOR_BUILDS=1
7+
SCRIPT_SRC=$(find "$PROJECT_DIR" -name 'Instabug_dsym_upload.sh')
8+
if [ ! "${SCRIPT_SRC}" ]; then
9+
echo "Instabug: err: script not found. Make sure that you're including Instabug.bundle in your project directory"
10+
exit 1
11+
fi
12+
source "${SCRIPT_SRC}"
13+
SCRIPTEND
1514

1615
def integrate_with_instabug!
1716
integrate_without_instabug!
@@ -57,7 +56,7 @@ Pod::Spec.new do |s|
5756
end
5857
end
5958
end
60-
59+
6160
s.name = "Instabug"
6261
s.version = "3.4"
6362
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"

0 commit comments

Comments
 (0)