naoigcat
naoigcat
`SCCAPIConnection.performRequest(_:error:)` returns `YES` even if `UIApplication.openURL(_:options:completionHandler:)` fails (i.e. Square Point of Sale fails to launch). The launch failure occurred once, but the condition of occurrence could not be specified. #...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Add the `.fastlane` folder because it is referenced the same way as the `fastlane` folder. https://github.com/fastlane/fastlane/blob/9ae433c617a13c0801a9b45f2cf7f8139fbdb427/credentials_manager/lib/credentials_manager/appfile_config.rb#L19 ```rb def self.default_path ["./fastlane/Appfile", "./.fastlane/Appfile", "./Appfile"].each do |current| return current if File.exist?(current) end nil...