Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 839 Bytes

LinuxSupport for Xcode

MIT License

LinuxSupport for Xcode is an Xcode Extension.

Functions

  • Generate available for enumcases that changed to uppercase/lowercase
  • Generate allTests for subclasses of XCTestCase

Requirements

  • Xcode 9.0

Install

  1. Install Xcode 9
  2. If you are using OS X 10.11, running sudo /usr/libexec/xpccachectl and rebooting are required for using Xcode Extension.
  3. Clone this repository. (Using submodules!)
  4. Run xcodebuild -workspace LinuxSupportForXcode.xcworkspace -scheme LinuxSupportForXcode install DSTROOT=~ and install ~/Applications/LinuxSupportForXcode.app

Author

Norio Nomura

License

LinuxSupport for Xcode is available under the MIT license. See the LICENSE file for more info.