Skip to content

Commit 48ca63d

Browse files
committed
debug
1 parent c526a32 commit 48ca63d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/package/macos.ex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,11 @@ defmodule Desktop.Deployment.Package.MacOS do
360360
# Test for missing public_key application
361361
# ref https://elixirforum.com/t/nerves-key-hub-mix-tasks-fail-because-of-missing-pubkey-pem-module/62821/2
362362
{:ok, _started} = Application.ensure_all_started(:public_key)
363+
|> IO.inspect(label: "Application.ensure_all_started(:public_key)")
364+
365+
Application.spec(:public_key) |> IO.inspect(label: "Application.spec(:public_key)")
366+
Application.app_dir(:public_key) |> IO.inspect(label: "Application.app_dir(:public_key)")
367+
363368
cert_der = List.keyfind!(:public_key.pem_decode(cert), :Certificate, 0)
364369

365370
:public_key.der_decode(:Certificate, elem(cert_der, 1))

0 commit comments

Comments
 (0)