Skip to content

Instantly share code, notes, and snippets.

@OhKanghoon
OhKanghoon / project.yml
Last active September 28, 2020 14:01
app target spec
targets:
Karrot:
type: application # 타겟 타입
platform: iOS # 타겟 플랫폼
sources: # 소스들 추가
- path: Sources
- path: Resources
- path: Supporting Files
excludes:
- Info.plist # Info.plist 파일 추가해주세요!
@OhKanghoon
OhKanghoon / project.yml
Last active September 28, 2020 14:10
project spec
name: Karrot
options:
defaultConfig: Production # 기본 configuration
createIntermediateGroups: true # path 로 그룹핑
tabWidth: 2 # tab 설정
indentWidth: 2 # indent 설정
groupSortPosition: top # sort 기준
postGenCommand: bundle exec pod install # 생성 이후 명령 실행
attributes:
ORGANIZATIONNAME: Hello # Organization Name