Fiqh

0.0.1

benjamincassidy/Fiqh

What's New

2023-10-06T06:25:32Z

Fiqh

Fiqh is a collection of useful macros for Swift.

Macros

  • @Describe: This macro generates a var 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 implements CustomStringConvertible.

Trusting Macros in Xcode

Xcode requires developers to manually trust third-party macros before they can be used. This can be done in a few way:

  1. Trust the macro manually in Xcode when it shows an alert dialog with the option to trust the macro.
  2. Skip the trust check for macros: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES.
  3. Pass the -skipMacroValidation flag to xcodebuild.

License

This library is released under the MIT license. See LICENSE for details.

Copyright

© 2023 benjamin cassidy

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 10 2024 23:28:59 GMT-0900 (Hawaii-Aleutian Daylight Time)