Device SDKs :
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
Simulator:
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
/Library/Developer/CoreSimulator/Profiles/Runtimes
Templates :
Apple stores the default Templates that come with the app here:
/Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates
You can add your own custom Templates to one of the standard Library folders, most likely you want "per user", which is here:
~/Library/Developer/Xcode/Templates
Provisioning Profiles:
/Users/[ 사용자 계정 ]/Library/MobileDevice/Provisioning\ Profiles
Xcode Products :
/Users/[ 사용자 계정 ]/Library/Developer/Xcode/Products
IPSW location in Mac OS X
~/Library/iTunes/iPhone\ Software\ Updates
IPSW location in Windows
Windows XP: \Documents and Settings\username\Application Data\Apple Computer\iTunes\iPhone Software Updates
Windows Vista & Windows 7: \Users\username\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates
Windows 8 & Windows 10: \Users\USERNAME\AppData\Roaming\Apple Computer\iTunes\
Email Downloads :
/Users/[ 사용자 계정 ]/Library/Containers/com.apple.mail/Data/Library/Mail\ Downloads
Derived Data
/Users/[ 사용자 계정 ]/Library/Developer/Xcode/DerivedData
Archives
/Users/[ 사용자 계정 ]/Library/Developer/Xcode/Archives
Simulator Components
/Library/Developer/CoreSimulator/Profiles/Runtimes
Provisioning Profiles:
/Users/[ 사용자 계정 ]/Library/MobileDevice/Provisioning\ Profiles
2020/05/29 - [iOS/Objective-C] - NSString <-> CBUUID 변환
2020/05/29 - [개발노트] - HTTP Content-Type
2020/05/28 - [iOS/Swift] - SEED 블록암호 알고리즘 CBC (Cipher Block Chaining) 예제
2020/05/28 - [개발노트] - HMAC SHA256
2020/05/26 - [iOS/Swift] - Array <-> Data 변환
2020/05/25 - [분류 전체보기] - UserAgent 추가
2020/05/25 - [iOS/Swift] - RSA 암호화 / 복호화
2020/05/25 - [iOS/Swift] - Base64 인코딩/디코딩
2020/05/19 - [AI/Algorithm] - Generic algorithm
2020/05/19 - [AI/Algorithm] - neural network
2020/05/19 - [AI/Algorithm] - minimax full search example
2020/05/19 - [AI/Algorithm] - minimax, alpha-beta pruning
2020/05/19 - [iOS/Tips] - Bitbucket Carthage 사용
2020/05/19 - [iOS/Jailbreak] - Fridump 사용법 (3/3) - 메모리 덤프
2020/05/19 - [iOS/Jailbreak] - Fridump 사용법 (2/3) - Mac OS X 환경 구축
'개발 > Note' 카테고리의 다른 글
QR 코드 결제 타입 (0) | 2020.05.29 |
---|---|
Base64 encode / decode in C++ (0) | 2020.05.29 |
HTTP Content-Type (0) | 2020.05.29 |
HMAC SHA256 (0) | 2020.05.28 |
gdb 사용 (0) | 2020.05.19 |