-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release-1.0.0 앱 심사 배포 리젝 문제 해결 & 앱스토어 최초 배포 (#88)
* refactor: 중복 로그인 에러 문구 수정 * refactor: privacy manifest 수정 - other user content 추가 - 앱 클립 삭제 - customer support & other user content의 privacy collected data type tracking false 설정 * refactor: 앱 버전 0.0.0 → 1.0.0으로 수정 * fix: ITMS-91055 Invalid API reason 문제 해결 - privacy manifets의 value들에 잘못된 값이 들어 있있던 부분 수정 * refactor: xcconfig세팅에 맞게 entitlements 분리 * refactor: 1.2.0Safety: User Generated Content 심사통과를 위한 리팩토링 - 신고 완료 알림의 message에 신고 처리 세부 내용 추가 - 노트 작성 시 경고 메세지를 placeholder에 추가 * refactor : 1.2.0 Safety: User Generated Content 심사 통과를 위한 유저 차단/차단 해제 기능 추가 - A mechanism for users to block abusive users 위 요건을 충족하기 위해 - 노트 또는 댓글에서 작성자를 차단할 수 있는 기능 추가 - 설정 페이지에서 차단 리스트 및 차단 해제를 할 수 있는 페이지 & 기능 추가 * feat: DisplayName 수정 - dev, qa, prod모두 같은 Feelin이라는 앱 이름 때문에 테스트시 헷갈리다는 의견을 반영하여 bundleDisplayName을 deploymentTarget에 따라서 변경되도록 수정
- Loading branch information
Showing
57 changed files
with
1,370 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?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>com.apple.developer.applesignin</key> | ||
<array> | ||
<string>Default</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?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>com.apple.developer.applesignin</key> | ||
<array> | ||
<string>Default</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.