Skip to content

Commit

Permalink
fix: github Action PRD Lane version number Method 제거 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Dec 29, 2024
1 parent da9b6d0 commit b9396a3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ platform :ios do

new_build_number = build_num + 1

version = get_version_number(
xcodeproj: "14th-team5-iOS/App/App.xcodeproj",
target: "#{PRD_SCHEME}"
)


increment_build_number(
xcodeproj: "14th-team5-iOS/App/App.xcodeproj",
Expand Down Expand Up @@ -189,18 +184,8 @@ platform :ios do
"com.5ing.bibbi" => "match AppStore com.5ing.bibbi",
"com.5ing.bibbi.widget" => "match AppStore com.5ing.bibbi.widget"
}
}
)

download_dsyms(
app_identifier: "com.5ing.bibbi",
version: version,
build_number: new_build_number,
output_directory: "./14th-team5-iOS"
)

upload_symbols_to_crashlytics(
gsp_path: "14th-team5-iOS/App/Resources/GoogleService-Info.plist"
},
xcargs: "arch=x86_64"
)

upload_to_testflight(skip_waiting_for_build_processing: true)
Expand Down

0 comments on commit b9396a3

Please sign in to comment.