Skip to content

Commit

Permalink
[Chore] TeamSparker#676 - release lane 수정
Browse files Browse the repository at this point in the history
- build app 수정
  • Loading branch information
hyun99999 committed Oct 29, 2022
1 parent cf6d126 commit 5a43f3a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ platform :ios do
get_certificates
get_provisioning_profile
increment_version_number(version_number: options[:version])
build_app(workspace: "Spark-iOS.xcworkspace", scheme: "Spark-release")
build_app(
workspace: "Spark-iOS.xcworkspace",
scheme: "Spark-beta",
export_method: "app-store",
export_options: {
provisioningProfiles: {
"com.TeamSparker.Spark" => "Spark AppStore",
"com.TeamSparker.Spark.SparkNotificationService" => "SparkNotificationService AppStore"
}
}
)
upload_to_app_store(
api_key_path: "fastlane/key.json",
skip_metadata: false,
Expand Down

0 comments on commit 5a43f3a

Please sign in to comment.