Apps

OTHER License

Stars
8

Apps

Description

Apps is a small framework for indexing installed applications into a collection of structs

Usage

/// Synchronous loading of applications
let applications = ApplicationController.loadApplications()

/// Asynchronous loading of applications
ApplicationController.asyncLoadApplications()
  .sink { applications in
    // Code goes here.
  }
  .store(in: &subscriptions)
}

Author

Christoffer Winterkvist, [email protected]

License

Apps is available under the MIT license. See the LICENSE file for more info.