Skip to content

Commit

Permalink
PrompterPro
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Nov 15, 2024
1 parent 7133743 commit 9cef237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions IKAN/PrompterPro.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ Process:
destination_path: '%RECIPE_CACHE_DIR%/unzip'
purge_destination: True

- Processor: FileFinder
Arguments:
pattern: '%RECIPE_CACHE_DIR%/unzip/*.dmg'

- Processor: AppDmgVersioner
Arguments:
dmg_path: '%RECIPE_CACHE_DIR%/unzip'
dmg_path: '%found_filename%'

- Processor: CodeSignatureVerifier
Arguments:
input_path: '%pathname%/%app_name%'
input_path: '%found_filename%/%app_name%'
requirement: identifier "com.purple.babel" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MQDAEZFX69
1 change: 1 addition & 0 deletions IKAN/PrompterPro.pkg.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Input:
Process:
- Processor: AppPkgCreator
Arguments:
app_path: '%found_filename%/%app_name%'
pkg_path: '%RECIPE_CACHE_DIR%/PrompterPro-%version%.pkg'

0 comments on commit 9cef237

Please sign in to comment.