-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.gameframex.unity.getchannel",
"displayName": "Game Frame X Get Channel",
"version": "1.3.2",
"unity": "2019.4",
"description": "GameFrameX GetChannel — cross-platform channel identifier package. Reads the application's distribution channel at runtime from platform-specific sources: Android (AndroidManifest meta-data), iOS (Info.plist via P/Invoke), Editor/PC (Resources config file). Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX GetChannel — 跨平台渠道标识功能包。在运行时从平台特定来源读取应用的分发渠道:Android(AndroidManifest meta-data)、iOS(通过 P/Invoke 读取 Info.plist)、Editor/PC(Resources 配置文件)。文档:https://gameframex.doc.alianblank.com",
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"samples": [
{
"displayName": "Samples",
"description": "Samples",
"path": "Samples~"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/gameframex/com.gameframex.unity.getchannel.git",
"name": "com.gameframex.unity.getchannel"
},
"documentationUrl": "https://gameframex.doc.alianblank.com",
"changelogUrl": "https://github.com/gameframex/com.gameframex.unity.getchannel/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/gameframex/com.gameframex.unity.getchannel/blob/main/LICENSE.md",
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
},
"category": "GameFrameX",
"keywords": [
"GameFrameX",
"GetChannel"
]
}