From ee02f570b1e6244d7d316473821199d45211927a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:43:57 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20#154=20=EB=A7=A5=EC=9A=A9=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=EB=B9=84=EC=A0=80=EB=8B=9D=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=9C=EA=B8=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4a580e03..8dcb4372 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