Fiqh is a collection of useful macros for Swift.
@Describe
: This macro generates avar description: String
property on a class which returns a string of all the properties on the class and creates an extension for the class that implementsCustomStringConvertible
.
Xcode requires developers to manually trust third-party macros before they can be used. This can be done in a few way:
- Trust the macro manually in Xcode when it shows an alert dialog with the option to trust the macro.
- Skip the trust check for macros:
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
. - Pass the
-skipMacroValidation
flag toxcodebuild
.
This library is released under the MIT license. See LICENSE for details.
© 2023 benjamin cassidy