Skip to content

Commit

Permalink
ci: update fastlane/Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Jul 12, 2023
1 parent 37d924c commit 0d9a670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform :ios do
desc "Runs tests"
lane :test do
swiftlint
scan(workspace: "IVPNClient.xcworkspace", devices: ["iPhone 11 Pro"], scheme: "IVPNClient")
scan(devices: ["iPhone 14"], scheme: "IVPNClient")
notification(message: "test finished successfully")
end

Expand Down Expand Up @@ -41,9 +41,9 @@ platform :ios do
private_lane :test_flight_beta do |options|
configuration = options[:configuration]
swiftlint
scan(workspace: "IVPNClient.xcworkspace", devices: ["iPhone 11 Pro"], scheme: "IVPNClient")
scan(devices: ["iPhone 14"], scheme: "IVPNClient")
increment_build_number(xcodeproj: "IVPNClient.xcodeproj")
build_app(workspace: "IVPNClient.xcworkspace", configuration: configuration, scheme: "IVPNClient")
build_app(configuration: configuration, scheme: "IVPNClient")
upload_to_testflight(skip_waiting_for_build_processing: true)
end

Expand Down

0 comments on commit 0d9a670

Please sign in to comment.