Skip to content

Commit 890b96e

Browse files
committed
Elixir plugin: Install CoreServices on macOS to fix Phoenix LiveReload compilation
1 parent a7bb033 commit 890b96e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/elixir.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "elixir",
33
"version": "0.0.1",
4+
"packages": {
5+
"darwin.apple_sdk.frameworks.CoreServices": {
6+
"platforms": ["aarch64-darwin", "x86_64-darwin"]
7+
}
8+
},
49
"env": {
510
"MIX_HOME": "{{ .Virtenv }}/mix",
611
"HEX_HOME": "{{ .Virtenv }}/hex",
712
"ERL_AFLAGS": "-kernel shell_history enabled"
813
}
9-
}
14+
}

0 commit comments

Comments
 (0)