Skip to content

Commit

Permalink
Fix - README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiananMars committed Oct 21, 2022
1 parent 1c0a8ba commit e50fed0
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 1 deletion.
46 changes: 46 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Authing - iOS SDK V3

<div align=center>
<img width="250" src="https://files.authing.co/authing-console/authing-logo-new-20210924.svg" />
</div>
<br/>
<div align="center">
<a href="https://forum.authing.cn/" target="_blank"><img src="https://img.shields.io/badge/chat-forum-blue" /></a>
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/License-MIT-success" alt="License"></a>
<a href="javascript:;"><img src="https://img.shields.io/badge/PRs-welcome-green"></a>
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/swift-5.0-orange.svg?style=flat"></a>
<br/>

</div>

<br>

[English](./README.md) | 简体中文

## 简介

Authing - iOS SDK V3

## 文档

[中文文档请移步至这里查看](https://docs.authing.cn/v3/reference/mobile/sdk-for-ios/)

## 常见问题

如果需要在线技术支持,可访问 [官方论坛](https://forum.authing.cn/). 此仓库的 issue 仅用于上报 Bug 和提交新功能特性。

## 贡献

https://github.com/Authing/.github/blob/main/CONTRIBUTING.md

## 开源许可

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019-present Authing

## 获取帮助

若在接入过程中有任何疑问,请添加我们资深 iOS 工程师微信:

<img width="120" src="./doc/images/jianan.png">
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# authing-ios-sdk-v3
# Authing - iOS SDK V3

<div align=center>
<img width="250" src="https://files.authing.co/authing-console/authing-logo-new-20210924.svg" />
</div>
<br/>
<div align="center">
<a href="https://forum.authing.cn/" target="_blank"><img src="https://img.shields.io/badge/chat-forum-blue" /></a>
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/License-MIT-success" alt="License"></a>
<a href="javascript:;"><img src="https://img.shields.io/badge/PRs-welcome-green"></a>
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/swift-5.0-orange.svg?style=flat"></a>
<br/>
</div>

English | [简体中文](./README-zh_CN.md)

<br>

## Introduction

Authing - iOS SDK V3

## Documentation

[Click me for English documentation](https://docs.authing.cn/v3/reference/mobile/sdk-for-ios/)

## Compatibility Notes
Minimum supported iOS versions, compiler version, Swift version: iOS 11.0, Xcode 13.4.1, Swift 5.6.

## Questions

For questions and support please use the [official forum](https://forum.authing.cn/). The issue list of this repo is exclusively for bug reports and feature requests.

## Contribute

https://github.com/Authing/.github/blob/main/CONTRIBUTING.md

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019-present Authing

## Get help

Contact our senior iOS developer via Wechat:

<img width="120" src="./doc/images/jianan.png">

0 comments on commit e50fed0

Please sign in to comment.