XPlugins.iOS.BEMCheckBox version 8, 9, and 10 released!

I’m pleased to announce that versions 8.0.0, 9.0.0, and 10.0.0 of the XPlugin.iOS.BEMCheckBox have been released. XPlugin.iOS.BEMCheckBox allows you to use the iOS BEMCheckBox, created by Boris Emorine (Boris-Em), in your MAUI projects.

You can find the releases on NuGet:

https://www.nuget.org/packages/SaturdayMP.XPlugins.iOS.BEMCheckBox

XPlugin project:

https://github.com/saturdaymp/XPlugins.iOS.BEMCheckBox

BEMCheckBox project:

https://github.com/saturdaymp/BEMCheckBox

The XPlugin.iOS.BEMCheckBox versions now match the .NET version so version 8 targets .NET 8, version 9 targets.NET 9, and so on. Version 8 and onwards use BEMCheckBox v2.2.0, which requires iOS 18 or higher.

[Read More]
Categories: releases  Tags: bemcheckbox dotnet ios maui xplugins 

SaturdayMP Show 75: Hack the Box - Lock (Part 1, Almost Captured the User Flag)

In this episode I attempt the Lock machine on  ⁨@HackTheBox⁩ . Spoiler: I almost captured the user flag but ran out of time. Got delayed by installing items on my new Kali Linux WSL and learning new about MSFvemon, setting Python virtual environments, and the Cryptodome library.

[Read More]

SaturdayMP Show 74: Migrate From Rails to Jekyll (Part 7 or 7)

The final episode in porting the SaturdayMP website from Rails to Jekyll where I update the DNS entries to point to the GitHub Pages site.

Playlist:
https://www.youtube.com/playlist?list=PLYPcrKbLqwutOPHv6zimONxErY7ke9tWn

Jekyll:
https://jekyllrb.com/

GitHub Pages:
https://docs.github.com/en/pages

EasyDNS:
https://easydns.com/

Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:

[Read More]

BEMCheckBox v2.2.0 Released!

I’m pleased to announce that v2.2.0 of the BEMCheckBox has been released! This release builds an xcframework instead of a lipo binary. More details can be found in the release notes.

I was made aware of the change from lipo to xcframework when trying to add v2.1.0 of the BEMCheckBox to a .NET 8 version of the XPlugins.iOS.BEMCheckBox project.

BEMCheckBox makes it easy to create beautiful, highly customizable, animated checkboxes for iOS. You can learn more about the project here.

[Read More]
Categories: releases  Tags: bemcheckbox 

SaturdayMP Show 72: Migrate From Rails to Jekyll (Part 5)

In this episode I fix the SASS depreciation warnings for @import and other statements. By fix I mean just ignore them as Bootstrap does not yet support the new @use and @forward.

Part 4:
https://youtu.be/eJbMn75dQKo Jekyll: https://jekyllrb.com/

Bootstrap:
https://getbootstrap.com/

SASS and Bootstrap:
https://sass-lang.com/documentation/breaking-changes/import/
[https://github.com/twbs/bootstrap/pull/41236
](<https://github.com/twbs/bootstrap/pull/41236

)
Have a question you want answered in a future video? Constructive feedback? A challenging or interesting problem you need a hand with? Then comment, DM me, or send an email to ask@saturdaymp.com.

[Read More]