diff --git a/TheGameExtreme.Android/Properties/AndroidManifest.xml b/TheGameExtreme.Android/Properties/AndroidManifest.xml index e90eb53..8895c42 100644 --- a/TheGameExtreme.Android/Properties/AndroidManifest.xml +++ b/TheGameExtreme.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs index 559b0bd..53d959a 100644 --- a/TheGameExtreme.Android/Resources/Resource.designer.cs +++ b/TheGameExtreme.Android/Resources/Resource.designer.cs @@ -1,11 +1,11 @@ #pragma warning disable 1591 //------------------------------------------------------------------------------ // -// Ce code a été généré par un outil. -// Version du runtime :4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si -// le code est régénéré. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ diff --git a/TheGameExtreme.iOS/Properties/AssemblyInfo.cs b/TheGameExtreme.iOS/Properties/AssemblyInfo.cs index 0f4084d..47dfb04 100644 --- a/TheGameExtreme.iOS/Properties/AssemblyInfo.cs +++ b/TheGameExtreme.iOS/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("OrderStacks.iOS")] +[assembly: AssemblyTitle("OrderStacks")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TheGameExtreme.iOS")] +[assembly: AssemblyProduct("OrderStacks.iOS")] [assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/TheGameExtreme/view/HomePage.xaml.cs b/TheGameExtreme/view/HomePage.xaml.cs index 85195a9..e46f0ab 100644 --- a/TheGameExtreme/view/HomePage.xaml.cs +++ b/TheGameExtreme/view/HomePage.xaml.cs @@ -1,6 +1,7 @@ using System; using Xamarin.Forms; using TheGameExtreme.IO; +using TheGameExtreme.Resx; namespace TheGameExtreme.view { diff --git a/com.uca.thegameextreme-Signed.apk b/com.uca.thegameextreme-Signed.apk index 435a3f8..1df964a 100644 Binary files a/com.uca.thegameextreme-Signed.apk and b/com.uca.thegameextreme-Signed.apk differ diff --git a/com.uca.thegameextreme.apk b/com.uca.thegameextreme.apk index af716f0..c857266 100644 Binary files a/com.uca.thegameextreme.apk and b/com.uca.thegameextreme.apk differ