Skip to content

Commit

Permalink
Remove checkBuild lane
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 15, 2024
1 parent 4374c9d commit 1c32d11
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ default_platform(:ios)
platform :ios do
desc "Push a new beta build to TestFlight"

lane :checkBuild do
build_app(
output_name: "MobileNebula.ipa",
workspace: "Runner.xcworkspace",
scheme: "Runner",
configuration: "Debug",
export_method: "development",
skip_codesigning: true,
export_team_id: CredentialsManager::AppfileConfig.try_fetch_value(:team_id), # This requires the team_id to be set in the fastlane `Appfile`
export_options: {
manageAppVersionAndBuildNumber: false
}
)
end

lane :build do
# Do some things like setting up a temporary keystore to host secrets in CI
setup_ci
Expand Down

0 comments on commit 1c32d11

Please sign in to comment.