Popularity
3.2
Declining
Activity
0.0
Stable
173
12
8

Code Quality Rank: L4
Programming language: Objective-C
License: MIT License
Tags: Plugins     Xcode    
Latest version: v1.4

Luft alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view Luft alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Luft or a related project?

Add another 'Plugins' Library

README

[](Resources/logo.png)

Luft, the Swedish (and German, Danish and Norwegian) word for air.

Luft aims to help you write shorter, lighter and more readable view controllers. Luft colors your Xcode gutter in a nice green when your view controller is light. When it starts to get a bit heavier, the gutter turns yellow to warn you that it's time to start moving code to other places. If you ignore the warning the gutter eventually turns red as you add more code.

Xcode 8 and Xcode Extensions

Unfortunately the introduction of Xcode extensions and changes to code signing requirements in Xcode 8 makes loading old plugins more difficult. You can still do it by stripping code signing from Xcode, but it's not something we recommend. I've raised the following radars for changes required to rebuild Luft with Xcode Extensions. Feel free to dupe them.

Installation

Using Alcatraz

Recommended

Luft can be installed via the Alcatraz plugin manager.

If you don't have it installed, you can install it using:

curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

After installing restart Xcode and go to Window -> PackageManager(cmd + 9). From there you can search for "Luft" and install it.

Manually

$ git clone https://github.com/k0nserv/luft.git
$ cd luft
$ open Luft.xcodeproj

In Xcode press cmd + r

Defaults

By default the following rules are used to determine the color of the gutter

Number of lines Status
< 150 โœ…
>= 150 and <= 300 โš ๏ธ
> 300 โ›”๏ธ

Known Issues

  • Having the same file open in the assistant editor will not correctly reflect changes made in the active editor
  • Other Issues? Please open a github issue.

Screenshots

[](Screenshots/screenshot.png)

License

MIT, see LICENSE.md


*Note that all licence references and agreements mentioned in the Luft README section above are relevant to that project's source code only.