TablePro

(★ 5,528)

Free and open source database client built natively for developers

파일 탐색기

파일 수가 많아 일부만 표시됩니다. 전체 파일은 위 다운로드 버튼으로 확인해 주세요.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .swiftformat
  • .swiftlint.yml
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • README.ko.md
  • README.md
  • README.vi.md
  • README.zh.md

# 설치 가이드

swift
사전 준비물

설치 및 실행 절차

brew install xcodegen

프로젝트 생성을 위한 xcodegen을 설치합니다.

scripts/download-libs.sh

외부 라이브러리 및 의존성을 다운로드합니다.

scripts/generate-project.sh

Xcode 프로젝트 파일을 생성합니다.

xcodebuild -project TablePro.xcodeproj -scheme TablePro -configuration Debug -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO build

코드 서명 없이 Debug 빌드를 수행합니다.

핵심 명령어

xcodebuild -project TablePro.xcodeproj -scheme TablePro -configuration Debug -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO build

Xcode 프로젝트를 빌드합니다.

서명된 앱을 빌드하려면 Configs/Secrets.xcconfig에 애플 팀과 번들 식별자를 설정해야 합니다.

# 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:

🔍

xcodebuild

설명 보기 ▼

Xcode 프로젝트 빌드.
더 많은 정보: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.

xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

워크스페이스 빌드:

xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

프로젝트 빌드:

xcodebuild -showsdks

SDK 표시:

// repository documentation