Skip to content

Commit

Permalink
[Chore] #676 - release lane 수정
Browse files Browse the repository at this point in the history
- xcodeproj 지정
  • Loading branch information
hyun99999 committed Oct 31, 2022
1 parent d254705 commit 2337208
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ platform :ios do
if options[:version]
get_certificates
get_provisioning_profile
increment_version_number(version_number: options[:version])
increment_version_number(
version_number: options[:version],
xcodeproj: "Spark-iOS.xcodeproj"
)
build_app(
workspace: "Spark-iOS.xcworkspace",
scheme: "Spark-beta",
Expand Down

0 comments on commit 2337208

Please sign in to comment.