일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ios framework
- java
- 공인인증서 만료일
- sha1 convert hashkey
- SO 파일
- apk 다운사이징
- Status Bar
- V8 Engine
- PageControl
- 안드로이드
- Magnify Anim
- ios
- Android NDK시스템
- so file
- Android
- appbarlayout
- JavaScript Engine
- v8 engine xcode build
- android log dump
- Google V8 Engine
- FlexiblePageView
- 인증서 정보 뽑아내기
- 공인인증서 정보
- apache
- IOS10
- IMAGE
- Objective C
- Push
- apns
- embedd
Archives
- Today
- Total
목록전체 글 (55)
caTea 블로그
android crash dump
/Applications/eclipse/android-sdks/platform-tools 들어가서 ./adb shell dumpstate > androidlog.txt
android
2017. 12. 20. 17:36
FlexiblePageControl Objective c
macos | ios
2017. 11. 23. 11:28
lipo 명령어 ios simulator, iosphone framework 라이브러리 합치기
ios 앱을 개발하다 framework를 개발할때가 있다 하지만 framework을 개발하면 phone framework하고 시뮬레이터용 프레임웍이 나온다 두개를 합쳐서 배포해야 둘다 작동된다. 밑의 코드는 두개를합쳐주는 역할을 한다. lipo -create -output "LastFramework" "ios-framework/PWAFramework.framework/PWAFramework" "simulator-framework/PWAFramework.framework/PWAFramework"
macos | ios
2017. 7. 13. 14:47