Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/xcodetopcomment
Xcode Source Editor Extension to remove or modify the top comment of a file
https://github.com/alexito4/xcodetopcomment
Last synced: about 2 months ago
JSON representation
Xcode Source Editor Extension to remove or modify the top comment of a file
- Host: GitHub
- URL: https://github.com/alexito4/xcodetopcomment
- Owner: alexito4
- Created: 2016-06-24T18:11:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T16:08:13.000Z (almost 8 years ago)
- Last Synced: 2024-05-01T21:49:51.470Z (8 months ago)
- Language: Swift
- Size: 155 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XcodeTopComment
Xcode Source Editor Extension to remove or modify the top comment of a file![XcodeTopComment](xcodetopcomment.gif)
## Commands
- Change date to Today: *for when you have changed the file so much that it has become new file*
- Remove top comment: *for when you realize that those top comments are useless*## How to use:
1. Download Xcode Version 8.0 beta (8S128d), open it and let it install all the required components.
2. If you are not using macOS Sierra run `sudo /usr/libexec/xpccachectl` and reboot your Mac (as per Xcode Release Notes)
3. Open this project, deal with codesigning and run the extension scheme selecting Xcode as a target.
4. Now you can just open a project, and use the new commands in the Editor menu!