Skip to content

Commit

Permalink
Dynamic cert support, rewrite installers (#504)
Browse files Browse the repository at this point in the history
Dynamic cert support, rewrite installers
- Uses short-lived (825 day) certs for HTTPS
- Dynamically renews HTTPS certs prior to expiration
- Moves installer logic to Java
  • Loading branch information
tresf authored Dec 12, 2019
1 parent 3a8fd6f commit 8f1df19
Show file tree
Hide file tree
Showing 135 changed files with 5,863 additions and 4,879 deletions.
5 changes: 3 additions & 2 deletions .idea/tray.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ant/apple/apple-bundle.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>CFBundleDevelopmentRegion</key><string>English</string>
<key>CFBundleIconFile</key><string>${apple.icon}</string>
<key>CFBundleIconFile</key><string>${project.filename}</string>
<key>CFBundlePackageType</key><string>APPL</string>
<key>CFBundleGetInfoString</key><string>${project.name} ${build.version}</string>
<key>CFBundleSignature</key><string>${project.name}</string>
Expand Down
217 changes: 0 additions & 217 deletions ant/apple/apple-keygen.sh.in

This file was deleted.

46 changes: 0 additions & 46 deletions ant/apple/apple-launcher.sh.in

This file was deleted.

48 changes: 0 additions & 48 deletions ant/apple/apple-packager.sh.in

This file was deleted.

Loading

0 comments on commit 8f1df19

Please sign in to comment.