Skip to content

Commit

Permalink
chore: fastlane updated
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jan 10, 2021
1 parent cd129d9 commit 70b5768
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MeinsApp/ios/fastlane/README.md
Expand Up @@ -12,15 +12,15 @@ Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`
or alternatively using `brew install fastlane`

# Available Actions
## iOS
### ios certificates
```
fastlane ios certificates
```
Push a new beta build to TestFlight

### ios nightly
```
fastlane ios nightly
Expand Down
14 changes: 7 additions & 7 deletions MeinsApp/ios/meins/Info.plist
Expand Up @@ -23,25 +23,25 @@
<key>CFBundleVersion</key>
<string>191</string>
<key>ITSAppUsesNonExemptEncryption </key>
<false />
<false/>
<key>LSRequiresIPhoneOS</key>
<true />
<true/>
<key>MGLMapboxAccessToken</key>
<string>pk.eyJ1IjoibWF0dGhpYXNuIiwiYSI6ImNqY295azVueDFyajMycW14eXk0eDg5NWgifQ.fVPCdpdMMB2l4YR1rtz_8Q</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true />
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true />
<true/>
<key>NSAllowsLocalNetworking</key>
<true />
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true />
<true/>
</dict>
</dict>
</dict>
Expand Down Expand Up @@ -114,6 +114,6 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false />
<false/>
</dict>
</plist>

0 comments on commit 70b5768

Please sign in to comment.