Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ platform :ios do
]
)

# Using the project instead of the workspace allows us to avoid resolving SPM dependencies.
build_app(
workspace: "Sentry.xcworkspace",
project: "Samples/iOS-Swift/iOS-Swift.xcodeproj",
scheme: "iOS-Swift",
derived_data_path: "DerivedData",
skip_archive: true,
Expand Down Expand Up @@ -233,8 +234,9 @@ platform :ios do
],
)

# Using the project instead of the workspace allows us to avoid resolving SPM dependencies.
build_app(
workspace: "Sentry.xcworkspace",
project: "Samples/iOS-Swift/iOS-Swift.xcodeproj",
scheme: "iOS-Benchmarking",
xcargs: "build-for-testing",
derived_data_path: "DerivedData",
Expand Down
Loading