tid-kijyun / XcodeSourceEditorExtension-Alignment

This Xcode source editor extension align your assignment statement.
MIT License
217 stars 24 forks source link

How do I get this extension to be installed permanently for Xcode? If I quit this app, the extension disappears. #5

Closed toddfreese closed 7 years ago

tid-kijyun commented 7 years ago
  1. Open XcodeSourceEditorExtension-Alignment.xcodeproj
  2. Enable target signing for both the Application and the Source Code Extension using your own developer ID
  3. Product > Archive
  4. Right click archive > Show in Finder
  5. Right click archive > Show Package Contents
  6. Open Products, Applications
  7. Drag XcodeSourceEditorExtension-Alignment.app to your Applications folder
  8. Run XcodeSourceEditorExtension-Alignment.app and exit again.
  9. Go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension (This may not be necessary.)
  10. The menu-item should now be available from Xcode's Editor menu.
tid-kijyun commented 7 years ago

I've released Alignment on the Mac App Store. You can install this extension.

download_on_the_mac_app_store_badge_us-uk_165x40

toddfreese commented 7 years ago

I don't get a Source Editor Extensions options in Sys Prefs->Extensions . This is running El Cap. Do I need anything special to make it appear?