Skip to content

Commit

Permalink
v0.1.16更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jun 6, 2022
1 parent 9d5f875 commit b219e83
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 4,012 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,40 +167,10 @@
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="String\af-ZA\Resources.resw" />
<Content Include="String\ar-SA\Resources.resw" />
<Content Include="String\ca-ES\Resources.resw" />
<Content Include="String\cs-CZ\Resources.resw" />
<Content Include="String\da-DK\Resources.resw" />
<Content Include="String\de-DE\Resources.resw" />
<Content Include="String\el-GR\Resources.resw" />
<Content Include="String\en-US\Resources.resw" />
<Content Include="String\es-ES\Resources.resw" />
<Content Include="String\fi-FI\Resources.resw" />
<Content Include="String\fr-FR\Resources.resw" />
<Content Include="String\he-IL\Resources.resw" />
<Content Include="String\hu-HU\Resources.resw" />
<Content Include="String\it-IT\Resources.resw" />
<Content Include="String\ja-JP\Resources.resw" />
<Content Include="String\ko-KR\Resources.resw" />
<Content Include="String\nl-NL\Resources.resw" />
<Content Include="String\no-NO\Resources.resw" />
<Content Include="String\pl-PL\Resources.resw" />
<Content Include="String\pt-BR\Resources.resw" />
<Content Include="String\pt-PT\Resources.resw" />
<Content Include="String\ro-RO\Resources.resw" />
<Content Include="String\ru-RU\Resources.resw" />
<Content Include="String\sr-SP\Resources.resw" />
<Content Include="String\sv-SE\Resources.resw" />
<Content Include="String\tr-TR\Resources.resw" />
<Content Include="String\uk-UA\Resources.resw" />
<Content Include="String\vi-VN\Resources.resw" />
<Content Include="String\zh-CN\Resources.resw" />
<Content Include="String\zh-TW\Resources.resw" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.197" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\APKInstaller\APKInstaller.csproj" />
Expand Down
30 changes: 25 additions & 5 deletions APKInstaller/APKInstaller (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="18184wherewhere.AndroidAppInstaller"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.1.5.0" />
Version="0.1.16.0" />

<Properties>
<DisplayName>APK 安装程序</DisplayName>
Expand All @@ -36,14 +36,14 @@
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="transparent"/>
<uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="transparent"/>
<uap:InitialRotationPreference>
<uap:Rotation Preference="portraitFlipped"/>
<uap:Rotation Preference="landscape"/>
Expand All @@ -56,8 +56,27 @@
<uap:SupportedFileTypes>
<uap:FileType>.apk</uap:FileType>
</uap:SupportedFileTypes>
<uap:DisplayName>APK File</uap:DisplayName>
<uap:Logo>Images\256x256.png</uap:Logo>
<uap:DisplayName>ms-resource:APKFile</uap:DisplayName>
<uap:Logo>Assets\256x256.png</uap:Logo>
<uap:InfoTip>ms-resource:APKDescription</uap:InfoTip>
<uap:EditFlags OpenIsSafe="true"/>
</uap:FileTypeAssociation>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="apkinstaller" ReturnResults="optional">
<uap:DisplayName>ms-resource:AppName</uap:DisplayName>
<uap:Logo>Assets\256x256.png</uap:Logo>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.fileTypeAssociation">
<uap:FileTypeAssociation Name="splitapk">
<uap:SupportedFileTypes>
<uap:FileType>.apks</uap:FileType>
<uap:FileType>.apkm</uap:FileType>
<uap:FileType>.xapk</uap:FileType>
</uap:SupportedFileTypes>
<uap:DisplayName>ms-resource:SplitAPKFile</uap:DisplayName>
<uap:Logo>Assets\256x256.png</uap:Logo>
<uap:InfoTip>ms-resource:APKDescription</uap:InfoTip>
<uap:EditFlags OpenIsSafe="true"/>
</uap:FileTypeAssociation>
Expand All @@ -67,6 +86,7 @@
</Applications>

<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
132 changes: 0 additions & 132 deletions APKInstaller/APKInstaller (Package)/String/af-ZA/Resources.resw

This file was deleted.

132 changes: 0 additions & 132 deletions APKInstaller/APKInstaller (Package)/String/ar-SA/Resources.resw

This file was deleted.

Loading

0 comments on commit b219e83

Please sign in to comment.