Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

MellongLau/AMAppExportToIPA-Xcode-Plugin

Repository files navigation

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 git@github.com: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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published