diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 51148b32..5e1d59dd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -30,6 +30,8 @@ platform :ios do sh("make release") end + increment_build_number(xcodeproj: "Projects/App/App.xcodeproj") + build_app( workspace: "Pokit.xcworkspace", scheme: "App",