File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'FrameworksBuildPhase' }
30
30
31
31
# Add new "Embed Frameworks" build phase to target
32
- embed_frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'Embed Frameworks ' }
32
+ embed_frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'Embed Instabug Framework ' }
33
33
Kernel . exit ( 0 ) if embed_frameworks_build_phase
34
34
embed_frameworks_build_phase = project . new ( Xcodeproj ::Project ::Object ::PBXCopyFilesBuildPhase )
35
35
embed_frameworks_build_phase . name = 'Embed Instabug Framework'
Original file line number Diff line number Diff line change 24
24
frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'FrameworksBuildPhase' }
25
25
26
26
# Remove "Embed Frameworks" build phase to target
27
- embed_frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'Embed Frameworks ' }
27
+ embed_frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'Embed Instabug Framework ' }
28
28
Kernel . exit ( 0 ) unless embed_frameworks_build_phase
29
29
target . build_phases . delete ( embed_frameworks_build_phase )
30
30
You can’t perform that action at this time.
0 commit comments