Skip to content

Instantly share code, notes, and snippets.

@buzybee83
buzybee83 / privacy-policy.md
Created January 18, 2026 06:52
Privacy Policy for Expense Ledger iOS App

Privacy Policy - Expense Ledger

Last updated: January 2026


Your Privacy Matters

Expense Ledger is designed with privacy as a core principle. This app operates entirely on your device with no external servers, accounts, or cloud storage required.

#!/usr/bin/ruby
# Create display override file to force Mac OS X to use RGB mode for Display
# see http://embdev.net/topic/284710
require 'base64'
data=`ioreg -l -d0 -w 0 -r -c AppleDisplay`
edids=data.scan(/IODisplayEDID.*?<([a-z0-9]+)>/i).flatten
vendorids=data.scan(/DisplayVendorID.*?([0-9]+)/i).flatten