chore: fastlane (skip e2e)

This commit is contained in:
Mo
2023-03-18 11:36:36 -05:00
parent b7757983df
commit 6acf329a5a
2 changed files with 11 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ platform :ios do
scheme: scheme,
output_name: scheme,
silent: true,
xcargs: 'DEBUG_INFORMATION_FORMAT=dwarf-with-dsym'
xcargs: 'DEBUG_INFORMATION_FORMAT=dwarf-with-dsym -allowProvisioningUpdates'
)
build_number