Skip to content

Commit

Permalink
chore: scheme 및 podfile 업데이트
Browse files Browse the repository at this point in the history
- scheme 이름 파싱 오류 대응하고자 () 제거
  • Loading branch information
jiggag committed May 28, 2022
1 parent deff0b0 commit 9482135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ SPEC CHECKSUMS:
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: 83c160891d5233201579bdac57cc222680929656
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
glog: 476ee3e89abb49e07f822b48323c51c57124b572
hermes-engine: 84e3af1ea01dd7351ac5d8689cbbea1f9903ffc3
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Expand Down
7 changes: 5 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform :ios do

lane :beta do
build_app(
scheme: "RNStarter (Staging)",
scheme: "RNStarter-Staging",
export_method: "development",
)

Expand All @@ -35,6 +35,9 @@ platform :ios do
end

lane :distribute do
build_app(scheme: "RNStarter")
build_app(
scheme: "RNStarter",
export_method: "app-store",
)
end
end

0 comments on commit 9482135

Please sign in to comment.