xai-grok-macos
Native Grok app for macOS
파일 탐색기
- sign_update
- BinaryDelta
- generate_appcast
- generate_keys
- sign_update
- Package.resolved
- contents.xcworkspacedata
- Grok.xcscheme
- project.pbxproj
- sign_update
- BinaryDelta
- generate_appcast
- generate_keys
- sign_update
- Package.resolved
- contents.xcworkspacedata
- Grok.xcscheme
- project.pbxproj
- deploy-release.sh
- prepare-public-push.sh
- push-private.sh
- verify-repos.sh
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- Contents.json
- Image.png
- Contents.json
- [email protected]
- Contents.json
- grok-48.png
- grok-96.png
- Contents.json
- xai-48.png
- xai-96.png
- Contents.json
- HotKeyManager.swift
- UpdateManager.swift
- VoiceManager.swift
- APIModels.swift
- Message.swift
- GrokAPIService.swift
- SettingsManager.swift
- KeychainHelper.swift
- ChatViewModel.swift
- ChatView.swift
- ContentView.swift
- SettingsView.swift
- AppDelegate.swift
- DeveloperRootView.swift
- Info.plist
- InputWindow.swift
- main.swift
- SettingsWindow.swift
- GrokChatTests.swift
- .gitignore
- appcast.xml
- build-dmg.sh
- build.sh
- create-dmg-from-archive.sh
- create-dmg-now.sh
- deploy-notarized.sh
- DEVELOPMENT.md
- Grok.entitlements
- NOTARIZED-RELEASE-WORKFLOW.md
- package-dmg.sh
- Package.resolved
- Package.swift
- README.md
- RELEASE-WORKFLOW.md
- release.sh
- release_repackage.sh
- RELEASE_WORKFLOW_2025.md
- VOICE_INTEGRATION_GUIDE.md
- xai_voice_docs.md
- deploy-release.sh
- prepare-public-push.sh
- push-private.sh
- verify-repos.sh
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- Contents.json
- Image.png
- Contents.json
- [email protected]
- Contents.json
- grok-48.png
- grok-96.png
- Contents.json
- xai-48.png
- xai-96.png
- Contents.json
- HotKeyManager.swift
- UpdateManager.swift
- VoiceManager.swift
- APIModels.swift
- Message.swift
- GrokAPIService.swift
- SettingsManager.swift
- KeychainHelper.swift
- ChatViewModel.swift
- ChatView.swift
- ContentView.swift
- SettingsView.swift
- AppDelegate.swift
- DeveloperRootView.swift
- Info.plist
- InputWindow.swift
- main.swift
- SettingsWindow.swift
- GrokChatTests.swift
- .gitignore
- build-dmg.sh
- build.sh
- create-dmg-from-archive.sh
- create-dmg-now.sh
- Grok.entitlements
- package-dmg.sh
- Package.resolved
- Package.swift
- README.md
- VOICE_INTEGRATION_GUIDE.md
- xai_voice_docs.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
swift
설명 보기 ▼
swift
Swift 프로젝트를 생성, 실행 및 빌드.
더 많은 정보: <https://manned.org/swiftc>.
swift repl
REPL(대화형 셸) 시작:
swift {{file.swift}}
프로그램 실행:
swift package init
패키지 관리자로 새 프로젝트 시작:
xcode-select
설명 보기 ▼
xcode-select
Xcode의 다양한 버전과 포함된 개발자 도구 간에 전환.
설치 후 Xcode가 이동된 경우 경로를 업데이트하는 데 사용됩니다.
더 많은 정보: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.
xcode-select --install
Xcode의 명령줄 도구 설치:
xcode-select --switch {{path/to/Xcode.app/Contents/Developer}}
주어진 경로를 활성 개발자 디렉토리로 선택:
xcode-select --switch {{path/to/Xcode_file.app}}
주어진 Xcode 인스턴스를 선택하고 해당 개발자 디렉토리를 활성 디렉토리로 사용:
// repository documentation
Was this content helpful?
(0 ratings)
