Skip to content

CLI tool based on Combine framework for notarizing macOS software.

Notifications You must be signed in to change notification settings

srinikhil-07/Notarization-With-Combine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Notarization-With-Combine

CLI tool based on Combine framework for notarizing macOS software.

The CLI tool uses

  1. Swift's Argument parser for parsing arguments,
  2. Apple's Combine framework for handling notarization declaratively,

TODO

  • Swift argument parser for parsing CLI commands
  • Testing notarization
  • Notarization using Combine framework