BazelCon 2024 등록 이 시작되었습니다
의견 보내기
Apple_platform
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
<ph type="x-smartling-placeholder">
</ph>
문제 신고open_in_new
소스 보기open_in_new
1박
·
7.3
·
7.2
·
7.1
·
7.0
·
6.5
Xcode.app/Contents/Developer/Platforms
에서 찾을 수 있는 Xcode의 플랫폼 개념에 해당합니다. 각 플랫폼은 하나 이상의 관련 CPU 아키텍처와 결합된 Apple 플랫폼 유형 (예: iOS 또는 tvOS)을 나타냅니다. 예를 들어 iOS 시뮬레이터 플랫폼은 x86_64
및 i386
아키텍처를 지원합니다.
이 유형의 특정 인스턴스는 apple_common.platform 구조체의 필드에서 가져올 수 있습니다.
apple_common.platform.ios_device
apple_common.platform.ios_simulator
apple_common.platform.macos
apple_common.platform.tvos_device
apple_common.platform.tvos_simulator
apple_common.platform.watchos_device
apple_common.platform.watchos_simulator
하지만 더 일반적으로는 apple 구성 프래그먼트에는 규칙이 빌드되는 플랫폼을 결정할 수 있는 필드/메서드가 있습니다.
예:
p = apple_common.platform.ios_device
print(p.name_in_plist) # 'iPhoneOS'
회원
is_device
bool apple_platform.is_device
이 플랫폼이 기기 플랫폼인 경우
True
를 반환하고 시뮬레이터 플랫폼인 경우
False
를 반환합니다.
이름
string apple_platform.name
이 플랫폼의 이름 starlarkKey를 반환합니다.
name_in_plist
string apple_platform.name_in_plist
Info.plist 파일의
CFBundleSupportedPlatforms
항목과 Xcode의 플랫폼 디렉터리에 표시되는 플랫폼의 이름입니다. 확장자는 없습니다 (예:
iPhoneOS
또는
iPhoneSimulator
).
이 이름은 소문자로 변환된 경우 (예:
iphoneos
,
iphonesimulator
)는 플랫폼 이름이 필요할 때
ibtool
및
actool
와 같은 Xcode의 명령줄 도구에 전달할 수 있습니다.
string apple_platform.platform_type
이 플랫폼의 플랫폼 유형을 반환합니다.
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
의견을 전달하고 싶나요?
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-08-29(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-29(UTC)"],[],[]]