Contents

ghall89/swift-get-apps

This package is no longer being maintained. I suggest [ApplicationInspector](https://github.com/buresdv/ApplicationInspector) if you're looking for an alternative.

Installation

SwiftPM

.package(url: "https://github.com/ghall89/swift-get-apps.git", from: "main")

Usage

The getInstalledApps() function returns an array of installed apps using the following data struct that conforms to identifiable and hashable:

struct InstalledApp

id: UUID
location: URL
bundleId: String
name: String
icon: NSImage?

Examples

Get All Apps

import GetApps

let allApps = getAllApps()

Get Only User-Installed Apps

import GetApps

let userApps = getUserApps()

Package Metadata

Repository: ghall89/swift-get-apps

Default branch: main

README: README.md