반응형

분류 전체보기 420

[Git] 기본 명령어 및 사용 방법

Android Studio 기준으로 설명 1. 빈 저장소 생성 git init -> 프로젝트 폴더에 .git 폴더가 생성됨 2. 이름과 이메일 등록 (이전에 등록한 적이 있다면 패스) git config --global user.name "name" git config --global user.email "email" 3. 파일 상태 확인 git status 4. index에 파일 추가 git add -A 5. commit git commit -m "설명" 6. 로그 확인 일반 로그 확인 git log 시각화된 로그 확인 git log --graph --all --decorate 7. 예전 상태로 돌아가기 git log에서 확인한 commit 뒤의 일련번호를 사용 (일련번호를 처음부터 끝까지 입력하지 않..

IT/팁 2020.09.04

[iOS] Xcode 주석으로 자동 개발 문서 만드는 방법 (jazzy)

작성한 주석을 사용해서 자동으로 개발 문서를 만들어주는 jazzy라는 방법을 소개합니다. swift와 objective-c 모두 지원하며 swift는 비교적 간단하고, objective-c는 조금 귀찮은 작업이 필요합니다. objective-c 사용법으로 여러가지 방법이 있는데 그 중 가장 간단한 방법을 사용했습니다. 참고) jazzy github 주소 https://github.com/realm/jazzy realm/jazzy Soulful docs for Swift & Objective-C. Contribute to realm/jazzy development by creating an account on GitHub. github.com 0. 주석 추가 jazzy는 마크업 문법 형식에 따라 입력한 주..

[안드로이드] 안드로이드 스튜디오 그래들 업데이트

안드로이드 스튜디오 그래들 업데이트 방법 android studio update gradle 참고 링크 https://stackoverflow.com/questions/17727645/how-to-update-gradle-in-android-studio How to update gradle in android studio? I installed Android Studio 0.1.9. Today I got and update to version 0.2 and of course I updated. After the installation I restarted Android Studio but now I get this message: Project is using a... stackoverflow.com

[iOS] 엔터프라이즈 배포 (내부 배포용 enterprise)

내부 배포용 엔터프라이즈 배포 방법 앱스토어에 배포하려 하였으나 정책 등으로 인해 배포가 불가능한 경우, 엔터프라이즈 방식으로 배포가 가능하다. (단, 엔터프라이즈 계정 필요) 1. Xcode에서 Archive 진행 후 오른쪽 Distribute App 선택 2. Enterprise 선택 후 Next 선택 3. All compatible device variants 선택 및 Additional Options 체크 후 Next 선택 manifest 파일이 있어야 배포할 수 있다. 4. 3개의 URL에 아무 값이나 입력 후 Next 선택 App, Image URL을 입력해야 하지만, 어차피 나중에 수정하므로 지금은 아무 URL이나 입력해도 된다. 5. 배포용 인증서와 In House용 프로비저닝 프로파일을 ..

[iOS] Adhoc 용 IPA 생성 및 배포

Ad Hoc용 IPA 생성법 Ad Hoc 참고사항 한정된 인원의 사용자에게 내부 배포 또는 테스트 용으로 사용 iPhone, iPad, iPod touch, Apple Watch, Apple TV 각 100대씩 설정 가능하며, 멤버십 갱신 1년 기준 1. 프로비저닝 프로파일 생성 (Provisioning Profiles) 1-1. Apple Developer 에서 Profiles 선택 url : https://developer.apple.com/account/resources/profiles/list 1-2. + 선택 (프로파일 추가) 1-3. 목적에 따라 종류를 선택한다 iOS App Development : 개발용 Ad Hoc : 내부 배포용 AppStore : AppStore 업로드용 Develop..

[iOS] Push Notification (APNS) example

Push Notification (APNS) example 1. 앱에 푸시 추가 프로젝트 > TARGETS > Signing & Capabilities 에서 왼쪽 상단에 + Capability 선택 > Push Notifications 선택 > Background Modes 선택 > Remote notification 체크 2. 푸시 왔을 때 처리 코드 AppDelegate.h - UserNotifications import - UNUserNotificationCenterDelegate 추가 #import #import @interface AppDelegate : UIResponder AppDelegate.m - registerForRemoteNotifications PUSH 등록 - applicatio..

[iOS] 프레임워크 시뮬레이터 아키텍처 삭제 (platform doesn't have any non-simulator SDKs)

ios IPA 생성 시 아래와 같은 오류가 발생했다. IPA processing failed (해당 문제는 App Store Connect, Enterprise 시 발생하는듯?) 로그 파일로 자세히 보니 아래와 같은 오류가 있었다. Configuration issue: platform AppleTVSimulator.platform doesn't have any non-simulator SDKs; ignoring it Configuration issue: platform WatchSimulator.platform doesn't have any non-simulator SDKs; ignoring it Configuration issue: platform iPhoneSimulator.platform doesn..

할 일 하자! 개인정보처리방침

Privacy PolicyParkEunSu built the 할 일 하자! app as a Free app. This SERVICE is provided by ParkEunSu at no cost and is intended for use as is.This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.If you choose to use my Service, then you agree to the collection and use of information in relati..

[아이폰 카톡테마] 리틀어피치 카톡테마 (8.0.0ver)

[아이폰 카톡테마] 리틀어피치 카톡테마 (8.0.0버전) 리틀어피치 카톡테마입니다.8.0.0 이상부터 적용 가능합니다~채팅방 디자인에 따라 버전이 2가지입니다.원하는 테마로 다운받아서 사용하세요~ [미리보기] 암호입력창 / 친구목록창 하단 탭 바 선택 시 채팅방 버전 1 / 2 [다운로드] https://blog.naver.com/0062dmstn/221368135165

지워지는 메모장 - 막말 메모장 개인정보처리방침

Privacy PolicyParkEunSu built the 지워지는 메모장 - 막말 메모장 app as a Free app. This SERVICE is provided by ParkEunSu at no cost and is intended for use as is.This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.If you choose to use my Service, then you agree to the collection and use of information..

숫자야구하자!개인정보처리방침

Privacy Policybuilt the 숫자야구하자! app as a Free app. This SERVICE is provided by at no cost and is intended for use as is.This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. T..

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.3 (튜브)

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.3 (튜브) [미리보기]미리보기는 안드로이드폰 기준입니다. 스플래시 화면 / 암호창 화면 친구 목록 화면 / 채팅방 화면 하단 탭바 선택 시 [다운로드] 안드로이드 : https://blog.naver.com/0062dmstn/221290377117아이폰 : https://blog.naver.com/0062dmstn/221457932621

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.2 (라이언)

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.2 (라이언) [미리보기] 미리보기는 안드로이드 폰입니다. 스플래시 화면 / 암호창 화면 친구 목록 화면 / 채팅방 화면 하단 탭 바 (상단 탭 바) [다운로드] 아이폰 버전 : https://blog.naver.com/0062dmstn/221457930713안드로이드 버전 : https://blog.naver.com/0062dmstn/221290375239

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.1 (어피치)

[아이폰/안드로이드 카톡테마] 카카오 슈퍼큐트 카톡테마 ver.1 (어피치) [미리보기] 미리보기 이미지는 안드로이드 폰입니다. 스플래시 화면 / 암호창 화면 친구 목록 화면 / 채팅방 화면 하단 탭 바 선택 시양쪽에 하트가 생겨요~~! [다운로드] 아이폰 버전 : https://blog.naver.com/0062dmstn/221454311369안드로이드 버전 : https://blog.naver.com/0062dmstn/221276726211

[아이폰/안드로이드 카톡테마] 짱구 카톡테마 4가지

[아이폰/안드로이드 카톡테마] 짱구 카톡테마 (4가지) 제공 OS : iOS, Android 메인 색상은 남색이고, 채팅방에 따라 버전이 4가지입니다. 버전1 : 채팅방 배경O, 말풍선 이미지X 버전2 : 채팅방 배경X, 말풍선 짱구 뒷모습 버전3 : 채팅방 배경X, 말풍선 짱구랑 흰둥이 버전4 : 채팅방 배경X, 말풍선 짱구 2차가공X / 무단배포X / 뜯어보기X [미리보기] 미리보기는 안드로이드폰 기준입니다. 스플래시 화면 암호창 / 친구 목록 창 하단 탭바 클릭시 ! 버전1. 채팅방 배경O, 말풍선 이미지X 버전2. 채팅방 배경X, 말풍선 짱구 뒷모습 버전3. 채팅방 배경X, 말풍선 짱구랑 흰둥이 버전4. 채팅방 배경X, 말풍선 짱구 [다운로드] 아이폰 : https://blog.naver.com/..

[objective c] custom font 사용하기

[iOS: objective - c] framework & library 에서 custom font 사용하기 1. 커스텀 폰트를 프로젝트에 추가한다 2. info.plist 추가 3. -(void) addCustomFont { NSBundle *frameworkBundle = [NSBundle bundleForClass:[self class]]; NSString *fontPath = [frameworkBundle pathForResource:@"NanumMyeongjo" ofType:@"ttf"]; NSData *inData = [NSData dataWithContentsOfFile:fontPath]; CFErrorRef error; CGDataProviderRef provider = CGDataProv..

반응형