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

debug 앱과 release 앱을 분리 #77

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

easyhooon
Copy link
Collaborator

debug 로 빌드시 앱의 package명 맨 뒤에 .dev가 붙어 다른 앱이라고 판단-> 기존의 앱을 삭제하지 않고 별도의 디버그용 앱이 설치되도록 변경

릴리즈 디버그

debug 로 빌드시 앱의 package 이름의 맨 뒤에 .dev 를 붙혀 다른 앱이라고 판단되어 기존의 앱을 삭제하지 않고 별도의 앱이 설치되는 방식
@easyhooon easyhooon added feature tasks related to feature development gradle tasks related to gradle setup labels Aug 21, 2023
@easyhooon easyhooon self-assigned this Aug 21, 2023
@likppi10
Copy link
Collaborator

아 suffix가 아니라 manifestplaceholder구나

Copy link
Collaborator

@likppi10 likppi10 left a comment

Choose a reason for hiding this comment

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

굿굿

@easyhooon
Copy link
Collaborator Author

easyhooon commented Aug 21, 2023

아 suffix가 아니라 manifestplaceholder구나

package 명 뒤에 .dev 붙히는건 suffix (별도로 앱이 설치되도록)
앱 이름 뒤에 .dev 붙히는거가 manifestplaceholder(앱 아이콘이랑 이름까지 같아버리면 뭐가 먼지 구분이 안가기 때문에 분리) ㅇㅇ

@easyhooon easyhooon enabled auto-merge (squash) August 21, 2023 14:46
@likppi10
Copy link
Collaborator

근데 그러면 패키지명을 변경하면 본판에는 영향을 주지 않는 복사본? 을 만드는건가 음 패키지명을 왜 바꾸지 궁금하네

@easyhooon
Copy link
Collaborator Author

근데 그러면 패키지명을 변경하면 본판에는 영향을 주지 않는 복사본? 을 만드는건가 음 패키지명을 왜 바꾸지 궁금하네

맞아 그리고 패키지명을 분리하지않으면 같은 앱이라고 판단되어서 앱이 두개로 분리가 안되가지공 ㅇㅇ
그러면 파이어베이스 레포도 하나 더 디버그용으로 파야되나? 했는데 package명만 다르게 해서 복사본을 app/src/debug에 넣어줘서 해결했어

reference)
https://ldelight.tistory.com/entry/buildTypes-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EC%9A%B4%EC%98%81%EA%B0%9C%EB%B0%9C-%EB%B9%8C%EB%93%9C-%EB%B6%84%EB%A6%AC

@easyhooon easyhooon merged commit 384c142 into develop Aug 21, 2023
1 check passed
@easyhooon easyhooon deleted the feature/separate-debug-release-app branch August 21, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature tasks related to feature development gradle tasks related to gradle setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants