Skip to content

Commit

Permalink
fix: codesign 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 17, 2024
1 parent 5f85a34 commit 9f078ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platform :ios do
unlock: true,
timeout: 3600,
lock_when_sleeps: true
)
)

match(
type: "appstore",
Expand All @@ -53,6 +53,8 @@ platform :ios do
)
end

sync_code_signing(type: "appstore", readonly: true)

# 앱스토어 커넥트 연결
app_store_connect_api_key(
key_id: ENV['APP_STORE_CONNECT_KEY_ID'],
Expand Down

0 comments on commit 9f078ee

Please sign in to comment.