Skip to content

Commit e167a2c

Browse files
committed
fix post
1 parent db81734 commit e167a2c

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

_posts/2017-03-17-Mac终端(zsh)下用代码编辑器打开文件或目录.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ zsh 使用 [oh_my_zsh](http://ohmyz.sh/) 配置
9090

9191
$ code .
9292

93+
> 本文首次发布于 [BY Blog](http://qiubaiying.github.io), 作者 [@柏荧(BY)](http://github.com/qiubaiying) ,转载请保留原文链接.

_posts/2017-04-07-强化-Swift-中的-print.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@ public func printm(items: Any..., filename: String = #file, function: String = #
7575

7676
#### 参考:
7777

78-
- [《LOG 输出》](http://swifter.tips/log/) - 王巍 (@ONEVCAT)
78+
- [《LOG 输出》](http://swifter.tips/log/) - 王巍 (@ONEVCAT)
79+
80+
81+
> 本文首次发布于 [BY Blog](http://qiubaiying.github.io), 作者 [@柏荧(BY)](http://github.com/qiubaiying) ,转载请保留原文链接.

_posts/2017-04-13-CocoaPods-安装和使用.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ tags:
1313
- ruby
1414
---
1515

16+
> 本文首次发布于 [BY Blog](http://qiubaiying.github.io), 作者 [@柏荧(BY)](http://github.com/qiubaiying) ,转载请保留原文链接.
17+
1618
# 前言
1719

1820
最近换了新机器,重新搭建了开发环境,其中当然包括 **CocoaPods**
@@ -161,7 +163,7 @@ end
161163

162164
$ pod
163165

164-
若感兴趣,也可以看看我的这两篇博客
166+
若对 CocoaPods 的**个人仓库**感兴趣,也可以看看我的这两篇博客
165167

166168
- [CocoaPods公有仓库的创建](http://qiubaiying.top/2017/03/08/CocoaPods%E5%85%AC%E6%9C%89%E4%BB%93%E5%BA%93%E7%9A%84%E5%88%9B%E5%BB%BA/)
167169
- [CocoaPods私有仓库的创建](http://qiubaiying.top/2017/03/10/CocoaPods%E7%A7%81%E6%9C%89%E4%BB%93%E5%BA%93%E7%9A%84%E5%88%9B%E5%BB%BA/)

_posts/2017-04-13-iOS自动打包.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ tags:
1212
- shell
1313
---
1414

15-
# iOS自动打包
15+
> 本文首次发布于 [BY Blog](http://qiubaiying.github.io), 作者 [@柏荧(BY)](http://github.com/qiubaiying) ,转载请保留原文链接.
1616
17-
> 利用xcode的命令行工具 `xcdeobulid` 进行项目的编译打包,生成ipa包
1817

1918
# 前言
19+
> 利用xcode的命令行工具 `xcdeobulid` 进行项目的编译打包,生成ipa包
20+
2021
现在网上的自动打包教程几乎都还是`xcodebuild + xcrun`的方式先生成`.app`包 再生成`.ipa`包,结果弄了一整天硬是没成功~
2122

2223
后来发现`PackageApplication is deprecated`,悲剧。然后手动压缩的 `.ipa`包因为签名问题无法装到手机上。
@@ -125,4 +126,5 @@ xcodebuild 的使用可以用 `man xcodebuild`查看。
125126
Sometimes it is required to use `/bin/bash --login` as the command.
126127
Please visit https://rvm.io/integration/gnome-terminal/ for an example.
127128

128-
Google很久无果,知道的朋友可以帮忙解决~
129+
Google很久无果,知道的朋友望帮忙解决,十分感谢~
130+

0 commit comments

Comments
 (0)