添加本地推送的包

iOS_release
YouR97 2024-06-24 17:11:05 +08:00
parent 53a40700c8
commit 69a5e3cfe0
3 changed files with 10 additions and 0 deletions

6
Forest/.vsconfig Normal file
View File

@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

View File

@ -9,6 +9,7 @@
"com.unity.feature.development": "1.0.1", "com.unity.feature.development": "1.0.1",
"com.unity.inputsystem": "1.7.0", "com.unity.inputsystem": "1.7.0",
"com.unity.mathematics": "1.2.6", "com.unity.mathematics": "1.2.6",
"com.unity.mobile.notifications": "2.3.2",
"com.unity.purchasing": "http://1.14.122.170:3000/liutao/lib_unity_purchase.git", "com.unity.purchasing": "http://1.14.122.170:3000/liutao/lib_unity_purchase.git",
"com.unity.render-pipelines.universal": "14.0.9", "com.unity.render-pipelines.universal": "14.0.9",
"com.unity.textmeshpro": "3.0.6", "com.unity.textmeshpro": "3.0.6",

View File

@ -16,4 +16,7 @@
<projectSetting name="Google.IOSResolver.VerboseLoggingEnabled" value="False" /> <projectSetting name="Google.IOSResolver.VerboseLoggingEnabled" value="False" />
<projectSetting name="Google.PackageManagerResolver.VerboseLoggingEnabled" value="False" /> <projectSetting name="Google.PackageManagerResolver.VerboseLoggingEnabled" value="False" />
<projectSetting name="Google.VersionHandler.VerboseLoggingEnabled" value="False" /> <projectSetting name="Google.VersionHandler.VerboseLoggingEnabled" value="False" />
<projectSetting name="GooglePlayServices.AutoResolverEnabled" value="False" />
<projectSetting name="GooglePlayServices.PromptBeforeAutoResolution" value="False" />
<projectSetting name="GooglePlayServices.UseJetifier" value="True" />
</projectSettings> </projectSettings>