-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat]: CI/CD 및 프로젝트 설정 오류 #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생많으셨어요. 개발팀장님. 👍 아직 코드가 많이 많이 생소합니다. 어렵네요ㅠㅠㅠ.
덕분에 많이 배워갑니다. 감사합니다
platform :ios do | ||
|
||
|
||
desc "Incrementing Build Number" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어쩐지 첨 봤다했더니 루비였군요? 이게 어제 설명해주신 테스트, 빌드, 배포 나눠 만들어 주셨단 거군요?! 고생하셨어요. 🙇🏽
#!/bin/bash | ||
|
||
echo "tuist clean" | ||
echo "tuist fetch" | ||
echo "tuist test PingPong" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
매번 사용하던 커맨드들을 묶어 쉘 스크립트 하나로 만드셨군요 :0..
또 하나 배우고 갑니다👍 터미널 여전히 너무 멀게 느껴져요
extension String { | ||
public static func appVersion() -> String { | ||
let version: String = "1.0.0" | ||
return version | ||
} | ||
|
||
public static func appBuildVersion() -> String { | ||
let buildVersion: String = "10" | ||
return buildVersion | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Roy-wonji 문득 궁금해졌는데 이걸 String extension 을 사용한 이유가 있을까요?
작업내용
리뷰포인트
fastlane 작업 및 해당 타켓에 home 뷰를 새로 추가
Reference
Motivation 🥳 (코드를 추가/변경하게 된 이유)
현재 unit test가 안돌아가서 코드를 변경 master key 제거 굳이 필요 없습니다
Key Changes 🔥 (주요 구현/변경 사항)
Close Issues 🔒 (닫을 Issue)
Close #6
Checklist