// l13r apps // Apps for Apple platforms import Foundation struct L13rApps { // Our Apps let apps = [ App( name: "Stock Monitor", description: "Stock ticker for the macOS menu bar", link: "https://stockmonitorapp.com" ) ] // Open for freelance work let about = "Freelance software engineer with 20+ years of experience across Apple platforms (iOS, iPadOS, macOS, watchOS). Currently open to freelance opportunities." // Legal let legal = [ "Privacy policy", "Imprint" ] let copyright = l13r apps UG (haftungsbeschränkt)" }