fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md in fastlane-2.160.0 vs fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md in fastlane-2.161.0
- old
+ new
@@ -249,10 +249,10 @@
to update your `SnapshotHelper.swift` files. In case you modified your `SnapshotHelper.swift` and want to manually update the file, check out [SnapshotHelper.swift](https://github.com/fastlane/fastlane/blob/master/snapshot/lib/assets/SnapshotHelper.swift).
## Launch Arguments
-You can provide additional arguments to your app on launch. These strings will be available in your app (eg. not in the testing target) through `ProcessInfo.processInfo.arguments`. Alternatively, use user-default syntax (`-key value`) and they will be available as key-value pairs in `UserDefaults.standard`.
+You can provide additional arguments to your app on launch. These strings will be available in your app (e.g. not in the testing target) through `ProcessInfo.processInfo.arguments`. Alternatively, use user-default syntax (`-key value`) and they will be available as key-value pairs in `UserDefaults.standard`.
```ruby-skip-tests
launch_arguments([
"-firstName Felix -lastName Krause"
])