File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
Pod ::Installer ::UserProjectIntegrator ::TargetIntegrator . class_eval do
3
3
unless method_defined? ( :integrate_with_instabug! )
4
-
5
4
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
15
14
16
15
def integrate_with_instabug!
17
16
integrate_without_instabug!
@@ -57,7 +56,7 @@ Pod::Spec.new do |s|
57
56
end
58
57
end
59
58
end
60
-
59
+
61
60
s . name = "Instabug"
62
61
s . version = "3.4"
63
62
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