Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for Swift Package Manager #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

topkim993
Copy link

배경

NMapsMap에서 SPM 지원을 위한 PR을 준비 중에, NMapsGeometry에 대한 의존성을 제대로 설정하지 않으면 헤더를 찾지 못하는 문제를 확인 했습니다. 이를 해결하기 위해 현재 저장소에 SPM을 지원하는 기능을 추가했습니다.

변경내역

  • Package.swift 파일을 추가하여 Swift Package Manager를 지원하도록 설정하였습니다.
  • 설치 가이드 문서를 추가했습니다.

테스트 된 내용

임시로 NMapsMap Package.swift를 작성하고, 테스트 앱에서 Native SPM 및 Tuist Dependency를 통해 의존성 설정 및 빌드를 체크했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants