Kin
Sane PBXProj files (by Serchinastico)
Insanity
Meta-programming for Swift, stop writing boilerplate code. (by krzysztofzablocki)
Kin | Insanity | |
---|---|---|
3 | 12 | |
1,036 | 7,811 | |
0.4% | 0.4% | |
7.5 | 7.7 | |
5 months ago | 16 days ago | |
Python | Swift | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Kin
Posts with mentions or reviews of Kin.
We have used some of these posts to build our list of alternatives
and similar projects.
- Kin – Project.pbxproj File Checker
-
Tools to manage xcodeproj merge conflicts
Historically, I’ve used Kin to help undo any mistakes or things I’ve missed. It just verifies the syntax of the project file and outputs a line for stuff that was messed up from a merge.
-
Merge Conflict with project.pbxproj help
After spending about 2 hours, I was able to get this running! Thanks for the help - I think this is one of the skills I should practice as I can see myself dealing with this a lot with version control and Xcode. I also found this tool to be pretty useful: https://github.com/Karumi/Kin it verifies your project.pbxproj file and makes sure nothing is wrong with it.
Insanity
Posts with mentions or reviews of Insanity.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-18.
-
Insanity VS SpeziTemplateApplication - a user suggested alternative
2 projects | 18 Nov 2023
-
Create, Push, and Present Any View Controller in 1 LOC using Metaprogramming
Now that we have designed our APIs we can generate the code. For each view controller in our project, we are going to generate 3 functions: create, push, and present. We are going to generate code with Sourcery — a tool developed by Krzysztof Zabłocki.
-
Adding Union to Swift with Metaprogramming
The most popular tool for generating code in Swift is Sourcery — a tool developed by Krzysztof Zabłocki. It works like this: you provide a template file, Sourcery parses your source code and generates code based on your template and the parsed source code. Sourcery can be used as a standalone executable or embedded right into the Xcode building process as a Run Script phase. It automatically regenerates code on any changes in your template file or in the project source files.
-
Writing unit tests with mocked dependencies in Swift
To set up MockSwift, make sure you have Sourcery and the package installed. Then, create a script called gen-mocks.sh with the following content (updating the paths if required):
-
Any ideas on how to filter out the empty and nil values from JSON object?
Probably overkill for a single DTO but I use Sourcery to provide default decoding values for nil/missing properties (among other things).
-
Dynamically building a type
You can probably do something with Sourcery.
- Any way to not have to triple define values in a public struct?
- Tips to be more productive in Xcode
-
CoreData common practice - Do you usually have a struct based data class, as the bridge between your UI layer, and the CoreData data layer?
This post has some tips on using Sourcery to help automate the creation of that bridge layer.
-
Enums with associated values can be super helpful, but are not always well know by beginners. So I made this video tutorial to explain the concept and how it helps write safer code 🙌
There is a bit of boilerplate code but it can be easily generated using tools like sourcery.
What are some alternatives?
When comparing Kin and Insanity you can also consider the following projects:
Struct - Xcode projects on steroids
Nori - Easier to apply code based style guide to storyboard.
DBDebugToolkit - Set of easy to use debugging tools for iOS developers & QA engineers.
BuildTimeAnalyzer - Build Time Analyzer for Swift
Peek - All new design. Inspect your iOS application at runtime.
XcodesApp - The easiest way to install and switch between multiple versions of Xcode - with a mouse click.