Skip to content

Commit

Permalink
[#39] Fix paths in iOS danger
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Aug 28, 2023
1 parent 8c9a4d6 commit 53a60eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions make_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ sed -i '' "$(($line_number + 1))i\\"$'\n'"\
pod 'shared', :path => '../shared'\\
" podfile

# Correct path in Dangerfile
sed -i '' "s/require '\.\/fastlane\/Constants\/Constants'//g" dangerfile

echo "=> Remove unnecessary files after generating the iOS module"
rm -rf .github
rm -f README.md
Expand Down

0 comments on commit 53a60eb

Please sign in to comment.