Skip to content

Commit 17d7e49

Browse files
Amber-Nan杨楠
andauthored
doc(website): 更新 iOS 打包 APP 文档 (#358)
* fix(Divider):优化 gutter属性不生效问题 * feat(Divider): 增加分割线标题的位置调整功能 & 更新文档 * feat(Rating):增加自定义每项的提示信息 & 更新文档 * feat(Rating):增加只读功能 & 文档更新 * feat(Timeline): 增加改变时间轴内容相对位置功能 & 文档更新 * style(Timeline):Update Readme.md img * feat(Timeline):增加自定义图标 & 文档更新 * feat(Timeline):优化自定义图标 & 文档更新 * feat:新增Calendar 日历组件 * doc(website): Update Calendar Readme.md * feat(Calendar):增加农历及假期展示 && 文档更新 * feat(Calendar):增加假日文字颜色 * feat(Calendar):左上角按钮增加自定义跳转功能&文档更新 * feat(Calendar):优化农历假日及文字排版 * feat(Calendar):处理文字长度 * fix(Calendar):优化安卓文字排版 * feat(Calendar):增加农历详情展示 & 文档更新 * feat(DragDrawer):新增DragDrawer 拖曳抽屉 & 文档更新 * doc(website): 增加DragDrawer目录 * feat(DragDrawer):增加自定义图标 & 文档更新 * feat(DragDrawer): 增加抽屉自定义样式 & 文档更新 * feat(DragDrawer): 增加抽屉自定义样式 & 文档更新 * feat(DragDrawer):自定义抽屉样式 * doc(website): Update ios打包Readme.md Co-authored-by: 杨楠 <yangnan@nihaosi.com>
1 parent 60a2c87 commit 17d7e49

File tree

6 files changed

+33
-0
lines changed

6 files changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
iOS 打包
22
===
33

4+
iOS项目打包前,需要先准备 `开发者账号``需要上线的项目`` mac电脑和xcode`
5+
6+
## 一. 开发者账号
7+
8+
打包前需要有一个苹果开发者账号,要是没有,可进入[Developer苹果开发者官网](https://developer.apple.com),点击“Account”登录/注册会员。
9+
10+
## 二. 配置iOS证书
11+
### `配置证书`<!--rehype:style=color: white; background: #1c7bd0;-->
12+
13+
登陆成功后,登录开发者账号,进入`Certificates`, `Identifiers & Profiles`,选择`Certificates`新建。
14+
15+
![](./img/01.png)<!--rehype:style=max-width: 650px;width: 100%;-->
16+
17+
### `选择类型`<!--rehype:style=color: white; background: #1c7bd0;-->
18+
19+
![](./img/02.png)<!--rehype:style=max-width: 650px;width: 100%;-->
20+
21+
### `选择证书文件`<!--rehype:style=color: white; background: #1c7bd0;-->
22+
23+
#### `无证书文件可通过钥匙串访问创建`<!--rehype:style=color: white; background: #ffb703;-->
24+
25+
进入启动台,点击进入钥匙串访问。
26+
27+
![](./img/03.png)<!--rehype:style=max-width: 650px;width: 100%;-->
28+
29+
进入钥匙串访问,通过`证书助理`-选择`从证书颁发机构请求`申请证书。
30+
31+
![](./img/04.png)<!--rehype:style=max-width: 650px;width: 100%;-->
32+
33+
本地证书生成后,回到`Certificates, Identifiers & Profiles`-`Create a New Certificate`选择该文件即可进入下一步,选择已生成的本地证书创建新的证书。
34+
35+
![](./img/05.png)<!--rehype:style=max-width: 650px;width: 100%;-->
36+
437
文档正在建设中...
180 KB
Loading
353 KB
Loading
1.23 MB
Loading
2.71 MB
Loading
233 KB
Loading

0 commit comments

Comments
 (0)