This file contains hidden or 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
targets: | |
Karrot: | |
type: application # 타겟 타입 | |
platform: iOS # 타겟 플랫폼 | |
sources: # 소스들 추가 | |
- path: Sources | |
- path: Resources | |
- path: Supporting Files | |
excludes: | |
- Info.plist # Info.plist 파일 추가해주세요! |
This file contains hidden or 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
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 |