Skip to content

Commit

Permalink
copy mobile file to iOS directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinibot committed Aug 24, 2015
1 parent dbee7d9 commit 3ca744c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions safari.safariextension/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@
end
File.open('blocked-content-desktop.json', 'w') { |f| f.write(desktop_json) }
File.open('blocked-content-mobile.json', 'w') { |f| f.write(mobile_json) }

FileUtils.mv('blocked-content-mobile.json', '../ios/content-blocker/blockerList.json', verbose: true)

0 comments on commit 3ca744c

Please sign in to comment.