Skip to content

benjamincassidy/Fiqh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages