Skip to content

Commit 30889bb

Browse files
committed
Renaming folders to comply with naming standars
1 parent 180d4e1 commit 30889bb

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

MAUI.Native.Embedded.nuget/MAUI.Native.Embedded.nuget.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<None Include="assets/icon-100.png" Pack="true" PackagePath="assets" />
4949
<None Include="README.md" Pack="true" PackagePath="/" />
5050
<None Include="build/**/*" Pack="true" PackagePath="build" />
51-
<None Include="platform/**/*" Pack="true" PackagePath="platform" />
51+
<None Include="Platforms/**/*" Pack="true" PackagePath="Platforms" />
5252
<None Include="$(TargetPath)" Pack="true" PackagePath="tools" />
5353
</ItemGroup>
5454

MAUI.Native.Embedded.nuget/platform/Android/Resources/values-night/splash.xml renamed to MAUI.Native.Embedded.nuget/Platforms/Android/Resources/values-night/splash.xml

File renamed without changes.

MAUI.Native.Embedded.nuget/platform/ios/Splash.xcassets/Contents.json renamed to MAUI.Native.Embedded.nuget/Platforms/iOS/Splash.xcassets/Contents.json

File renamed without changes.

MAUI.Native.Embedded.nuget/platform/ios/Splash.xcassets/Splash.imageset/Contents.json renamed to MAUI.Native.Embedded.nuget/Platforms/iOS/Splash.xcassets/Splash.imageset/Contents.json

File renamed without changes.

MAUI.Native.Embedded.nuget/platform/ios/Splash.xcassets/SplashBackground.colorset/Contents.json renamed to MAUI.Native.Embedded.nuget/Platforms/iOS/Splash.xcassets/SplashBackground.colorset/Contents.json

File renamed without changes.

MAUI.Native.Embedded.nuget/build/MAUI.Native.Embedded.splash.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353

5454
<_MauiNativeSplashAssets
5555
Condition="'$(_ResizetizerIsiOSApp)' == 'True' AND '$(TargetPlatformIdentifier)' != 'maccatalyst'"
56-
Include="$(MSBuildThisFileDirectory)/../platform/ios/$(_SplashAssetsiOS)*/**/*" />
56+
Include="$(MSBuildThisFileDirectory)/../Platforms/iOS/$(_SplashAssetsiOS)*/**/*" />
5757

5858
<_MauiNativeSplashAssets
5959
Condition="'$(_ResizetizerIsAndroidApp)' == 'true'"
60-
Include="$(MSBuildThisFileDirectory)/../platform/Android/Resources/**/splash*" />
60+
Include="$(MSBuildThisFileDirectory)/../Platforms/Android/Resources/**/splash*" />
6161
</ItemGroup>
6262

6363
</Target>

0 commit comments

Comments
 (0)