Merge pull request #37 from nventive/dev/jela/android-keystore

Adjust bundle name
This commit is contained in:
Jérôme Laban 2019-05-24 12:47:05 -04:00 committed by GitHub
commit 4c769cb826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?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">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" />
<application android:label="WindowsCalculator"></application>
<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:targetSdkVersion="28" />
<application android:label="Calculator"></application>
</manifest>

View file

@ -115,7 +115,7 @@
<PropertyGroup>
<_SourceBasePath>../$(AppName)</_SourceBasePath>
<_ManifestPath>$(_SourceBasePath).Android/Properties/AndroidManifest.xml</_ManifestPath>
<_ManifestPath>$(_SourceBasePath).Droid/Properties/AndroidManifest.xml</_ManifestPath>
<_PlistFilePath>$(_SourceBasePath).iOS/Info.plist</_PlistFilePath>
<_AppxManifestPath>$(_SourceBasePath).UWP/Package.appxmanifest</_AppxManifestPath>
<_AndroidNamespace>