Skip to content

Commit

Permalink
fix: Fastfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 17, 2024
1 parent bc37519 commit 8012f9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ platform :ios do
increment_build_number(xcodeproj: "HongikYeolgong2.xcodeproj")

# 앱빌드
build_app(
scheme: "HongikYeolgong2",
export_method: "app-store",
team_id: "P4D4ZQC4YF"
)
build_app(
scheme: "HongikYeolgong2",
export_method: "app-store",
export_team_id: "P4D4ZQC4YF"
)

# 테플에 업로드
upload_to_testflight(skip_waiting_for_build_processing: true)
Expand Down

0 comments on commit 8012f9e

Please sign in to comment.