fastlane/lib/fastlane/tools.rb in fastlane-2.69.0.beta.20171212010004 vs fastlane/lib/fastlane/tools.rb in fastlane-2.69.0
- old
+ new
@@ -15,6 +15,19 @@
:match,
:scan,
:gym,
:precheck
]
+
+ # a list of all the config files we currently expect
+ TOOL_CONFIG_FILES = [
+ "Appfile",
+ "Deliverfile",
+ "Fastfile",
+ "Gymfile",
+ "Matchfile",
+ "Precheckfile",
+ "Scanfile",
+ "Screengrabfile",
+ "Snapshotfile"
+ ]
end