少年修仙传客户端基础资源
dabaoji
2023-11-21 9282c2a037301ab95ba943e8d04b956a199e8117
0312 咪噜 港台打包配置
4个文件已修改
26 ■■■■■ 已修改文件
Assets/Editor/VersionConfigs/Versions.txt 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/launcherTemplate.gradle 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/mainTemplate.gradle 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ProjectSettings/ProjectSettings.asset 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/VersionConfigs/Versions.txt
@@ -2,9 +2,9 @@
版本标识    版本名称    渠道id    版本权限,0是测试版本,1是发布版本    版本号    客户端标识    分支    游戏项目标识    资源,0NullAsset,1HalfAsset,2FullAsset,3IgnoreDownLoad    是否分包,0不分包,1分包    产品名    产品包名    签名文件名    签名文件密码    签名文件别名    签名文件别名密码    开发者账号密码    是否debug版本,0否1是    是否版署版本,0否1是    登录界面的Logo位置    版号    运营商ID    充值界面风格    创角场景风格
9999    TheSecondWorld    test    0    2.0.600    2021    2    xbqy    1    1    仙宝奇缘    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        0    0    (-32,144)            0    
10000    TheSecondWorld    test    0    1.100.1    2021    900    xbqy    1    1    仙宝奇缘    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        0    0    (-32,144)            0    
1    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatgame    miluxyjh20231107        0    0    (0,144)    1    mlgtgame    0
2    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatgame    miluxyjh20231107        0    0    (-32,144)    2    mlgtgame    0
11    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hhxk.djmx    gatgame    miluxyjh20231107    gatgame    miluxyjh20231107        0    0    (0,144)    1    mlgtgame    0
1    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatKey    miluxyjh20231107        0    0    (0,144)    1    mlgtgame    0
2    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatKey    miluxyjh20231107        0    0    (-32,144)    2    mlgtgame    0
11    mlgtgame    mlgtgame    1    1.100.1    2021    1    xbqy    1    1    刀剑萌侠    com.hhxk.djmx    gatgame    miluxyjh20231107    gatKey    miluxyjh20231107        0    0    (0,144)    1    mlgtgame    0
12    mlgtgame    mlgtgame    1    1.100.1    2021    3    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatKey    miluxyjh20231107        0    0    (-32,144)    2    mlgtgame    0    
21    mlgtgame    mlgtgame    1    1.100.1    2021    11    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatgame    miluxyjh20231107        0    0    (-15,64)    出版单位名称:上海绿岸网络科技股份有限公司 著作权人名称:海南创娱网络科技有限公司</r>运营单位:上海绿岸网络科技股份有限公司 游戏内容类别:移动游戏 批文号:国新出审[2018]1225 号 游戏版号:ISBN 978-7-498-05565-1    mlgtgame    0
21    mlgtgame    mlgtgame    1    1.100.1    2021    11    xbqy    1    1    刀剑萌侠    com.hy.djmxgzb.quick    gatgame    miluxyjh20231107    gatKey    miluxyjh20231107        0    0    (-15,64)    出版单位名称:上海绿岸网络科技股份有限公司 著作权人名称:海南创娱网络科技有限公司</r>运营单位:上海绿岸网络科技股份有限公司 游戏内容类别:移动游戏 批文号:国新出审[2018]1225 号 游戏版号:ISBN 978-7-498-05565-1    mlgtgame    0
911    TheSecondWorld    test    0    1.100.1    2021    911    xbqy    0    0    仙宝奇缘    com.secondworld.snxxz    thesecondworld    thesecondworld2018    thesecondworld    thesecondworld2018        1    0     (-32,144)            0    
Assets/Plugins/Android/launcherTemplate.gradle
@@ -13,6 +13,8 @@
        targetCompatibility JavaVersion.VERSION_1_8
    }
    packagingOptions {exclude 'META-INF/rxjava.properties'}
    defaultConfig {
        minSdkVersion **MINSDKVERSION**
        targetSdkVersion **TARGETSDKVERSION**
@@ -31,6 +33,7 @@
    lintOptions {
        abortOnError false
        checkReleaseBuilds false
    }
    buildTypes {
Assets/Plugins/Android/mainTemplate.gradle
@@ -32,13 +32,15 @@
android {
    compileSdkVersion **APIVERSION**
    buildToolsVersion '30.0.3'
    buildToolsVersion '33.0.0'
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    packagingOptions {exclude 'META-INF/rxjava.properties'}
    defaultConfig {
        minSdkVersion **MINSDKVERSION**
        targetSdkVersion **TARGETSDKVERSION**
@@ -52,6 +54,7 @@
    lintOptions {
        abortOnError false
        checkReleaseBuilds false
    }
    aaptOptions {
ProjectSettings/ProjectSettings.asset
@@ -17,8 +17,8 @@
  defaultCursor: {fileID: 0}
  cursorHotspot: {x: 0, y: 0}
  m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
  m_ShowUnitySplashScreen: 1
  m_ShowUnitySplashLogo: 1
  m_ShowUnitySplashScreen: 0
  m_ShowUnitySplashLogo: 0
  m_SplashScreenOverlayOpacity: 1
  m_SplashScreenAnimation: 2
  m_SplashScreenLogoStyle: 1
@@ -182,8 +182,8 @@
  buildNumber:
    iPhone: 32
  AndroidBundleVersionCode: 1100001
  AndroidMinSdkVersion: 21
  AndroidTargetSdkVersion: 26
  AndroidMinSdkVersion: 24
  AndroidTargetSdkVersion: 33
  AndroidPreferredInstallLocation: 0
  aotOptions: 
  stripEngineCode: 0