Skip to content

Commit 25373e8

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.0...1.3.0) (2026-01-16) ### Bug Fixes * **Xcode:** 修复Capabilities设置中的targetGuid参数问题 ([e353bfc](e353bfc)) * 修复文件复制时覆盖已存在文件的问题 ([8700265](8700265)) ### Features * **HashtableEX:** 添加深度合并Hashtable的功能 ([5b2cd1a](5b2cd1a)) * **Xcode编辑器:** 添加加载匹配配置文件的功能 ([e1c93e2](e1c93e2)) * **XCode配置:** 支持合并多个XCodeConfig配置文件并优化处理流程 ([0cd6f38](0cd6f38))
1 parent 8700265 commit 25373e8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.3.0](https://github.com/gameframex/com.gameframex.unity.xcode/compare/1.2.0...1.3.0) (2026-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **Xcode:** 修复Capabilities设置中的targetGuid参数问题 ([e353bfc](https://github.com/gameframex/com.gameframex.unity.xcode/commit/e353bfcd1e0c0dc8f2ec56bf98758243e00faebd))
7+
* 修复文件复制时覆盖已存在文件的问题 ([8700265](https://github.com/gameframex/com.gameframex.unity.xcode/commit/870026517347ef23e46567b510e510b8ee5025ce))
8+
9+
10+
### Features
11+
12+
* **HashtableEX:** 添加深度合并Hashtable的功能 ([5b2cd1a](https://github.com/gameframex/com.gameframex.unity.xcode/commit/5b2cd1af5cf1d9a2f4f877261d73c26a966f078a))
13+
* **Xcode编辑器:** 添加加载匹配配置文件的功能 ([e1c93e2](https://github.com/gameframex/com.gameframex.unity.xcode/commit/e1c93e2c1f9a6131208d229bf71149348c92b57b))
14+
* **XCode配置:** 支持合并多个XCodeConfig配置文件并优化处理流程 ([0cd6f38](https://github.com/gameframex/com.gameframex.unity.xcode/commit/0cd6f3810634cc2697d4c69533ff434d90a1a62f))
15+
116
# [1.2.0](https://github.com/gameframex/com.gameframex.unity.xcode/compare/1.1.1...1.2.0) (2025-12-23)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X XCode",
44
"category": "Game Framework X",
55
"description": "Game Frame X Xcode Config",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"unity": "2017.1",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)