└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-xcode 2 | 3 | List of awesome snippets, plugins, and extras for Xcode. Managed by [Jeffrey Jackson](https://github.com/jeffreyjackson) 4 | 5 | Feel free to contribute: [issues](https://github.com/jeffreyjackson/awesome-xcode/issues) or [pull requests](https://github.com/jeffreyjackson/awesome-xcode/pulls). 6 | 7 | :large_orange_diamond: Swift projects 8 | 9 | ### Applications 10 | 11 | - Alcatraz: Package manager for Xcode 12 | - https://github.com/supermarin/Alcatraz 13 | - Carthage: A simple, decentralized dependency manager for Cocoa :large_orange_diamond: 14 | - https://github.com/Carthage/Carthage 15 | - Cocoapods: The Cocoa Dependency Manager 16 | - https://github.com/CocoaPods/CocoaPods 17 | - xcodesnippet:A command-line interface for installing Xcode Snippets 18 | - https://github.com/Xcode-Snippets/xcodesnippet 19 | 20 | ### Snippets 21 | 22 | - [@mattt](https://github.com/mattt): Xcode snippets in Objective-C 23 | - https://github.com/Xcode-Snippets/Objective-C 24 | - [@burczyk](https://github.com/burczyk): Xcode snippets in Swift :large_orange_diamond: 25 | - https://github.com/burczyk/XcodeSwiftSnippets 26 | - [@schukin](https://github.com/schukin/Fucking-Block-Syntax-Autocompletion): Fucking-Block-Syntax-Autocompletion 27 | - https://github.com/schukin/Fucking-Block-Syntax-Autocompletion 28 | 29 | ### Plugins 30 | 31 | - ColorSense-for-Xcode: Plugin for Xcode to make working with colors more visual 32 | - https://github.com/omz/ColorSense-for-Xcode 33 | - cocoapods-xcode-plugin: Dependency management helper for your CocoaPods, right in Xcode 34 | - https://github.com/kattrali/cocoapods-xcode-plugin 35 | - FuzzyAutocompletePlugin: A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching 36 | - https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin 37 | - SCXcodeSwitchExpander: Xcode plugin that enables switch cases autocompletion 38 | - https://github.com/stefanceriu/SCXcodeSwitchExpander 39 | - XcodeBoost: An Xcode plugin that aims to make altering and inspecting code quick and easy. 40 | - https://github.com/fortinmike/XcodeBoost 41 | - Xvim: Xcode plugin for Vim keybindings 42 | - https://github.com/XVimProject/XVim 43 | 44 | ### OS X Apps & Frameworks 45 | 46 | [jeffreyjackson/mac-apps](https://github.com/jeffreyjackson/mac-apps) 47 | [jeffreyjackson/mac-frameworks](https://github.com/jeffreyjackson/mac-frameworks) 48 | 49 | ### Gists 50 | 51 | [jeffreyjackson/gists](https://github.com/jeffreyjackson/gists) 52 | --------------------------------------------------------------------------------