Skip to content

Commit

Permalink
Add Catalina support
Browse files Browse the repository at this point in the history
Added the Catalina catalog to the default preferences.
  • Loading branch information
MScottBlake committed Oct 23, 2019
1 parent b2c149e commit b13b53f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Empty file modified .dockerignore
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified nginx.conf
100644 → 100755
Empty file.
Empty file modified preferences.plist
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions reposado.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ server {
if ($http_user_agent ~ "Darwin/18") {
rewrite ^/index(.*)\.sucatalog$ /content/catalogs/others/index-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1$1.sucatalog last;
}
## 10.15.x - Catalina
if ($http_user_agent ~ "Darwin/19") {
rewrite ^/index(.*)\.sucatalog$ /content/catalogs/others/index-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1$1.sucatalog last;
}
}

0 comments on commit b13b53f

Please sign in to comment.