LotameDMP-IOS

(★ 8)

This open source library can be leveraged by Lotame clients to collect data from within their iOS applications.

파일 탐색기

  • .gitignore
  • .travis.yml
  • _Pods.xcodeproj
  • build_framework.sh
  • LICENSE
  • LotameDMP.podspec
  • README.md
  • run-script.png

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

brew install

설명 보기 ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

brew update

설명 보기 ▼

Fetch the newest version of Homebrew and all formulae from GitHub using `git` and perform any necessary migrations.
To upgrade all installed formulae, use `brew upgrade`.

brew {{[up|update]}}

Fetch the newest version of Homebrew and all formulae:

🔍

dict

설명 보기 ▼

DICT 프로토콜을 사용하는 명령줄 사전.
더 많은 정보: <https://manned.org/dict>.

dict {{[-D|--dbs]}}

사용 가능한 데이터베이스 목록 나열:

dict {{[-i|--info]}} {{database_name}}

데이터베이스에 대한 정보 얻기:

dict {{[-d|--database]}} {{database_name}} {{word}}

특정 데이터베이스에서 단어를 검색:

🔍

gem

설명 보기 ▼

Ruby 프로그래밍 언어용 패키지 관리자.
더 많은 정보: <https://guides.rubygems.org/command-reference/>.

gem search {{regex}} {{[-a|--all]}}

원격 gem을 검색하고 사용 가능한 모든 버전을 표시:

gem install {{gem_name}}

최신 버전의 gem을 설치:

gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}

특정 버전의 gem을 설치:

🔍

carthage

설명 보기 ▼

Cocoa 애플리케이션을 위한 의존성 관리 도구.
더 많은 정보: <https://github.com/Carthage/Carthage>.

carthage update

Cartfile에 언급된 모든 의존성을 최신 버전으로 다운로드하고 빌드:

carthage update --platform ios

의존성을 업데이트하되, iOS용으로만 빌드:

carthage update --no-build

의존성을 업데이트하되, 빌드하지 않음:

🔍

pod

설명 보기 ▼

Swift 및 Objective-C Cocoa 프로젝트를 위한 종속성 관리 도구.
더 많은 정보: <https://guides.cocoapods.org/terminal/commands.html>.

pod init

현재 프로젝트에 기본 내용으로 Podfile 생성:

pod install

Podfile에 정의된 모든 포드를 다운로드 및 설치 (이전에 설치되지 않은 경우):

pod list

사용 가능한 모든 포드 나열:

// repository documentation