mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 06:25:19 -07:00
Merge pull request #37 from nventive/dev/jela/android-keystore
Adjust bundle name
This commit is contained in:
commit
4c769cb826
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WindowsCalculator" android:versionCode="1" android:versionName="1.0">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="uno.platform.calculator" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" />
|
<uses-sdk android:targetSdkVersion="28" />
|
||||||
<application android:label="WindowsCalculator"></application>
|
<application android:label="Calculator"></application>
|
||||||
</manifest>
|
</manifest>
|
|
@ -115,7 +115,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_SourceBasePath>../$(AppName)</_SourceBasePath>
|
<_SourceBasePath>../$(AppName)</_SourceBasePath>
|
||||||
<_ManifestPath>$(_SourceBasePath).Android/Properties/AndroidManifest.xml</_ManifestPath>
|
<_ManifestPath>$(_SourceBasePath).Droid/Properties/AndroidManifest.xml</_ManifestPath>
|
||||||
<_PlistFilePath>$(_SourceBasePath).iOS/Info.plist</_PlistFilePath>
|
<_PlistFilePath>$(_SourceBasePath).iOS/Info.plist</_PlistFilePath>
|
||||||
<_AppxManifestPath>$(_SourceBasePath).UWP/Package.appxmanifest</_AppxManifestPath>
|
<_AppxManifestPath>$(_SourceBasePath).UWP/Package.appxmanifest</_AppxManifestPath>
|
||||||
<_AndroidNamespace>
|
<_AndroidNamespace>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue