This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 11Pod ::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"
You can’t perform that action at this time.
0 commit comments