diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3cc8275..e80aeb3 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -32,6 +32,12 @@ platform :ios do ) end + match( + api_key: api_key, + type: "development", + readonly: ENV["CI"] == "true" + ) + match( api_key: api_key, type: "appstore", @@ -55,7 +61,6 @@ platform :ios do project: "DevLog.xcodeproj", scheme: "DevLog", export_method: "app-store", - codesigning_identity: "Apple Distribution", xcargs: "-skipPackagePluginValidation" )