[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6859":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},6859,"xtool","xtool-org\u002Fxtool","xtool-org","Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.","https:\u002F\u002Fxtool.sh",null,"Swift",4943,129,26,52,0,1,13,113,7,28.34,"MIT License",false,"main",true,[27,28,29,30,31,32],"ios","linux","swift","swift-package-manager","windows","xcode","2026-06-12 02:01:31","# xtool\n\nCross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, and macOS.\n\n## Overview\n\nxtool is a cross-platform (Linux\u002FWSL\u002FmacOS) tool that replicates Xcode functionality with open standards.\n\n✅ Build a SwiftPM package into an iOS app\n\n✅ Sign and install iOS apps\n\n✅ Interact with Apple Developer Services programmatically\n\n## Getting Started\n\n1. Follow the guide to install `xtool`\n    - [Installation (Linux\u002FWindows)](https:\u002F\u002Fxtool.sh\u002Fdocumentation\u002Fxtooldocs\u002Finstallation-linux)\n    - [Installation (macOS)](https:\u002F\u002Fxtool.sh\u002Fdocumentation\u002Fxtooldocs\u002Finstallation-macos)\n2. Create and run your first xtool-powered app by following the [tutorial](https:\u002F\u002Fxtool.sh\u002Ftutorials\u002Fxtooldocs\u002Ffirst-app)!\n\n## Examples\n\n### Screenshot\n\n![A screenshot of xtool being invoked from VSCode](Documentation\u002Fxtool.docc\u002FResources\u002FCover.png)\n\n### Command line interface\n\n```bash\n$ xtool --help\nOVERVIEW: Cross-platform Xcode replacement\n\nUSAGE: xtool \u003Csubcommand>\n\nOPTIONS:\n  -h, --help              Show help information.\n\nCONFIGURATION SUBCOMMANDS:\n  setup                   Set up xtool for iOS development\n  auth                    Manage Apple Developer Services authentication\n  sdk                     Manage the Darwin Swift SDK\n\nDEVELOPMENT SUBCOMMANDS:\n  new                     Create a new xtool SwiftPM project\n  dev                     Build and run an xtool SwiftPM project\n  ds                      Interact with Apple Developer Services\n\nDEVICE SUBCOMMANDS:\n  devices                 List devices\n  install                 Install an ipa file to your device\n  uninstall               Uninstall an installed app\n  launch                  Launch an installed app\n\n  See 'xtool help \u003Csubcommand>' for detailed help.\n```\n\n### Library\n\nxtool includes a library that you can use to interact with Apple Developer Services, iOS devices, and more from your own app. You can use this by adding `XKit` as a SwiftPM dependency.\n\n```swift\n\u002F\u002F package dependency:\n.package(url: \"https:\u002F\u002Fgithub.com\u002Fxtool-org\u002Fxtool\", .upToNextMinor(from: \"1.2.0\"))\n\u002F\u002F target dependency:\n.product(name: \"XKit\", package: \"xtool\")\n```\n","xtool 是一个跨平台的 Xcode 替代工具，支持在 Linux、Windows 和 macOS 上使用 SwiftPM 构建和部署 iOS 应用。其核心功能包括构建 Swift 包为 iOS 应用、签名并安装应用以及通过编程方式与 Apple 开发者服务交互。xtool 采用开放标准实现 Xcode 功能，并提供命令行界面和可作为依赖项集成到其他应用中的库 XKit，以增强开发灵活性。适合需要在非 macOS 环境下进行 iOS 开发或希望简化多平台工作流程的开发者使用。",2,"2026-06-11 03:09:17","top_language"]