gym/README.md in fastlane-2.50.0.beta.20170728010002 vs gym/README.md in fastlane-2.50.0.beta.20170729010003
- old
+ new
@@ -180,10 +180,10 @@
```ruby
export_options(
method: "app-store",
provisioningProfiles: {
"com.example.bundleid": "Provisioning Profile Name",
- "com.example.bundleid2": "Provisioning Profile Name 2",
+ "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.