随笔分类 -  第三方工具

1
摘要:一、安装sigh脚本 1、安装homebrew2、安装ruby3、安装sigh4、安装fastlane 二、安装sigh脚本后,重签名1、将embedded.mobileprovision xxxx.ipa放置同一名称的文件夹2、cd此文件夹 终端输入fastlane sigh resign 回车3 阅读全文
posted @ 2017-08-22 16:19 索马里猫 阅读(848) 评论(0) 推荐(0)
摘要:1、像素大厨(标注切图) http://www.fancynode.com.cn/pxcook 先装Adobeair (Safari下载) 像素大厨 一个dmg 一个air文件 2、二维码合并 IOS和安卓共用一个二维码 https://www.hotapp.cn/ 3、获取IOS设备UDID ht 阅读全文
posted @ 2017-08-02 09:47 索马里猫 阅读(334) 评论(0) 推荐(0)
摘要:http://www.cocoachina.com/ios/20161230/18477.html 阅读全文
posted @ 2016-12-30 11:57 索马里猫 阅读(113) 评论(0) 推荐(0)
摘要:主要写几个步骤和注意事项 1、Jekins官网 https://jenkins.io/ 下载包 2、启动Jekins(cd到下载包路径)终端执行以下命令 3、网页开开 http://localhost:8080 4、下面是配置截图 1️⃣系统管理 2️⃣、配置 3️⃣、源码管理 4️⃣、构建触发器 阅读全文
posted @ 2016-12-27 11:27 索马里猫 阅读(362) 评论(0) 推荐(0)
摘要:1、Xcode运行真机测试会在开发者中心看到udid; 2、真机链接iTunes会出现udid 3、连接三方应用如iTools 会出现udid 4、iOS设备Safari打开该链接 https://www.pgyer.com/udid https://fir.im/udid 阅读全文
posted @ 2016-12-15 13:55 索马里猫 阅读(247) 评论(0) 推荐(0)
摘要:1、登录https://ipsw.me/ 下载对应的版本 2、iTunes 链接iPhone 按下【option+检查版本更新】,选择已下载的版本! 阅读全文
posted @ 2016-07-06 16:57 索马里猫 阅读(219) 评论(0) 推荐(0)
摘要:参考网址: http://www.jianshu.com/p/f28c4193e8fc http://cdn0.jianshu.io/p/729fa512d08d 1、openFire下载: https://igniterealtime.org/downloads/(下载dmg) 2、mySql下载 阅读全文
posted @ 2016-06-13 17:14 索马里猫 阅读(675) 评论(0) 推荐(0)
摘要:1、QuickTimeplayer(苹果自带) https://support.apple.com/zh-cn/HT201066 打开QuickTimeplayer,新建影片录制文件,选择iPhone录制即可! 2、Reflector 2.6.0(破解版) http://soft.macx.cn/6 阅读全文
posted @ 2016-06-02 11:21 索马里猫 阅读(142) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/486c20c54228 1、通过CocoaPods安装 主要用来将 JSON 数据模型化为 Model 对象 2、第三方类库安装 阅读全文
posted @ 2016-06-02 09:56 索马里猫 阅读(302) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/f51b178237c8 阅读全文
posted @ 2016-05-31 10:21 索马里猫 阅读(143) 评论(0) 推荐(0)
摘要:1、Charles 破解版下载(官网:http://www.charlesproxy.com/) 链接: http://pan.baidu.com/s/1mhX7R4k 密码: qprr 2、安装以及使用 http://www.infoq.com/cn/articles/network-packet 阅读全文
posted @ 2016-05-25 16:30 索马里猫 阅读(178) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/2d2521f4e28a 阅读全文
posted @ 2016-05-13 16:54 索马里猫 阅读(120) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/ac8ac991d77b 阅读全文
posted @ 2016-05-03 09:40 索马里猫 阅读(113) 评论(0) 推荐(0)
摘要:1、Xcode运行项目 2、运行完成后 3、选择第三个 4、效果如图 5、程序停住了 相当于打了个断点 想继续运行 点击断点调试的下一步。 PS:如果不想用系统的话,可以去下载Reveal http://blog.devzeng.com/blog/ios-reveal-integrating.htm 阅读全文
posted @ 2016-04-15 17:14 索马里猫 阅读(167) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/c271c1b05308 阅读全文
posted @ 2016-04-08 10:16 索马里猫 阅读(120) 评论(0) 推荐(0)
摘要:http://hcoder.cn/2015/08/19/cocoaPods/ 1、重新repo 阅读全文
posted @ 2016-03-28 10:47 索马里猫 阅读(327) 评论(0) 推荐(0)
摘要:1、可以把json或者xml字符串自动生成模型类.m和.h文件内容剩出创建模型类的麻烦而且零错误率大大提高了开发效率 https://github.com/netyouli/WHC_DataModelFactory 阅读全文
posted @ 2016-03-25 17:37 索马里猫 阅读(322) 评论(0) 推荐(0)
摘要:http://www.jianshu.com/p/5c8ed25ad434 阅读全文
posted @ 2016-03-22 13:46 索马里猫 阅读(124) 评论(0) 推荐(0)
摘要:简介 还在假期中便收到了来自产品狗们的需求文档,然后在火车上的时候便看了一下他们提出的几点需求。因为是版本迭代,所以说大功能并没有变多少,只是小 修小补,但是有两个问题我还是比较关注的,一个是苹果对中国开放Apple Pay,要求可以内部充值或者付款,第二就是,要同一设备记录登陆过的手机号。第一个在 阅读全文
posted @ 2016-03-02 17:53 索马里猫 阅读(3449) 评论(0) 推荐(1)
摘要:Pod 和终端命令 参考网址:http://blog.csdn.net/wzzvictory?viewmode=contents pod升级1.0.0注意事项:http://www.jianshu.com/p/a45b8b708ecb1、pod命令ctrl-z 挂起正在运行的进程ctrl-d 发送E 阅读全文
posted @ 2016-02-19 16:49 索马里猫 阅读(2144) 评论(0) 推荐(0)

1