summaryrefslogtreecommitdiffstats
path: root/.gon.hcl
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-27 01:46:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-27 11:07:27 +0900
commit552414978ed74e7cd77bd57874f6fbbe3e0024c4 (patch)
treeffb8cb0796983c6e56c4f47a3216697386f3482e /.gon.hcl
parent607081bbaab228f41ebfe1f7aa0e993ab134c205 (diff)
0.24.0-rc10.24.0-rc1
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"
+}