新打包工具路径
parent
363f03bcd5
commit
d4b1fee206
|
@ -1,4 +1,7 @@
|
|||
[submodule "ProjectNLD/Assets/PhxhSDK"]
|
||||
path = ProjectNLD/Assets/PhxhSDK
|
||||
url = http://1.14.122.170:3000/PHXH/PhxhSDK.git
|
||||
|
||||
|
||||
[submodule "Tool/build_tools"]
|
||||
path = Tool/build_tools
|
||||
url = http://1.14.122.170:3000/PHXH/build_tools.git
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>method</key>
|
||||
<string>development</string>
|
||||
<!-- Use "app-store" for distribution through the App Store -->
|
||||
<!-- Use "ad-hoc" for ad-hoc distribution -->
|
||||
<!-- Use "enterprise" for enterprise distribution -->
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,38 @@
|
|||
#项目相关参数
|
||||
|
||||
# 打包文件名
|
||||
BUILD_NAME="NLDBuild"
|
||||
|
||||
# App 名字
|
||||
APP_NAME="雪松"
|
||||
|
||||
# 项目名称
|
||||
PROJECT_NAME="ProjectNLD"
|
||||
|
||||
# 服务器管理员
|
||||
REMOTE_USER="root"
|
||||
|
||||
# 服务器地址
|
||||
REMOTE_HOST="132.232.113.98"
|
||||
|
||||
# 服务器上传资源路径
|
||||
REMOTE_UPLOAD_PATH="var/www/html/nld/Build"
|
||||
|
||||
# 内部机器人地址
|
||||
INNER_ROBOT="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=3c92758c-1128-4931-ac8d-f19669d7befe"
|
||||
|
||||
# 外部机器人地址 - PHXH
|
||||
OUTER_ROBOT_PHXH="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=08abd6b7-67be-421b-8f9b-9bc1b2c71150"
|
||||
|
||||
# 外部机器人地址 - NLD委员会
|
||||
OUTER_ROBOT_NLD="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=cc0e1316-dd10-4845-b067-5693f2385f66"
|
||||
|
||||
# crashsight url
|
||||
CRASHSIGHT_URL="https://api.crashsight.qq.com/openapi/file/upload/symbol"
|
||||
|
||||
# crashsight id
|
||||
CRASHSIGHT_ID="669a94ce69"
|
||||
|
||||
# crashsight key
|
||||
|
||||
CRASHSIGHT_KEY="d9412717-2416-4270-b8bc-f7a0805f988f"
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>items</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>assets</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>kind</key>
|
||||
<string>software-package</string>
|
||||
<key>url</key>
|
||||
<string>https://www.simplewow.xyz/ProjectA.ipa</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>metadata</key>
|
||||
<dict>
|
||||
<key>bundle-identifier</key>
|
||||
<string>com.phxh.Try</string>
|
||||
<key>bundle-version</key>
|
||||
<string>0.1.0(0)</string>
|
||||
<key>kind</key>
|
||||
<string>software</string>
|
||||
<key>title</key>
|
||||
<string>ProjectA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a0e02bcb0db8d34cbb83734e0b6005fa5e6d6c10
|
Loading…
Reference in New Issue