xcode-wakatime

所属分类:其他
开发工具:Objective-C
文件大小:0KB
下载次数:0
上传日期:2023-06-18 16:37:59
上 传 者sh-1993
说明:  Xcode插件,用于自动跟踪时间和从编程活动生成的度量。,
(Xcode plugin for automatic time tracking and metrics generated from your programming activity.,)

文件列表:
AUTHORS (272, 2023-06-18)
HISTORY.rst (1702, 2023-06-18)
LICENSE (1501, 2023-06-18)
WakaTime.xcodeproj/ (0, 2023-06-18)
WakaTime.xcodeproj/project.pbxproj (12991, 2023-06-18)
WakaTime.xcodeproj/project.xcworkspace/ (0, 2023-06-18)
WakaTime.xcodeproj/project.xcworkspace/contents.xcworkspacedata (153, 2023-06-18)
WakaTime.xcodeproj/project.xcworkspace/xcshareddata/ (0, 2023-06-18)
WakaTime.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (238, 2023-06-18)
WakaTime/ (0, 2023-06-18)
WakaTime/WakaTime-Info.plist (2571, 2023-06-18)
WakaTime/WakaTime-Prefix.pch (182, 2023-06-18)
WakaTime/WakaTime.h (262, 2023-06-18)
WakaTime/WakaTime.m (15672, 2023-06-18)
WakaTime/XcodeClasses.h (992, 2023-06-18)
WakaTime/en.lproj/ (0, 2023-06-18)
WakaTime/en.lproj/InfoPlist.strings (45, 2023-06-18)
WakaTime/extract_xcode_plugin_uuid.py (454, 2023-06-18)
WakaTime/install_dependencies.sh (1223, 2023-06-18)
XcodeSigner2018.cert (1082, 2023-06-18)
XcodeSigner2018.p12 (1480, 2023-06-18)
XcodeSigner2018.pem (459, 2023-06-18)
check_need_reinstall_plugin.py (1153, 2023-06-18)
install.sh (6350, 2023-06-18)
uninstall.sh (807, 2023-06-18)

xcode-wakatime ============== ## DEPRECATED: Use the [macos-wakatime](https://github.com/wakatime/macos-wakatime) repo instead. [![Coding time tracker](https://wakatime.com/badge/github/wakatime/xcode-wakatime.svg)](https://wakatime.com/badge/github/wakatime/xcode-wakatime) [WakaTime][wakatime] is an open source Xcode plugin for metrics, insights, and time tracking automatically generated from your programming activity. **Note: Unfortunately, Apple has decided to stop loading plugins in Xcode 14. We currently have no way to get around this and no way to get the WakaTime plugin for Xcode working.** Note: Xcode8 disables plugins. Installing WakaTime re-signs Xcode.app with a self-signed cert. Installation ------------ 1. Run this Terminal command: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh ``` 2. Restart Xcode. 3. Enter your [api key](https://wakatime.com/settings#apikey), then click `OK`. (Skip this step if you already have another WakaTime plugin) 4. Use Xcode and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). Alternatively, to install WakaTime for Xcode without re-signing (so you can still publish to the App Store), run this instead of step 1: ``` sudo defaults write /Library/Preferences/com.apple.security.libraryvalidation.plist DisableLibraryValidation -bool true curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s nosign ``` To clone your `Xcode.app` to preserve the original app signature, run this instead of step 1: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s copy ``` To clone your `Xcode.app` to preserve the original app signature, run this instead of step 1: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s copy ``` To install WakaTime for Xcode Beta, run this instead of step 1: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s beta ``` To install WakaTime for Xcode where Xcode was installed to a non-standard folder: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s custom /Path/To/Your/Xcode.app ``` Screen Shots ------------ ![Project Overview](https://wakatime.com/static/img/ScreenShots/Screen-Shot-2016-03-21.png) Troubleshooting --------------- First, do you see the `Xcode → File → WakaTime API Key` menu? ![plugin menu](https://wakatime.com/static/img/plugins/troubleshooting/xcode-menu.png) If you see that menu, it means the plugin was installed correctly and is running in Xcode... yay! Have a blank dashboard but see the plugin menu? Check your `~/.wakatime.log` file for error messages. If you don’t see that menu, try re-installing the plugin. That’s needed anytime `Xcode.app` is updated and generally solves most issues: ``` curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh ``` If that doesn't work, turn on debug mode and check your wakatime cli log file (`~/.wakatime.log`). If there are no errors in your `~/.wakatime.log` file, check your Xcode log file (`/var/log/system.log`). For more general troubleshooting information, see [wakatime/wakatime#troubleshooting](https://github.com/wakatime/wakatime#troubleshooting). Uninstalling ------------ To uninstall the WakaTime plugin, config file, and Alcatraz run these Terminal commands: rm -r "${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/WakaTime.xcplugin" rm "${HOME}/.wakatime.cfg" rm -r "${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin" crontab -e When crontab opens, remove the WakaTime line. Uninstalling Alcatraz is optional, and will prevent other non-WakaTime plugins from loading. After uninstalling, restart Xcode and you should no longer see WakaTime under the `File` menu. [wakatime]: https://wakatime.com/xcode

近期下载者

相关文件


收藏者