Skip to content
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

Merged
merged 3 commits into from
Jun 14, 2023
Merged

Conversation

Roy-wonji
Copy link
Collaborator

작업내용

  • 작업 내용
작업 전 작업 후

리뷰포인트

fastlane 작업 및 해당 타켓에 home 뷰를 새로 추가

Reference

Motivation 🥳 (코드를 추가/변경하게 된 이유)

현재 unit test가 안돌아가서 코드를 변경 master key 제거 굳이 필요 없습니다

Key Changes 🔥 (주요 구현/변경 사항)

  • 원래는 base setting을 코드로 작업 해서 구현을 했는데 따로 extenstion으로 변경
  • app version및 빌드 버전도 비슷하게 구현

Close Issues 🔒 (닫을 Issue)

Close #6

Checklist

  • 브랜치를 가져와 작업한 경우 이전 브랜치에 PR을 보냈는지 확인
  • 빌드를 위해 SceneDelegate 수정한 것 PR로 올리지 않았는지 확인
  • 필요없는 주석, 프린트문 제거했는지 확인
  • 컨벤션 지켰는지 확인
  • final, private 제대로 넣었는지 확인

@Roy-wonji Roy-wonji added the feature feat label Jun 11, 2023
@Roy-wonji Roy-wonji self-assigned this Jun 11, 2023
@Roy-wonji Roy-wonji changed the title Dev [feat]: CI/CD 및 프로젝트 설정 오류 Jun 11, 2023
Copy link
Collaborator

@Byeonjinha Byeonjinha left a 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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어쩐지 첨 봤다했더니 루비였군요? 이게 어제 설명해주신 테스트, 빌드, 배포 나눠 만들어 주셨단 거군요?! 고생하셨어요. 🙇🏽

Comment on lines +1 to +5
#!/bin/bash

echo "tuist clean"
echo "tuist fetch"
echo "tuist test PingPong"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

매번 사용하던 커맨드들을 묶어 쉘 스크립트 하나로 만드셨군요 :0..
또 하나 배우고 갑니다👍 터미널 여전히 너무 멀게 느껴져요

Comment on lines +115 to +125
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
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Roy-wonji 문득 궁금해졌는데 이걸 String extension 을 사용한 이유가 있을까요?

@Roy-wonji Roy-wonji merged commit 3790df5 into feature/SetUp Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants