Skip to content

Commit

Permalink
Adding Egnyte Desktop App Core.
Browse files Browse the repository at this point in the history
  • Loading branch information
mruszczyk committed Oct 24, 2022
1 parent 5010496 commit b6d0cfd
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
48 changes: 48 additions & 0 deletions EgnyteDesktopAppCore/EgnyteDesktopAppCore.download.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version of Egnyte Desktop App Core.</string>
<key>Identifier</key>
<string>com.github.mruszczyk-recipes.download.EgnyteDesktopAppCore</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>EgnyteDesktopAppCore</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.1</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>SparkleUpdateInfoProvider</string>
<key>Arguments</key>
<dict>
<key>appcast_url</key>
<string>https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/versions/default.xml</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%/Egnyte.app</string>
<key>requirement</key>
<string>identifier "com.egnyte.DesktopApp" 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] = FELUD555VC</string>
</dict>
</dict>
</array>
</dict>
</plist>
26 changes: 26 additions & 0 deletions EgnyteDesktopAppCore/EgnyteDesktopAppCore.pkg.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version of Egnyte Desktop App Core and makes a pkg of it.</string>
<key>Identifier</key>
<string>com.github.mruszczyk-recipes.pkg.EgnyteDesktopAppCore</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>EgnyteDesktopAppCore</string>
</dict>
<key>MinimumVersion</key>
<string>1.0</string>
<key>ParentRecipe</key>
<string>com.github.mruszczyk-recipes.download.EgnyteDesktopAppCore</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>AppPkgCreator</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit b6d0cfd

Please sign in to comment.