From 1c7859d5f2e49a9b04cdabe833c79a5e401a998c Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 16 Feb 2017 19:47:44 +0800 Subject: [PATCH] remove Fastfile --- Fastfile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Fastfile diff --git a/Fastfile b/Fastfile deleted file mode 100644 index 6085f90..0000000 --- a/Fastfile +++ /dev/null @@ -1,10 +0,0 @@ -lane :beta do - ensure_git_status_clean - increment_build_number(xcodeproj: "pass.xcodeproj") - commit_version_bump(xcodeproj: "pass.xcodeproj") - add_git_tag - push_to_git_remote - gym(scheme: "pass", - workspace: "pass.xcworkspace", - include_bitcode: true) -end