Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- fire base
- GIT
- react native CLI
- 에러
- 문자열 대소문자
- 백준
- 리액트
- aws bucket 정책
- 문자열 대소문자 구별
- AWS
- Next.js
- 리액트 네이티브
- s3 upload
- babel.config.js
- error
- react native font
- Project
- react native
- js
- Access Key 생성
- firebase 라이브러리
- 리엑트 네이티브 아이콘
- PongWorld
- react native picker
- react native 개발
- react native 세팅
- React
- img upload
- AWS Access Key
- 리액트 네이티브 에러
Archives
- Today
- Total
밝을희 클태
[IOS] ios project 앱 이름 바꾸기 본문
path: ios/project/info.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> ``` <key>CFBundleDisplayName</key> <string>name</string> << 변경 ``` </dict>
name 부분을 원하는 이름으로 바꾸면 된다.
https://gaebarsaebal.tistory.com/33
[Android] android project 앱 이름 바꾸기
path: android/app/src/main/res/values/strings.xml name "name"부분을 원하는 부분으로 변경하면 된다 https://gaebarsaebal.tistory.com/34 [IOS] ios project 앱 이름 바꾸기 path: ios/project/info.plist ``` CFBundleDisplayName name gaebarsae
gaebarsaebal.tistory.com
'마모리(My Memory) 프로젝트' 카테고리의 다른 글
[android] android studio 어플 아이콘 바꾸기 (1) | 2023.11.03 |
---|---|
[IOS] ios 앱 아이콘 변경하기 (0) | 2023.11.03 |
[Android] android project 앱 이름 바꾸기 (0) | 2023.11.03 |
[android studio] APK 만들때 [A problem was found with the configuration of task ':app:lintVitalAnalyzeRelease' (type 'AndroidLintAnalysisTask').] ERROR (0) | 2023.11.02 |
[react native / 리액트 네이티브] react-native-push-notification 사용법 (0) | 2023.09.29 |