Skip to content

Commit

Permalink
[chore] #154 맥용 프로비저닝 파일 발급 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Oct 25, 2024
1 parent fe97b5f commit 4c12bc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4c12bc3

Please sign in to comment.