All Projects → MellongLau → Amappexporttoipa Xcode Plugin

MellongLau / Amappexporttoipa Xcode Plugin

Licence: mit
AMAppExportToIPA-Xcode-Plugin is a simple Xcode plugin to export .app to .ipa file.

Projects that are alternatives of or similar to Amappexporttoipa Xcode Plugin

Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-70.81%)
Mutual labels:  xcode, xcode-plugin
Xcodeplugintool
🎧a easy way use plugins after Xcode upgraded
Stars: ✭ 174 (-5.95%)
Mutual labels:  xcode, xcode-plugin
Dyci Main
Dynamic Code Injection Tool for Objective-C
Stars: ✭ 1,103 (+496.22%)
Mutual labels:  xcode, xcode-plugin
Luft
The Xcode Plugin that helps you write lighter view controllers
Stars: ✭ 179 (-3.24%)
Mutual labels:  xcode, xcode-plugin
Xcode developer disk images
Stars: ✭ 125 (-32.43%)
Mutual labels:  xcode, xcode-plugin
Scxcodeminimap
Sublime Text like Minimap for Xcode
Stars: ✭ 1,037 (+460.54%)
Mutual labels:  xcode, xcode-plugin
Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (-59.46%)
Mutual labels:  xcode, xcode-plugin
Peckham
Add #import-s from anywhere in the code.
Stars: ✭ 719 (+288.65%)
Mutual labels:  xcode, xcode-plugin
Swimat
An Xcode formatter plug-in to format your swift code.
Stars: ✭ 1,388 (+650.27%)
Mutual labels:  xcode, xcode-plugin
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (-45.95%)
Mutual labels:  xcode, xcode-plugin
Gitdiff9
Highlights lint, deltas and recent changes against git repo in Xcode 9
Stars: ✭ 43 (-76.76%)
Mutual labels:  xcode, xcode-plugin
Nef Plugin
🔌 an Xcode extension to use nef features easily
Stars: ✭ 144 (-22.16%)
Mutual labels:  xcode, xcode-plugin
Relax
A tiny release tool to support multi distribution(IPA) on iOS development.
Stars: ✭ 40 (-78.38%)
Mutual labels:  ipa, xcode
Kshobjcuml
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
Stars: ✭ 1,039 (+461.62%)
Mutual labels:  xcode, xcode-plugin
Import
Xcode extension for adding imports from anywhere in the code ☝️
Stars: ✭ 818 (+342.16%)
Mutual labels:  xcode, xcode-plugin
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-65.41%)
Mutual labels:  xcode, xcode-plugin
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+2868.65%)
Mutual labels:  ipa, xcode
Scxcodeswitchexpander
Xcode plugin that enables switch cases autocompletion
Stars: ✭ 662 (+257.84%)
Mutual labels:  xcode, xcode-plugin
Xfunnyeditor
Xcode plugin to display an image on the background of the editor
Stars: ✭ 92 (-50.27%)
Mutual labels:  xcode, xcode-plugin
Timliu Ios
iOS开发常用三方库、插件、知名博客等等
Stars: ✭ 10,898 (+5790.81%)
Mutual labels:  xcode, xcode-plugin

Donate

AMAppExportToIPA-Xcode-Plugin

Build Status Platform: Xcode 6+ License: MIT

AMAppExportToIPA is a simple Xcode plugin to export .app to .ipa file.

Note: Please update to v1.1 in order to avoid conflicts with other plug-ins.

Clicked Export to IPA without any response in Xcode 8.3+?
This is because Xcode 8.3 have removed PackageApplication, you can copy this component from the earlier Xcode, the following link is the detail of this temporary fix:
www.jianshu.com/p/88bb51cba34d

AMAppExportToIPA 是一款可以让你在Xcode的project navigator界面中直接右键点击xxx.app -> Export IPA就可以生成对应的IPA文件的Xcode插件。

注意: 请更新到v1.1以避免和其他Xcode插件冲突。

Xcode8.3+可能会点击生成IPA没有任何反应,这是因为Xcode 8.3已经移除了 PackageApplication,你可以自行从旧版本的Xcode拷贝这个插件,具体方法请参考: http://www.jianshu.com/p/88bb51cba34d

如果觉得这款插件不错的话请点击右上角的star和推荐给你的朋友,如果想即时了解到我的最新消息,请拉到底部扫描二维码关注我的公众号

Welcome to join in QQ group 5522740 for further discussion.
欢迎加入QQ群 5522740 交流iOS开发.

Usage

screenshot.gif

Install

You can:

Install from github.

  • Get the source code from github

    $ git clone [email protected]:MellongLau/AMAppExportToIPA-Xcode-Plugin.git

  • Build the AMAppExportToIPA target in the Xcode project and the plug-in will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.

  • Relaunch Xcode.

or

Install via Alcatraz

In any case, relaunch Xcode to load it.

Support

Developed and tested against Xcode 6+.

After upgrade your Xcode, you may need to run below shell script to add your current Xcode DVTPlugInCompatibilityUUID to all the Xcode plugins:

curl https://raw.githubusercontent.com/cielpy/RPAXU/master/refreshPluginsAfterXcodeUpgrading.sh | sh

More

Learn more? Follow my WeChat public account mellong:

WeChat QRcode

License

MIT License

Copyright (c) 2016 Mellong Lau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].