Run Recipe Robot one more time

This commit is contained in:
Dennis Juhler Aagaard
2020-04-14 15:06:53 +02:00
parent e0dcce20f8
commit 46cabfad98
4 changed files with 42 additions and 17 deletions
+3 -5
View File
@@ -42,12 +42,8 @@
<string>EndOfCheckPhase</string> <string>EndOfCheckPhase</string>
</dict> </dict>
<dict> <dict>
<key>Processor</key>
<string>Unarchiver</string>
<key>Arguments</key> <key>Arguments</key>
<dict> <dict>
<key>archive_format</key>
<string>zip</string>
<key>archive_path</key> <key>archive_path</key>
<string>%pathname%</string> <string>%pathname%</string>
<key>destination_path</key> <key>destination_path</key>
@@ -55,12 +51,14 @@
<key>purge_destination</key> <key>purge_destination</key>
<true/> <true/>
</dict> </dict>
<key>Processor</key>
<string>Unarchiver</string>
</dict> </dict>
<dict> <dict>
<key>Arguments</key> <key>Arguments</key>
<dict> <dict>
<key>input_path</key> <key>input_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%//ONLYOFFICE.app</string> <string>%RECIPE_CACHE_DIR%/%NAME%/ONLYOFFICE.app</string>
<key>requirement</key> <key>requirement</key>
<string>anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "2WH24U26GJ")</string> <string>anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "2WH24U26GJ")</string>
</dict> </dict>
+12 -1
View File
@@ -23,7 +23,18 @@
<key>Arguments</key> <key>Arguments</key>
<dict> <dict>
<key>dmg_path</key> <key>dmg_path</key>
<string>%pathname%</string> <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
</dict>
<key>Processor</key>
<string>DmgCreator</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%dmg_path%</string>
<key>items_to_copy</key> <key>items_to_copy</key>
<array> <array>
<dict> <dict>
+12 -1
View File
@@ -38,11 +38,22 @@
<string>com.github.solutiogruppen.download.ONLYOFFICE</string> <string>com.github.solutiogruppen.download.ONLYOFFICE</string>
<key>Process</key> <key>Process</key>
<array> <array>
<dict>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
</dict>
<key>Processor</key>
<string>DmgCreator</string>
</dict>
<dict> <dict>
<key>Arguments</key> <key>Arguments</key>
<dict> <dict>
<key>pkg_path</key> <key>pkg_path</key>
<string>%pathname%</string> <string>%dmg_path%</string>
<key>repo_subdirectory</key> <key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string> <string>%MUNKI_REPO_SUBDIR%</string>
</dict> </dict>
+5
View File
@@ -22,6 +22,11 @@
<key>Process</key> <key>Process</key>
<array> <array>
<dict> <dict>
<key>Arguments</key>
<dict>
<key>app_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/ONLYOFFICE.app</string>
</dict>
<key>Processor</key> <key>Processor</key>
<string>AppPkgCreator</string> <string>AppPkgCreator</string>
</dict> </dict>