Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
37 lines (29 loc) · 1.25 KB

File metadata and controls

37 lines (29 loc) · 1.25 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
31
32
33
34
35
36
37
# Apple Developer 계정 정보
APPLE_ID=your-apple-id@email.com
APP_IDENTIFIER=Booket.26th.yapp
DEVELOPER_NAME=YOUR-NAME
DEV_TEAM_ID=your-team-id
DIST_TEAM_ID=your-team-id
# 코드 사이닝 정보 (자동 생성됨) -> 문제가 있어서 자동생성에서 manual로 변경
# 결과 예시: "Apple Development: YOUR NAME (your-team-id)"
DEV_TEAM_SIGN_IDENTITY=your-dev-identity
DIST_TEAM_SIGN_IDENTITY=your-dev-identity
# Match 관련 (private repository 사용시)
# GITHUB_USERNAME=your-github-username
# GITHUB_TOKEN=your-github-personal-access-token
MATCH_PASSWORD=your-match-encryption-password
MATCH_REPO_URL=your-match-repository-url
# Fastlane 설정
FASTLANE_SKIP_2FA_UPGRADE=1
FASTLANE_HIDE_CHANGELOG=1
# Apple 앱 전용 비밀번호 (TestFlight 업로드시 필요)
# FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=your-app-specific-password
# 사용법:
# 1. 이 파일을 복사해서 .env로 이름 변경
# 2. 위 값들을 실제 정보로 변경
# 3. .env 파일은 절대 GitHub에 올리지 말 것!
# 환경변수 설명:
# - APPLE_ID: Apple Developer 계정 이메일
# - DEVELOPMENT_TEAM: Apple Developer Team ID (10자리)
# - APP_IDENTIFIER: 앱의 Bundle Identifier
# - DEVELOPER_NAME: 인증서에 표시된 개발자 이름 (정확히 입력!)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.