|
You are here |
thomaskekeisen.de | ||
| | | | |
davidbieber.com
|
|
| | | | | If you use a Mac and use iMessage, you can access your iMessages programmatically. They are stored by iMessage as a sqlite database, which you can easily access. Accessing the Database The database is typically stored at ~/Library/Messages/chat.db, though that location is configurable. If you try to access the database, however, you will likely encounter this unhelpful error message: ~/Library/Messages/chat.db: Operation not permitted Thankfully, OSXDaily has put together a helpful step by step guide to ... | |
| | | | |
theevilbit.github.io
|
|
| | | | | This is part 20 in the series of "Beyond the good ol' LaunchAgents", where I try to collect various persistence techniques for macOS. For more background check the introduction. This is another application specific persistence method, related to the Terminal application. In the Terminal Preferences, under the Profiles tab, we can set a command that will be executed upon Terminal's startup. This is shown in the screen below. | |
| | | | |
parvu.org
|
|
| | | | | I used Oracle SQL Developer for years until recently (possibly after the upgrade to macOS 12.6.5?) when the SQL Developer stopped being able to access the files stored locally: Oracle SQL Developer Error The software does not prompt for access at start-up, not after the upgrade nor if I delete the fully the ./sqldeveloper/ directory.... | |
| | | | |
khromov.se
|
|
| | | Looking for building Android bundles with Capacitor? Check out this blog post instead! In this post we will set up a GitHub Actions workflow for an iOS Capacitor app that will produce an IPA file, ready for upload to Apple via the Transporter app. At a high level, we will: Let's get started! ?? Setting up Certificates, Identifiers and Profiles Compared to Android, building an iOS app will require a bit of work. First we need to make sure that we have at least one distribution certificate. It's easiest to... | ||