Skip to content

incuvolve/ivBlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivBlock

Safari Port of LeechBlock NG

Conversion

xcrun safari-web-extension-converter --project-location xcode --app-name ivBlock --bundle-identifier de.incuvolve.ivBlock LeechBlockNG

xcrun safari-web-extension-converter --app-name ivBlock --bundle-identifier de.incuvolve.ivBlock LeechBlockNG

Warnings during conversion

Warning: The following keys in your manifest.json are not supported by your current version of Safari. If these are critical to your extension, you should review your code to see if you need to make changes to support Safari:
	history
	open_in_tab
Warning: Persistent background pages are not supported on iOS and iPadOS. You will need to make changes to support a non-persistent background page.

Release Workflow

  • developments in ivBlockCore submodule are being pushed to integration branch
  • developments and reference to ivBlockCore submodule are pushed to development branch
  • create pull request from dev to main in GitHub, rebase and merge
  • automated deployment to testflight
  • main branch checkout, pull changes and update submodules