Skip to content

Commit

Permalink
Update Testing Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Dec 4, 2024
1 parent 2a5899b commit 60908e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ENGAGEHF/Onboarding/InvitationCodeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import SwiftUI
struct InvitationCodeView: View {
@Environment(OnboardingNavigationPath.self) private var onboardingNavigationPath
@Environment(InvitationCodeModule.self) private var invitationCodeModule
@Environment(AccountNotifications.self) private var accountNotifications
@Environment(Account.self) private var account

@State private var invitationCode = ""
Expand Down
3 changes: 0 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ platform :ios do
derived_data_path: ".derivedData",
code_coverage: true,
devices: ["iPhone 16 Plus"],
force_quit_simulator: true,
reset_simulator: true,
prelaunch_simulator: false,
concurrent_workers: 1,
max_concurrent_simulators: 1,
result_bundle: true,
Expand Down

0 comments on commit 60908e5

Please sign in to comment.