diff fastlane/Fastfile @ 125:bee9102c2e9c

Update fastlane config
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sun, 15 Aug 2021 12:26:31 +0100
parents 5c7b675ede8f
children 407611b9df91
line wrap: on
line diff
--- a/fastlane/Fastfile	Sun Aug 15 11:38:07 2021 +0100
+++ b/fastlane/Fastfile	Sun Aug 15 12:26:31 2021 +0100
@@ -19,11 +19,7 @@
 
   desc "Push a new beta build to TestFlight"
   lane :beta do
-    increment_build_number(
-      build_number: latest_testflight_build_number + 1,
-      xcodeproj: "Simoleon.xcodeproj"
-    )
-    
+    increment_build_number(xcodeproj: "Simoleon.xcodeproj")
     build_app(scheme: "Simoleon")
     upload_to_testflight(
       beta_app_review_info: {