gym/README.md in fastlane-2.54.0 vs gym/README.md in fastlane-2.54.1
- old
+ new
@@ -179,11 +179,11 @@
```ruby
export_options(
method: "app-store",
provisioningProfiles: {
- "com.example.bundleid": "Provisioning Profile Name",
- "com.example.bundleid2": "Provisioning Profile Name 2"
+ "com.example.bundleid" => "Provisioning Profile Name",
+ "com.example.bundleid2" => "Provisioning Profile Name 2"
}
)
```
**Note**: If you use [fastlane](https://fastlane.tools) with [match](https://fastlane.tools/match) you don't need to provide those values manually.