[Alcatraz] managing Xcode Plugins

Source: Internet
Author: User

[Alcatraz Configuration]

1. Package Manager Online Installation

Terminal Terminal
$ Curl-fssl https://raw.githubusercontent.com/supermarin/Alcatraz/master/Scripts/install.sh | Sh

PS: |-> Use step: Install complete = = " restart Xcode= =" Window= ="Package Manager <-|


2, a variety of useful plug-ins
--Alcatraz: Xcode plugin Management

1> CocoaPods Management Framework

2> fuzzyautocomplete automatic Supplemental Code (fuzzy Search)

3> omcolorsense color: Using Uicolor/nscolor

4> ksimagenamed Pictures: Using imagenamed:

5> scxcodeminimap Edit view:

PS: Plug-in management
|->
Files directory: ~/library/application support/developer/shared/xcode/plug-ins/
Go: command+shift+g
<-|
If the installation fails, remove the plugin, reinstall it, or go back to GitHub to download it!


For example [Alcatraz]:
Installation

Through Alcatraz

Download the sources, build the project and restart Xcode

Download SCXcodeMinimap.xcplugin.zip from the Releases tab, unzip and move it to the Xcode plugins folder ~/library/applic ation Support/developer/shared/xcode/plug-ins/scxcodeminimap.xcplugin

If you encounter any issues your can uninstall it by removing the ~/library/application support/developer/shared/xcode/plug -ins/scxcodeminimap.xcplugin folder

--------------------------------------------------------------------------------------------------------------- -------

Demonstration, whole process

1> installation(installation)

To install, open up your terminal and paste this:

Curl-fssl https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | Sh
or download the repository from Github and build it in Xcode. You'll need to restart Xcode after the installation.

Alcatraz requires Xcode Command line Tools, which can is installed in Xcode via Preferences > Downloads

2>Troubleshooting(Problem Solving)

If "Nothing" happens when installing packages, try the following self-help steps:

Verify which copy (if more than one was installed) of Git is being run (which git).
Make sure you ' re running a recent version of Git (git--version).
If you've used Xcode developer preview releases in the past, make certain xcode isn ' t stuck using an inappropriate develop Er path by resetting it (sudo xcode-select--reset).

3> Uninstall(uninstall)

Open up your terminal and paste this:

$ RM-RF ~/library/application\ Support/developer/shared/xcode/plug-ins/alcatraz.xcplugin
To remove all packages installed via Alcatraz, run

$ RM-RF ~/library/application\ support/alcatraz/

==============================================


Great iOS frameworks, libraries, tutorials, "Xcode plugins" and "Components list"!

Libraries and Frameworks

URL: [Library and Frameworks]

Cache

Sdurlcache-urlcache subclass with On-disk cache support on Iphone/ipad.


Core Data

Cwcoredata-additions and utilities to make it concurrency easier with the Core Data framework.
Objective-record-objective Record is a lightweight ActiveRecord the managing Core Data objects.
Magical Record-super Awesome easy fetching for Core Data.
Ssdatakit-eliminate your Core Data boilerplate code
Ios-queryable-ios-queryable is a implementation of iqueryable/ienumerable for Core Data
Reactivecoredata-reactivecoredata (RCD) is a attempt to bring Core Data into the Reactivecocoa (RAC) world.
ENSEMBLES-A synchronization Framework for Core Data.
SLRESTFULCOREDATA-OBJC naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent Attribu Te mapping.
Hud

Mbprogresshud-drop-in class for displays a translucent HUD with an indicator and/or labels when work is being do in a Background thread.
Svprogresshud-a Clean and lightweight progress HUD for your IOS app.
Progresshud-progresshud is a lightweight and easy-to-use HUD for IOS 7.


Image

GPU Image-an Open Source IOS framework for gpu-based Image and video processing.
UIImage Dsp-ios UIImage processing functions using the Vdsp/accellerate framework for speed.
QR Code SCANNER-QR Code implementation
Asyncimageview-simple extension of Uiimageview for loading and displaying images asynchronously without lock up the UI.
Json

jsonkit -objective-c JSON
Touchjson-a Humane JSON objective-c un-framework.
Json-framework-this Framework implements a strict JSON parser and generator in objective-c.
Mantle-model Framework for Cocoa and Cocoa Touch.
Maps

Route-me-open source Map Library for IOS.
Mapbox-mapbox IOS SDK, an open source alternative to Mapkit.


Internet

afnetworking -A delightful IOS and OS X networking framework.
Restkit-restkit is a objective-c framework for IOS, the aims to make interacting with RESTful Web services simple, fast and fun.
Fsnetworking-foursquare IOS Networking Library
Asihttprequest-easy to use Cfnetwork wrapper for HTTP requests, objective-c, Mac OS X and IPhone.
Overcoat-overcoat is a small but powerful library the makes creating REST clients simple and fun.
Push

Orbiter-push Notification registration for IOS.
Passbook

Passbook-passbook Gem Let's you create pkpass for Passbook IOS 6+.
Text

Twitter text Obj-an objective-c Implementation of Twitter ' s text Processing library.
Nimbus-nimbus is a toolkit for experienced IOS software designers.
WebSocket

Socket rocket-a Conforming objective-c WebSocket client library.


Dependency Manager

Cocoa Pods -CocoaPods is the dependency manager for OBJECTIVE-C projects. It has thousands of libraries and can help you scale your projects elegantly.
Xcode maven-the Xcode maven Plugin can be used on order to run Xcode builds embedded in a MAVEN lifecycle.
Gradle-the Gradle Xcode plugin can be used to build IOS or Mac OS X Projects using Gradle.
Test

Testflight-a Free Mobile Platform for developers, managers ans testers.
Crashlytics-crash Reporting
Appium-appium is a open source test automation framework for use with native and hybrid mobile apps.
Cucumber-behavior driver Development for IOS.
Kif-an IOS Functional Testing Framework.
Subliminal-an understated approach to IOS integration testing.
Uiautomation-javascript Library to write test scripts that exercise your app's user interface elements while the app run s on a connected device.
Ios-driver-test any IOS native, hybrid, or mobile Web application using Selenium/webdriver.
ZUCCHINI-A Visual IOS Testing framework that loves your apps.
Toolchains

Rubymotion-rubymotion is a revolutionary toolchain so lets you quickly develop and test native IOS and OS X applicatio NS for IPhone, IPad and Mac, all using the Ruby language.
Xcode

Plugins

Scxcodeminimap-scxcodeminimap is a plugin this adds a source editor MiniMap to Xcode.
Show in Github-xcode plugin to open the Github page of the commit of the currently selected line in the editor window.
Bbufullissuenavigator-xcode plugin for showing all issue content in the issue navigator.
Bbudebuggertuckaway-xcode plugin for auto-hiding The debugger once your start typing in the source code Editor.
Scxcodeswitchexpander-scxcodeswitchexpander is a small Xcode plugin This expands switch statements by inserting missing Cases.
vvdocumenter-xcode-xcode plug


==============================================

Xcode simulator, offline installation!

.......

Xcode offline Help documentation!

.......

==============================================

|-> GitHub: spongebob-github

|--> Copyright (c) Bing Ma.

[Alcatraz] managing Xcode Plugins

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.