Skip to content

Commit

Permalink
Fix use of camel case for Tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
apizz committed May 7, 2023
1 parent ab3ea56 commit 57cb433
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions TailScale/TailScale.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version TailScale. Note that this version of TailScale uses a System Extension, whereas the App Store version uses a Network Extension. More info: https://tailscale.com/kb/1065/macos-variants/</string>
<string>Downloads the latest version Tailscale. Note that this version of Tailscale uses a System Extension, whereas the App Store version uses a Network Extension. More info: https://tailscale.com/kb/1065/macos-variants/</string>
<key>Identifier</key>
<string>com.github.apizz.download.TailScale</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>TailScale</string>
<string>Tailscale</string>
<key>USER_AGENT</key>
<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36</string>
</dict>
Expand Down Expand Up @@ -61,7 +61,7 @@
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/TailScale.app</string>
<string>%RECIPE_CACHE_DIR%/%NAME%/Tailscale.app</string>
<key>requirement</key>
<string>anchor apple generic and identifier "io.tailscale.ipn.macsys" 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] = W5364U7YZB)</string>
<key>strict_verification</key>
Expand Down
8 changes: 4 additions & 4 deletions TailScale/TailScale.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version of TailScale and imports it into a munki_repo.</string>
<string>Downloads the latest version of Tailscale and imports it into a munki_repo.</string>
<key>Identifier</key>
<string>com.github.apizz.munki.TailScale</string>
<key>Input</key>
Expand All @@ -13,7 +13,7 @@
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/tailscale</string>
<key>NAME</key>
<string>TailScale</string>
<string>Tailscale</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
Expand All @@ -27,7 +27,7 @@
<key>developer</key>
<string>Tailscale Inc.</string>
<key>display_name</key>
<string>TailScale</string>
<string>Tailscale</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
Expand All @@ -44,7 +44,7 @@
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%-%version%.dmg</string>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/TailScale.app</string>
<string>%RECIPE_CACHE_DIR%/%NAME%/Tailscale.app</string>
</dict>
<key>Processor</key>
<string>DmgCreator</string>
Expand Down
8 changes: 4 additions & 4 deletions TailScale/TailScale.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version of TailScale creates a PKG.</string>
<string>Downloads the latest version of Tailscale and creates a PKG.</string>
<key>Identifier</key>
<string>com.github.apizz.pkg.TailScale</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>TailScale</string>
<string>Tailscale</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
Expand All @@ -21,7 +21,7 @@
<key>Arguments</key>
<dict>
<key>app_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/TailScale.app</string>
<string>%RECIPE_CACHE_DIR%/%NAME%/Tailscale.app</string>
</dict>
<key>Processor</key>
<string>AppPkgCreator</string>
Expand All @@ -30,7 +30,7 @@
<key>Arguments</key>
<dict>
<key>info_path</key>
<string>%pathname%/TailScale.app/Contents/Info.plist</string>
<string>%pathname%/Tailscale.app/Contents/Info.plist</string>
<key>plist_keys</key>
<dict>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit 57cb433

Please sign in to comment.