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 2929frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'FrameworksBuildPhase' }
3030
3131# 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 ' }
3333Kernel . exit ( 0 ) if embed_frameworks_build_phase
3434embed_frameworks_build_phase = project . new ( Xcodeproj ::Project ::Object ::PBXCopyFilesBuildPhase )
3535embed_frameworks_build_phase . name = 'Embed Instabug Framework'
Original file line number Diff line number Diff line change 2424frameworks_build_phase = target . build_phases . find { |build_phase | build_phase . to_s == 'FrameworksBuildPhase' }
2525
2626# 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 ' }
2828Kernel . exit ( 0 ) unless embed_frameworks_build_phase
2929target . build_phases . delete ( embed_frameworks_build_phase )
3030
You can’t perform that action at this time.
0 commit comments