Skip to content

Commit 806412b

Browse files
committed
docs: 统一 README License 章节为标准模板,移除写死的协议名称
1 parent db3d58e commit 806412b

5 files changed

Lines changed: 5 additions & 10 deletions

File tree

README.ja.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Then add the package to `dependencies`:
9494
}
9595
```
9696

97-
9897
## 設定ファイル構造
9998

10099
設定ファイルは `XCodeConfig.json` という名前にする必要があります。プロジェクト内の任意の場所に配置でき、複数ファイルの同時配置もサポート(自動マージされます)。
@@ -663,4 +662,4 @@ Podfile 処理後に `pod install` を自動的に実行するかどうかを制
663662

664663
## ライセンス
665664

666-
[Apache License 2.0](LICENSE.md)
665+
詳しくは [LICENSE.md](LICENSE.md) をご参照ください。

README.ko.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Then add the package to `dependencies`:
9494
}
9595
```
9696

97-
9897
## 설정 파일 구조
9998

10099
설정 파일은 `XCodeConfig.json`이라는 이름이어야 합니다. 프로젝트 내 어디에나 배치할 수 있으며, 여러 파일 동시 배치를 지원합니다 (자동 병합됨).
@@ -663,4 +662,4 @@ Podfile 처리 후 `pod install`을 자동으로 실행할지 제어합니다.
663662

664663
## 라이선스
665664

666-
[Apache License 2.0](LICENSE.md)
665+
자세한 내용은 [LICENSE.md](LICENSE.md) 파일을 참조하세요.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Then add the package to `dependencies`:
9494
}
9595
```
9696

97-
9897
## Configuration Reference
9998

10099
The configuration file must be named `XCodeConfig.json`. It can be placed anywhere in the project, and multiple files are supported (they will be merged automatically).
@@ -663,4 +662,4 @@ This allows Xcode configurations from multiple SDKs / modules to be managed inde
663662

664663
## License
665664

666-
[Apache License 2.0](LICENSE.md)
665+
See [LICENSE.md](LICENSE.md) for license information.

README.zh-CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Then add the package to `dependencies`:
9494
}
9595
```
9696

97-
9897
## 配置文件结构
9998

10099
配置文件必须命名为 `XCodeConfig.json`,支持放在项目任意位置,支持多个文件并存(会自动合并)。
@@ -663,4 +662,4 @@ Then add the package to `dependencies`:
663662

664663
## 开源协议
665664

666-
[Apache License 2.0](LICENSE.md)
665+
详见 [LICENSE.md](LICENSE.md) 文件。

README.zh-TW.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Then add the package to `dependencies`:
9494
}
9595
```
9696

97-
9897
## 配置檔案結構
9998

10099
配置檔案必須命名為 `XCodeConfig.json`,支援放在專案任意位置,支援多個檔案並存(會自動合併)。
@@ -663,4 +662,4 @@ Then add the package to `dependencies`:
663662

664663
## 開源協議
665664

666-
[Apache License 2.0](LICENSE.md)
665+
詳見 [LICENSE.md](LICENSE.md) 檔案。

0 commit comments

Comments
 (0)