Xixi0218 / KYCodable

快速生成class的Codable协议

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KYCodable

快速生成class的Codable协议

如下使用方式: Demo

Installation

  1. On OS X 10.11 El Capitan, run the following command and restart your Mac:

     sudo /usr/libexec/xpccachectl
    
  2. Open KYCodabel.xcodeproj

  3. Enable target signing for both the Application and the Source Code Extension using your own developer ID

  4. Product > Archive

  5. Right click archive > Show in Finder

  6. Right click archive > Show Package Contents

  7. Drag Swift Initializer KYCodabel.app to your Applications folder

  8. Run Swift Initializer KYCodabel.app and exit again.

  9. Go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension

  10. The menu-item should now be available from Xcode's Editor menu.

About

快速生成class的Codable协议

License:MIT License


Languages

Language:Swift 100.0%