diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5068a397..3240ba73 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -24,6 +24,12 @@ platform :ios do app_identifier:["com.pokitmons.pokit", "com.pokitmons.pokit.ShareExtension"], readonly: true ) + match( + type: "appstore", + platform: "macos", + app_identifier: ["com.pokitmons.pokit", "com.pokitmons.pokit.ShareExtension"], + readonly: false + ) end lane :development_profile do @@ -34,6 +40,12 @@ platform :ios do app_identifier:["com.pokitmons.pokit", "com.pokitmons.pokit.ShareExtension"], readonly: true ) + match( + type: "development", + platform: "macos", + app_identifier: ["com.pokitmons.pokit", "com.pokitmons.pokit.ShareExtension"], + readonly: false + ) end lane :build do