Scans repository for iOS, macOS, Android, Fastlane, Cordova, Ionic, React Native and Flutter projects
This Step scans your repository to determine your project's type.
The Step scans for:
CocoaPods and scans Xcode project files for valid Xcode command line configurations.build.gradle files and lists all the Gradle tasks. It also checks for a gradlew file.Fastfile and lists the available lanes.config.xml file.ionic.config.json and ionic.project files.package.json files and also runs the iOS and Android native project scanners.pubspec.yaml files.To successfully run the Step, you need:
To configure the Step:
yes to produce more informative logs.true to activate an SSH key and clone the git repository of your app.If you receive an error message, No known platform detected, make sure that you cloned the correct repository and you have a valid SSH key.