hjuutilainen / bigsurblocker

Block Big Sur installer app from launching
MIT License
239 stars 28 forks source link

Moved the bundleIDsToBlock for configuration support. #2

Closed WardsParadox closed 3 years ago

WardsParadox commented 3 years ago

Warning, first foray into ObjC writing, so 🀞🏻 it works off of my machine lol

WardsParadox commented 3 years ago

Also looks like XCode stripped some blank lines,sorry for the spam in that regards

hjuutilainen commented 3 years ago

Thanks for this. I was expecting that specifying the identifiers through configuration would come up sooner or later. My original thinking was that I'd really like to keep this project just for blocking Big Sur (hence the bigsurblocker name) and possibly create a more advanced tool in the future based on things learned from this project. At the same time I also acknowledge the need for specifying additional bundle identifiers.

I gave this a lot of though and I'm going to merge this since it has been requested a lot.

WardsParadox commented 3 years ago

Awesome! I totally get both sides of the thought piece. Can’t wait to see that tool :)

On Thu, Oct 29, 2020 at 9:01 AM Hannes Juutilainen notifications@github.com wrote:

Merged #2 https://github.com/hjuutilainen/bigsurblocker/pull/2 into main.

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hjuutilainen/bigsurblocker/pull/2#event-3937130190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB55XSEQ3ZAWFRGGJHXIJNDSNGGULANCNFSM4S45H5HQ .

hjuutilainen commented 3 years ago

This is now included in the latest release! Thanks again