码迷,mamicode.com
首页 >  
搜索关键字:ipa    ( 1613个结果
xcodebuild编译ipa
#!/bin/sh# autoBuild.sh# CTest## Created by Ethan on 14-11-3.# Copyright (c) 2014年 Ethan. All rights reserved.####################################...
分类:其他好文   时间:2014-12-26 11:01:34    阅读次数:160
IOS 自动化部署
BuildKit是一个模块化的命令行界面的自动化项目的iOS版本。 BuildKit旨在从配置持续集成环境的疼痛减轻您和构建过程。 捆绑的构建任务包括: 增加内部版本号 画上的应用程序图标的版本号 构建应用程序 运行单元测试 产生的.ipa假象 BuildKit分布作为Ruby gem与可以在持续集成服务器环境或者在开发机器上启动一个可执行文件。这个过程与配置描述任务...
分类:移动开发   时间:2014-12-25 13:10:31    阅读次数:312
iOS In House方式发布
这两天In House签名的时候,提示SSL证书过期了。又折腾了一把iOS In House方式发布。这里开一篇文章记录一下过去折腾In House的经过,未来再修改也更新在这里。     最早在12年的时候,我们写了一个重签名的shell脚本 IPA="xxx.ipa"APPNAME="xxx.app"PROVISION="embedded.mobileprovision"CERTIFI...
分类:移动开发   时间:2014-12-24 20:14:17    阅读次数:355
终端ssh登录mac用shell打包ipa报错:replacing existing signature
终端ssh登录mac用shell打包ipa报错:replacing existing signature报错原因:login.keychain被锁定,ssh登录的没有访问权限解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/log...
分类:系统相关   时间:2014-12-23 15:32:13    阅读次数:924
Julius JS – 最流行的网页语音识别库
JuliusJS 是用于在网页中的语音识别库。这是 Julius(由日本京都大学和日本IPA联合开发的一个实用高效双通道的大词汇连续语音识别引擎)的 JavaScript 实现。它实时侦听用户的语音并通过回调转录说的话。
分类:Web程序   时间:2014-12-23 13:47:33    阅读次数:199
ios集成xmpp库生成ipa时libidn文件错误
ios集成xmpp库生成ipa时libidn文件错误 使用xcode6生成ipa时在xmpp库中报如下错误: “_stringprep_xmpp_resourceprep”, referenced from; “_stringprep_nameprep”, referenced from; "_stringprep_xmpp_nodeprep", referenced from; "...
分类:移动开发   时间:2014-12-18 20:40:11    阅读次数:336
Building Xcode iOS projects and creating *.ipa file from the command line
For our development process of iOS applications, we are using Jenkins set up on the Mac Mini Server, acting as aContinuousIntegration (CI) server. It’...
分类:移动开发   时间:2014-12-18 15:06:15    阅读次数:205
(转)unity3D 如何提取游戏资源 (反编译)+代码反编译
原帖:http://bbs.9ria.com/thread-401140-1-1.html首先感谢 雨松MOMO 的一篇帖子 教我们怎么提取 .ipa 中的游戏资源。教我们初步的破解unity3d资源的基本方法附上原帖的链接:http://www.xuanyusong.com/archives/25...
分类:编程语言   时间:2014-12-17 01:36:05    阅读次数:290
基于企业级证书的IOS应用打包升级功能介绍(类似于fir.im)
IOS应用程序升级流程介绍:IOS手机端应用程序需要升级时,打开服务器端html文件(本文为ucab.html文件)-》点击在线安装-》打开plist文件(本文中为ucab.plist文件)-》plist文件中存储有应用程序升级包的地址。(本文为:http://192.168.1.126:8088/netcrm/ucab.ipa),这个地址是在打包时填写的Application URL值。通过...
分类:移动开发   时间:2014-12-11 17:35:58    阅读次数:412
python日志
python日志 __author__?=?‘Administrator‘ import?re ipa?=?{} err_nb?=?{} IES?=?{} IES[‘AB‘]?=?[‘MSIE‘,?‘Firefox‘,?‘Chrome‘] Logfile?=?‘./access_log‘ f=open(Logfile,?‘r‘).readlines() ...
分类:编程语言   时间:2014-12-10 00:37:43    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!