From 632c5f9d4c42a6e408c0565e34b2d1bd428ff018 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Fri, 31 Jan 2020 11:52:12 +0200 Subject: [test] Add iOS unit test runner --- test/ios/fastlane/Matchfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/ios/fastlane/Matchfile (limited to 'test/ios/fastlane/Matchfile') diff --git a/test/ios/fastlane/Matchfile b/test/ios/fastlane/Matchfile new file mode 100644 index 0000000000..2a815bfc8e --- /dev/null +++ b/test/ios/fastlane/Matchfile @@ -0,0 +1,5 @@ +git_url("git@github.com:mapbox/apple-certificates.git") +type("development") # The default type, can be: appstore, adhoc, enterprise or development +app_identifier(["com.mapbox.UnitTestsApp", "com.mapbox.UnitTestsAppTests"]) +username ENV['MAPBOX_APPLE_ID'] +keychain_name("fastlane_keychain") \ No newline at end of file -- cgit v1.2.1