Give tvOS a special value for Personal/MyDocuments (#58056)
authorJo Shields <directhex@apebox.org>
Fri, 27 Aug 2021 18:20:01 +0000 (14:20 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 18:20:01 +0000 (11:20 -0700)
commit8da82f23adea445dd9d75a0ee5575fdae3cd8b8d
treed742a8d74d2c4ad57557eb49d9e1866f77030ec9
parent7a1f2a44312f71646dcbf2d4d011ec7faadde41c
Give tvOS a special value for Personal/MyDocuments (#58056)
13 files changed:
src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.iOS.cs [new file with mode: 0644]
src/libraries/Native/Unix/System.Native/entrypoints.c
src/libraries/Native/Unix/System.Native/pal_searchpath.c
src/libraries/Native/Unix/System.Native/pal_searchpath.h
src/libraries/Native/Unix/System.Native/pal_searchpath.m
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.NoniOS.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.cs
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs [new file with mode: 0644]
src/libraries/System.Runtime.Extensions/tests/System/EnvironmentTests.cs
src/libraries/sendtohelixhelp.proj
src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
src/mono/System.Private.CoreLib/src/System/Environment.iOS.cs