Skip to content

Commit

Permalink
[Fix] Fastlane 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MUKER-WON committed May 10, 2024
1 parent 58a681c commit e383f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,14 @@ platform :ios do
type: "appstore",
keychain_name: ENV["KEYCHAIN_NAME"],
keychain_password: ENV["KEYCHAIN_PASSWORD"],
app_identifier: [
app_identifier: [+
"com.Pepsi-Club.WhereMyBus",
"com.Pepsi-Club.WhereMyBus.Widget"
],
readonly: true
)

build_app(
clean: true,
workspace: "#{APP_NAME}.xcworkspace",
scheme: "#{SCHEME}",
export_method: "app-store"
Expand Down

0 comments on commit e383f15

Please sign in to comment.