[ Alcatraz ]管理Xcode插件
[ Alcatraz 配置 ]
1、包管理器在线安装
Terminal终端
$ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
PS: |-> 使用步骤: 安装完成==》重启Xcode==》Window==》Package Manager <-|
2、各种有用的插件
--Alcatraz:Xcode插件管理
1> CocoaPods 管理框架
2> FuzzyAutocomplete 自动补充代码(模糊搜索)
3> OMColorSense 颜色:使用UIColor / NSColor
4> KSImageNamed 图片:使用imageNamed:
5> SCXcodeMinimap 编辑视图:
PS:插件管理
|->
文件目录: ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
前往:Command+shift+G
<-|
如果安装失败,删除插件后,重新安装,或者重新走GitHub中下载!
比如[ 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/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin
If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin folder
----------------------------------------------------------------------------------------------------------------------
演示、全过程
1> 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 be installed in Xcode via Preferences > Downloads
2>Troubleshooting( 解决问题 )
If "nothing" happens when installing packages, try the following self-help steps:
Verify which copy (if more than one are 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 developer path by resetting it (sudo xcode-select --reset).
3> 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/
==============================================
非常棒的iOS框架、库、教程,“Xcode插件” 和 “组件列表” !
Libraries And Frameworks
URL: [ Library and Frameworks ]
缓存
SDURLCache - URLCache subclass with on-disk cache support on iPhone/iPad.
核心数据
CWCoreData - Additions and utilities to make it concurrency easier with the Core Data framework.
Objective-Record - Objective Record is a lightweight ActiveRecord way of 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 an implementation of IQueryable/IEnumerable for Core Data
ReactiveCoreData - ReactiveCoreData (RCD) is an 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 attribute mapping.
HUD
MBProgressHUD - Drop-in class for displays a translucent HUD with an indicator and/or labels while work is being done 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.
图片
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.
网络
AFNetworking - A delightful iOS and OS X networking framework.
RestKit - RestKit is an Objective-C framework for iOS that 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 that 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.
依赖管理器
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 in 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 an 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 runs 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 that lets you quickly develop and test native iOS and OS X applications for iPhone, iPad and Mac, all using the Ruby language.
Xcode
插件
SCXcodeMiniMap - SCXcodeMiniMap is a plugin that 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 you start typing in the source code editor.
SCXcodeSwitchExpander - SCXcodeSwitchExpander is a small Xcode plugin that expands switch statements by inserting missing cases.
VVDocumenter-Xcode - Xcode plug
==============================================
Xcode模拟器,离线安装!
.......
Xcode离线帮助文档!
.......
==============================================
|-> GitHub: SpongeBob-GitHub
|--> Copyright (c) 2015 Bing Ma.
[ Alcatraz ]管理Xcode插件的更多相关文章
- 使用Alcatraz来管理Xcode插件
Alcatraz 是一个帮你管理 Xcode 插件.模版以及颜色配置的工具.它可以直接集成到 Xcode 的图形界面中,让你感觉就像在使用 Xcode 自带的功能一样. 安装和删除 使用如下的命令行来 ...
- 安装Alcatraz来管理Xcode插件的步骤和注意点
简介: Alcatraz 是一个帮你管理 Xcode 插件.模版以及颜色配置的工具.它可以直接集成到 Xcode 的图形界面中,让你感觉就像在使用 Xcode 自带的功能一样 下载和管理插件步骤 一 ...
- Alcatraz:管理Xcode插件
简单介绍 Alcatraz是一个帮你管理Xcode插件.模版以及颜色配置的工具. 它能够直接集成到Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 安装和删除 使用例如以下的命令行 ...
- 使用Alcatraz来管理Xcode插件(转)
转自唐巧的博客:http://blog.devtang.com/blog/2014/03/05/use-alcatraz-to-manage-xcode-plugins/ 简介 Alcatraz是一个 ...
- Xcode--Alcatraz来管理Xcode插件
简介 Alcatraz是一个帮你管理Xcode插件.模版以及颜色配置的工具.它可以直接集成到Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 安装和删除 使用如下的命令行来安装Al ...
- 管理xcode插件
1.打开终端 2.输入 open ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins 3.出现 4.想删除那个就随意吧 ...
- Xcode插件管理工具Alcatraz
1.简介 Alcatraz是一个能帮你管理Xcode插件丶模版及颜色配置的工具.它可以直接集成在Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 2.安装和删除 使用如下的终端来安 ...
- Xcode - 插件管理工具Alcatraz
Alcatraz 1.简介 Alcatraz是一个能帮你管理Xcode插件丶模版及颜色配置的工具.它可以直接集成在Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 2.安装和删除 ...
- iOS - Xcode 插件
Xcode 插件 Xcode 插件安装目录: ~/library/Application Support/Developer/Shared/Xcode/Plug-ins Xcode 插件大全 http ...
随机推荐
- Apple Watch 1.0 开发介绍 1.4 简介 使用iOS技术
WatchKit extension可以使用iOS app同样的技术,但是由于他是extension,使用有些技术的时候会有限制,有些不推荐使用.下面是一些介绍以及什么时候使用什么技术: 有些需要权限 ...
- C指针决心 ------ 指针的概念和元素
本文是自己学习所做笔记,欢迎转载,但请注明出处:http://blog.csdn.net/jesson20121020 指针在C语言中的地位,不用多说. 指针的概念 指针是一个特殊的变量,它里面存储 ...
- Notification和Activity交互
概述 通知(Notification)就是程序在不影响用户操作的情况下,通过手机顶部弹出消息告诉用户的一种信息通知方式,而且能够通过下拉通知操作抽屉通知,实现Notification与活动.通知和服务 ...
- python基础课程_学习笔记26:编程的乐趣
编程的乐趣 编程柔术 当你坐下来,打算如何组织计划要定时,具体程序,然而,无论什么经验.在实现时间的函数的,你会逐渐学会了原来的设计,实用的新知识.我们不应该忽视沿途汲取的教训,相反,它们用于其他设计 ...
- php方法综述除去换行符(PHP_EOL使用变量)
一个小包裹,事实上,不同的平台具有不同的实现.为什么要这样.它可以是一个世界是多样的. 最初unix与世界把它包/n取代,但windows为了体现自己的不同.要使用/r/n,更有意思的是,mac随着/ ...
- 实现android里面WebView显示内容
在日常学习.我们会看到,当手机应该检查注册协议.单击协议时,以查看内部协议的全部内容! 以下给大家看看实现的过程: 首先贴show_xy.XML代码: <WebView android:layo ...
- codeforces 260 div2 A,B,C
A:水的问题.排序结构.看看是否相同两个数组序列. B:他们写出来1,2,3,4,的n钍对5余.你会发现和5环节. 假设%4 = 0,输出4,否则输出0. 写一个大数取余就过了. B. Fedya a ...
- windows rt 扫描二维码
项目中使用的是ZXing.net,应用商店程序.使用到的dll是ZXing.winmd. 大致思路为,使用MediaCapture捕获图片.获取到CapturePhotoToStreamAsync流, ...
- Android视频通话Java代码
近期学习Android平台下跨平台音视频通信开发,尽管网上有非常多开源项目供我们參考学习.但音视频效果非常一般,还有非常多不稳定的因素,毕竟是开源嘛.在国内我找到了一个比較好音视频通信解决方式(百 ...
- 【剑指offer】:Q44:直扑克
def IsContinuous(seq, num = 5): zeros = 0; d = 0 seq = sorted(seq) for i in range(num - 1): if seq[i ...