summaryrefslogtreecommitdiffstats
path: root/.gon.hcl
diff options
context:
space:
mode:
Diffstat (limited to '.gon.hcl')
-rw-r--r--.gon.hcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gon.hcl b/.gon.hcl
new file mode 100644
index 00000000..459ca4da
--- /dev/null
+++ b/.gon.hcl
@@ -0,0 +1,11 @@
+source = ["./dist/fzf-macos_darwin_amd64/fzf"]
+bundle_id = "kr.junegunn.fzf"
+
+apple_id {
+ username = "junegunn.c@gmail.com"
+ password = "@env:AC_PASSWORD"
+}
+
+sign {
+ application_identity = "Apple Development: junegunn.c@gmail.com"
+}