Compare commits
76 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5da1a6efa0 | |
|
|
e532e485cb | |
|
|
c8c2a84ceb | |
|
|
9277793568 | |
|
|
b3f5305208 | |
|
|
f7e1e7797e | |
|
|
5ab8823237 | |
|
|
44a32011b8 | |
|
|
83abffdf33 | |
|
|
cad3af5a5f | |
|
|
c412b15416 | |
|
|
93a6c5d111 | |
|
|
b38b1e351a | |
|
|
707c091a8d | |
|
|
aa5da41bdd | |
|
|
e2ee11fe6f | |
|
|
78b05e7109 | |
|
|
0db2b0aa39 | |
|
|
896ffc7af6 | |
|
|
4309cedffb | |
|
|
3972439ba6 | |
|
|
68415f6313 | |
|
|
49158c43ca | |
|
|
98af62bec5 | |
|
|
f9912d3fbf | |
|
|
3ddc372634 | |
|
|
a052b1cfe3 | |
|
|
5e9c4614e1 | |
|
|
54ae0b6141 | |
|
|
b772326d82 | |
|
|
24b8dbf834 | |
|
|
d364c7cc94 | |
|
|
25b58a1548 | |
|
|
b87b0b5b37 | |
|
|
3d7a40dd23 | |
|
|
7043276c9c | |
|
|
73cd858826 | |
|
|
3f27f5d9ce | |
|
|
4feaa0992d | |
|
|
4939004dca | |
|
|
53edc99ad9 | |
|
|
31dc59ad10 | |
|
|
9fc5967c1d | |
|
|
95c1f34fc6 | |
|
|
3e66f2a8c2 | |
|
|
65cc154185 | |
|
|
0745de4f20 | |
|
|
a333991516 | |
|
|
b183e05da0 | |
|
|
cf255b7b1b | |
|
|
f46c5e0c78 | |
|
|
0c7be54d43 | |
|
|
a2b4c18d7f | |
|
|
6314447f26 | |
|
|
ed9836fc27 | |
|
|
c2f6338103 | |
|
|
7026f11a73 | |
|
|
2b15ca40fb | |
|
|
3d47ebcaad | |
|
|
018d02fc1f | |
|
|
e0322fa7e9 | |
|
|
35ee02c6d8 | |
|
|
826140a7eb | |
|
|
7c11a708f0 | |
|
|
e0e6ed61eb | |
|
|
6953034312 | |
|
|
aa0b3394ea | |
|
|
a27b3ff8b7 | |
|
|
6d947c7ccd | |
|
|
ca7f318949 | |
|
|
78c8568855 | |
|
|
00c5f0f03e | |
|
|
609ed72335 | |
|
|
f42e2fce3c | |
|
|
88b4de94c8 | |
|
|
9fd63b8bfa |
|
|
@ -7,26 +7,38 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotCompileApp", "NotCompile
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroidApp", "DroidApp\DroidApp.csproj", "{10AA179F-818F-4E3F-947E-DE1C0C87BB76}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
||||||
Release|iPhoneSimulator = Release|iPhoneSimulator
|
Release|iPhoneSimulator = Release|iPhoneSimulator
|
||||||
Debug|iPhone = Debug|iPhone
|
Debug|iPhone = Debug|iPhone
|
||||||
Release|iPhone = Release|iPhone
|
Release|iPhone = Release|iPhone
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
{10AA179F-818F-4E3F-947E-DE1C0C87BB76}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhone.Build.0 = Debug|iPhone
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhone.Build.0 = Debug|iPhone
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhone.ActiveCfg = Release|iPhone
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhone.ActiveCfg = Release|iPhone
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhone.Build.0 = Release|iPhone
|
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
||||||
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
{3DE4FDFA-1502-44CF-9B73-78B6D730C59F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhone.Build.0 = Debug|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhone.ActiveCfg = Release|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhone.Build.0 = Release|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhone.Build.0 = Release|Any CPU
|
||||||
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
{BD5EC0A1-EDC9-4D90-BACF-AE54F26148C1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
|
@ -23,7 +23,8 @@
|
||||||
<MtouchLink>None</MtouchLink>
|
<MtouchLink>None</MtouchLink>
|
||||||
<ConsolePause>false</ConsolePause>
|
<ConsolePause>false</ConsolePause>
|
||||||
<MtouchDebug>true</MtouchDebug>
|
<MtouchDebug>true</MtouchDebug>
|
||||||
<MtouchI18n />
|
<MtouchI18n>
|
||||||
|
</MtouchI18n>
|
||||||
<MtouchArch>ARMv7</MtouchArch>
|
<MtouchArch>ARMv7</MtouchArch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||||
|
|
@ -46,7 +47,8 @@
|
||||||
<MtouchDebug>true</MtouchDebug>
|
<MtouchDebug>true</MtouchDebug>
|
||||||
<ConsolePause>false</ConsolePause>
|
<ConsolePause>false</ConsolePause>
|
||||||
<CodesignKey>iPhone Developer</CodesignKey>
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
<IpaPackageName />
|
<IpaPackageName>
|
||||||
|
</IpaPackageName>
|
||||||
<CodesignProvision>F82B1481-F3D0-4CB5-AA6E-8B8D8E3A9DC1</CodesignProvision>
|
<CodesignProvision>F82B1481-F3D0-4CB5-AA6E-8B8D8E3A9DC1</CodesignProvision>
|
||||||
<BuildIpa>true</BuildIpa>
|
<BuildIpa>true</BuildIpa>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
@ -59,8 +61,10 @@
|
||||||
<CodesignKey>iPhone Developer: Рустам Заитов (CTL85FZX6K)</CodesignKey>
|
<CodesignKey>iPhone Developer: Рустам Заитов (CTL85FZX6K)</CodesignKey>
|
||||||
<ConsolePause>false</ConsolePause>
|
<ConsolePause>false</ConsolePause>
|
||||||
<CodesignProvision>8F606DAE-F9C9-4A19-8EFF-34B990D76C28</CodesignProvision>
|
<CodesignProvision>8F606DAE-F9C9-4A19-8EFF-34B990D76C28</CodesignProvision>
|
||||||
<IpaPackageName />
|
<IpaPackageName>
|
||||||
<MtouchI18n />
|
</IpaPackageName>
|
||||||
|
<MtouchI18n>
|
||||||
|
</MtouchI18n>
|
||||||
<MtouchArch>ARMv7</MtouchArch>
|
<MtouchArch>ARMv7</MtouchArch>
|
||||||
<BuildIpa>true</BuildIpa>
|
<BuildIpa>true</BuildIpa>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
Any raw assets you want to be deployed with your application can be placed in
|
||||||
|
this directory (and child directories) and given a Build Action of "AndroidAsset".
|
||||||
|
|
||||||
|
These files will be deployed with your package and will be accessible using Android's
|
||||||
|
AssetManager, like this:
|
||||||
|
|
||||||
|
public class ReadAsset : Activity
|
||||||
|
{
|
||||||
|
protected override void OnCreate (Bundle bundle)
|
||||||
|
{
|
||||||
|
base.OnCreate (bundle);
|
||||||
|
|
||||||
|
InputStream input = Assets.Open ("my_asset.txt");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Additionally, some Android functions will automatically load asset files:
|
||||||
|
|
||||||
|
Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
|
||||||
|
|
@ -0,0 +1,64 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProductVersion>10.0.0</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{10AA179F-818F-4E3F-947E-DE1C0C87BB76}</ProjectGuid>
|
||||||
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<RootNamespace>DroidApp</RootNamespace>
|
||||||
|
<AndroidApplication>True</AndroidApplication>
|
||||||
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
||||||
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
||||||
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
||||||
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
||||||
|
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
|
||||||
|
<AssemblyName>DroidApp</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.1</TargetFrameworkVersion>
|
||||||
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<AndroidLinkMode>None</AndroidLinkMode>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="Mono.Android" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="MainActivity.cs" />
|
||||||
|
<Compile Include="Resources\Resource.designer.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\AboutResources.txt" />
|
||||||
|
<None Include="Assets\AboutAssets.txt" />
|
||||||
|
<None Include="Properties\AndroidManifest.xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\layout\Main.axml" />
|
||||||
|
<AndroidResource Include="Resources\values\Strings.xml" />
|
||||||
|
<AndroidResource Include="Resources\drawable\Icon.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
||||||
|
</Project>
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
using System;
|
||||||
|
using Android.App;
|
||||||
|
using Android.Content;
|
||||||
|
using Android.Runtime;
|
||||||
|
using Android.Views;
|
||||||
|
using Android.Widget;
|
||||||
|
using Android.OS;
|
||||||
|
|
||||||
|
namespace DroidApp
|
||||||
|
{
|
||||||
|
[Activity(Label = "DroidApp", MainLauncher = true)]
|
||||||
|
public class MainActivity : Activity
|
||||||
|
{
|
||||||
|
int count = 1;
|
||||||
|
|
||||||
|
protected override void OnCreate(Bundle bundle)
|
||||||
|
{
|
||||||
|
base.OnCreate(bundle);
|
||||||
|
|
||||||
|
// Set our view from the "main" layout resource
|
||||||
|
SetContentView(Resource.Layout.Main);
|
||||||
|
|
||||||
|
// Get our button from the layout resource,
|
||||||
|
// and attach an event to it
|
||||||
|
Button button = FindViewById<Button>(Resource.Id.myButton);
|
||||||
|
|
||||||
|
button.Click += delegate
|
||||||
|
{
|
||||||
|
button.Text = string.Format("{0} clicks!", count++);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="DroidApp.DroidApp">
|
||||||
|
<uses-sdk />
|
||||||
|
<application android:label="DroidApp">
|
||||||
|
</application>
|
||||||
|
</manifest>
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using Android.App;
|
||||||
|
|
||||||
|
// Information about this assembly is defined by the following attributes.
|
||||||
|
// Change them to the values specific to your project.
|
||||||
|
[assembly: AssemblyTitle("DroidApp")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("")]
|
||||||
|
[assembly: AssemblyCopyright("rzaitov")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
||||||
|
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
||||||
|
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
||||||
|
[assembly: AssemblyVersion("1.0.0")]
|
||||||
|
// The following attributes are used to specify the signing key for the assembly,
|
||||||
|
// if desired. See the Mono documentation for more information about signing.
|
||||||
|
//[assembly: AssemblyDelaySign(false)]
|
||||||
|
//[assembly: AssemblyKeyFile("")]
|
||||||
|
|
||||||
|
|
@ -0,0 +1,44 @@
|
||||||
|
Images, layout descriptions, binary blobs and string dictionaries can be included
|
||||||
|
in your application as resource files. Various Android APIs are designed to
|
||||||
|
operate on the resource IDs instead of dealing with images, strings or binary blobs
|
||||||
|
directly.
|
||||||
|
|
||||||
|
For example, a sample Android app that contains a user interface layout (main.axml),
|
||||||
|
an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
|
||||||
|
would keep its resources in the "Resources" directory of the application:
|
||||||
|
|
||||||
|
Resources/
|
||||||
|
drawable/
|
||||||
|
icon.png
|
||||||
|
|
||||||
|
layout/
|
||||||
|
main.axml
|
||||||
|
|
||||||
|
values/
|
||||||
|
strings.xml
|
||||||
|
|
||||||
|
In order to get the build system to recognize Android resources, set the build action to
|
||||||
|
"AndroidResource". The native Android APIs do not operate directly with filenames, but
|
||||||
|
instead operate on resource IDs. When you compile an Android application that uses resources,
|
||||||
|
the build system will package the resources for distribution and generate a class called "R"
|
||||||
|
(this is an Android convention) that contains the tokens for each one of the resources
|
||||||
|
included. For example, for the above Resources layout, this is what the R class would expose:
|
||||||
|
|
||||||
|
public class R {
|
||||||
|
public class drawable {
|
||||||
|
public const int icon = 0x123;
|
||||||
|
}
|
||||||
|
|
||||||
|
public class layout {
|
||||||
|
public const int main = 0x456;
|
||||||
|
}
|
||||||
|
|
||||||
|
public class strings {
|
||||||
|
public const int first_string = 0xabc;
|
||||||
|
public const int second_string = 0xbcd;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main
|
||||||
|
to reference the layout/main.axml file, or R.strings.first_string to reference the first
|
||||||
|
string in the dictionary file values/strings.xml.
|
||||||
|
|
@ -0,0 +1,112 @@
|
||||||
|
#pragma warning disable 1591
|
||||||
|
// ------------------------------------------------------------------------------
|
||||||
|
// <autogenerated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Mono Runtime Version: 4.0.30319.17020
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </autogenerated>
|
||||||
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[assembly: Android.Runtime.ResourceDesignerAttribute("DroidApp.Resource", IsApplication=true)]
|
||||||
|
|
||||||
|
namespace DroidApp
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
|
||||||
|
public partial class Resource
|
||||||
|
{
|
||||||
|
|
||||||
|
static Resource()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void UpdateIdValues()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public partial class Attribute
|
||||||
|
{
|
||||||
|
|
||||||
|
static Attribute()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Attribute()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public partial class Drawable
|
||||||
|
{
|
||||||
|
|
||||||
|
// aapt resource value: 0x7f020000
|
||||||
|
public const int Icon = 2130837504;
|
||||||
|
|
||||||
|
static Drawable()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Drawable()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public partial class Id
|
||||||
|
{
|
||||||
|
|
||||||
|
// aapt resource value: 0x7f050000
|
||||||
|
public const int myButton = 2131034112;
|
||||||
|
|
||||||
|
static Id()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Id()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public partial class Layout
|
||||||
|
{
|
||||||
|
|
||||||
|
// aapt resource value: 0x7f030000
|
||||||
|
public const int Main = 2130903040;
|
||||||
|
|
||||||
|
static Layout()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Layout()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public partial class String
|
||||||
|
{
|
||||||
|
|
||||||
|
// aapt resource value: 0x7f040001
|
||||||
|
public const int app_name = 2130968577;
|
||||||
|
|
||||||
|
// aapt resource value: 0x7f040000
|
||||||
|
public const int hello = 2130968576;
|
||||||
|
|
||||||
|
static String()
|
||||||
|
{
|
||||||
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||||
|
}
|
||||||
|
|
||||||
|
private String()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#pragma warning restore 1591
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:orientation="vertical"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/myButton"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/hello"
|
||||||
|
/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello">Hello World, Click Me!</string>
|
||||||
|
<string name="app_name">DroidApp</string>
|
||||||
|
</resources>
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
Добавить символьную ссылку на скрипт сборки. Заменить <builder_path> на абсолютный путь к корню репозитория билд скрипта
|
||||||
|
sudo ln -s <builder_path>/scripts/TouchinBuild/taskRunner.py /usr/local/bin/tibuild
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Чтобы работала система сборки необходимо выполнить формальные шаги:
|
||||||
|
0. [iOS] Убедиться что в собираемом проекте выбор профиля обеспечения и сертификата производится автоматически.
|
||||||
|
Так следует сделать чтобы любой разработчик мог собрать проект, на билд сервере будут подставлены необоходимы значения автоматически
|
||||||
|
|
||||||
|
1. [iOS, Android] Убедиться что в названии проекта нет пробелов.
|
||||||
|
|
||||||
|
2. [iOS, Android] В корне репозитория создать папку scripts
|
||||||
|
mkdir scripts
|
||||||
|
|
||||||
|
3. [iOS] Положить в папку scripts профили обеспечения со следующими названиями
|
||||||
|
development.mobileprovision
|
||||||
|
distribution.mobileprovision
|
||||||
|
|
||||||
|
4. [iOS, Android] В папке scripts создать файл settings.txt
|
||||||
|
touch scripts/settings.txt
|
||||||
|
|
||||||
|
5. [iOS, Android] Скопировать содержимое примера scripts/common/setting.txt в свой файл settings.txt и переопределить все необходимые настройки
|
||||||
|
Стоит обратить внимание на комментации
|
||||||
|
# required – эти настройки необходимо задать, иначе ничего не будет работать
|
||||||
|
# dont change – это можно менять если есть четкое осознание того что происходит
|
||||||
|
|
||||||
|
6. [iOS, Android] вызвать скрипт, заменив параметры
|
||||||
|
на сервере. <builder_path> скорее всего это /BuildServer/Scripts
|
||||||
|
tibuild --settings=scripts/settings.txt build=%build.number% builder_path=<builder_path>
|
||||||
|
|
||||||
|
локально. path_to_local_direcotry – путь к папке вне репозитория проекта (чтобы ничего не потерлось) или добавить папку в настройку backup_ignore
|
||||||
|
tibuild --settings=scripts/settings.txt build=777 builder_path=<builder_path> publish_path=<path_to_local_direcotry>
|
||||||
|
|
||||||
|
Пояснение значения некоторых настроек:
|
||||||
|
publish_step_type – enum(development|distribution) – в зависимости от этого значения будет вызван один из следующих шагов
|
||||||
|
'ios publish development.txt' – копирование файла ipa в папку @publish_path/
|
||||||
|
'ios publish distribution.txt' - создание zip архива (app файла) и копирование его в папку @publish_path/
|
||||||
|
Это значение было введено чтобы поддерживать сборку с разными профилями обеспечения.
|
||||||
|
Типичный кейс. У нас 2 профайла:
|
||||||
|
development.mobileprovision – сборка для наших тестировщиков [publish_step_type=development]
|
||||||
|
distribution.mobileprovision – сборка для апстора [publish_step_type=distribution]
|
||||||
|
Расширенный кейс. У нас 3 профайла
|
||||||
|
development.mobileprovision – сборка для наших тестировщиков [publish_step_type=development]
|
||||||
|
customer.mobileprovision – сборка для тестировщиков заказчиков [publish_step_type=development]
|
||||||
|
distribution.mobileprovision – сборка для апстора [publish_step_type=distribution]
|
||||||
|
|
||||||
|
bundle_id – BundleId который будет подставлен в Info.Plist файл. Настройка нужна для поддержки сборки с разными профилями обсеспечеиня. Так например в профиле обеспечения предоставляемом заказчиком будет указан другой BunldeId, те не com.touchin.projectname
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
restore from backup
|
||||||
|
create backup
|
||||||
|
|
||||||
|
inside 'BuildSample/BuildSample.sln' remove 'CoolApp:NotCompileApp:Domain' project
|
||||||
|
|
||||||
|
inside 'BuildSample/DroidApp/DroidApp.csproj' set OutputPath to 'Output' for '{@sln_config}'
|
||||||
|
|
||||||
|
inside 'BuildSample/DroidApp/Properties/AndroidManifest.xml' set android:versionCode to '17'
|
||||||
|
inside 'BuildSample/DroidApp/Properties/AndroidManifest.xml' set android:versionName to '1.2.3'
|
||||||
|
|
||||||
|
clean 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
||||||
|
sign android 'BuildSample/BuildSample.sln' for '{@sln_config_build}' project 'DroidApp'
|
||||||
|
|
||||||
|
create dirs 'Output/GooglePlay/Artifacts'
|
||||||
|
sh cp BuildSample/DroidApp/Output/*.apk Output/GooglePlay/Artifacts
|
||||||
|
sh cp -a BuildSample/DroidApp/Output/ Output/GooglePlay/
|
||||||
|
|
||||||
|
restore from backup
|
||||||
|
delete backup
|
||||||
|
|
@ -1,17 +1,15 @@
|
||||||
sh echo 'IosSetupSteps.txt'
|
restore from backup # восстанавливаем из бэкапа (исходники от сборки предыдущей конфигурации могут быть модифицированными)
|
||||||
|
create backup
|
||||||
|
|
||||||
# restore from backup # восстанавливаем из бэкапа (исходники от сборки предыдущей конфигурации могут быть модифицированными)
|
sh echo 'Hello from setup.txt'
|
||||||
# create backup
|
|
||||||
|
|
||||||
sh echo '{@sln_config}'
|
inside 'BuildSample/BuildSample.sln' remove 'NotCompileApp:DroidApp' project
|
||||||
|
|
||||||
inside 'BuildSample/BuildSample.sln' remove NotCompileApp project
|
|
||||||
|
|
||||||
inside 'BuildSample/BuildSample/CoolApp.csproj' set OutputPath to 'Output' for '{@sln_config}'
|
inside 'BuildSample/BuildSample/CoolApp.csproj' set OutputPath to 'Output' for '{@sln_config}'
|
||||||
inside 'BuildSample/BuildSample/CoolApp.csproj' set AssemblyName to '{@assembly_name}' for ''
|
inside 'BuildSample/BuildSample/CoolApp.csproj' set AssemblyName to '{@assembly_name}' for ''
|
||||||
|
|
||||||
inside 'BuildSample/BuildSample/Info.plist' set CFBundleVersion to '{@version}'
|
inside 'BuildSample/BuildSample/Info.plist' set CFBundleVersion to '{@version}'
|
||||||
inside 'BuildSample/BuildSample/Info.plist' set CFBundleDisplayName to 'CoolApp'
|
inside 'BuildSample/BuildSample/Info.plist' set CFBundleDisplayName to '{@project_name}'
|
||||||
|
|
||||||
inside 'BuildSample/BuildSample/Info.plist' set CFBundleIconFiles with values '{@icons}'
|
inside 'BuildSample/BuildSample/Info.plist' set CFBundleIconFiles with values '{@icons}'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,5 @@
|
||||||
sh echo 'IosSteps.txt'
|
|
||||||
sh echo '{@builder_path}'
|
|
||||||
|
|
||||||
<include 'scripts/{@setup_steps}'>
|
<include 'scripts/{@setup_steps}'>
|
||||||
|
|
||||||
sh echo hello from '{@author}'
|
|
||||||
sh echo version: '{@version}'
|
|
||||||
|
|
||||||
clean 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
clean 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
||||||
build 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
build 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
||||||
|
|
||||||
|
|
@ -13,7 +7,7 @@ create dirs 'Output/Appstore/Artifacts'
|
||||||
copy 'BuildSample/BuildSample/Output/{@assembly_name}-{@version}.ipa' to 'Output/Appstore/Artifacts'
|
copy 'BuildSample/BuildSample/Output/{@assembly_name}-{@version}.ipa' to 'Output/Appstore/Artifacts'
|
||||||
sh cp -a BuildSample/BuildSample/Output/ Output/Appstore/
|
sh cp -a BuildSample/BuildSample/Output/ Output/Appstore/
|
||||||
|
|
||||||
publish 'Output/Appstore/Artifacts/{@assembly_name}-{@version}.ipa' to testflight notes = 'Hello' api_token = '{@tf_api_token}' team_token = '{@tf_team_token}'
|
#publish 'Output/Appstore/Artifacts/{@assembly_name}-{@version}.ipa' to testflight notes = 'Hello' api_token = '{@tf_api_token}' team_token = '{@tf_team_token}'
|
||||||
|
|
||||||
#restore from backup
|
restore from backup
|
||||||
#delete backup
|
delete backup
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
from parsers.ValuesStriper import ValuesStripper
|
||||||
|
|
||||||
|
|
||||||
|
class BaseBackupCommandBuilder:
|
||||||
|
def __init__(self, ignoreBackupStr):
|
||||||
|
|
||||||
|
if ignoreBackupStr:
|
||||||
|
splitter = ValuesStripper(',')
|
||||||
|
values = splitter.strip(ignoreBackupStr)
|
||||||
|
self.ignoreBackup = values
|
||||||
|
else:
|
||||||
|
self.ignoreBackup = []
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
from CommandBuilders.BuilderBackupCommands.BaseBackupCommandBuilder import BaseBackupCommandBuilder
|
||||||
from commands.BaseBackupCommand.CreateBackupCommand import CreateBackupCommand
|
from commands.BaseBackupCommand.CreateBackupCommand import CreateBackupCommand
|
||||||
from parsers.ParserBackup.CreateBackupParser import CreateBackupParser
|
from parsers.ParserBackup.CreateBackupParser import CreateBackupParser
|
||||||
|
|
||||||
|
|
||||||
class CreateBackupCommandBuilder:
|
class CreateBackupCommandBuilder(BaseBackupCommandBuilder):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackupStr):
|
||||||
pass
|
BaseBackupCommandBuilder.__init__(self, ignoreBackupStr)
|
||||||
|
|
||||||
def isCreateBackup(self, line):
|
def isCreateBackup(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
@ -18,5 +19,5 @@ class CreateBackupCommandBuilder:
|
||||||
parser = CreateBackupParser()
|
parser = CreateBackupParser()
|
||||||
parser.parseLine(line)
|
parser.parseLine(line)
|
||||||
|
|
||||||
command = CreateBackupCommand()
|
command = CreateBackupCommand(self.ignoreBackup)
|
||||||
return command
|
return command
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
from CommandBuilders.BuilderBackupCommands.BaseBackupCommandBuilder import BaseBackupCommandBuilder
|
||||||
from commands.BaseBackupCommand.DeleteBackupCommand import DeleteBackupCommand
|
from commands.BaseBackupCommand.DeleteBackupCommand import DeleteBackupCommand
|
||||||
from parsers.ParserBackup.DeleteBackupParser import DeleteBackupParser
|
from parsers.ParserBackup.DeleteBackupParser import DeleteBackupParser
|
||||||
|
|
||||||
|
|
||||||
class DeleteBackupCommandBuilder:
|
class DeleteBackupCommandBuilder(BaseBackupCommandBuilder):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackupStr):
|
||||||
pass
|
BaseBackupCommandBuilder.__init__(self, ignoreBackupStr)
|
||||||
|
|
||||||
def isDeleteBackup(self, line):
|
def isDeleteBackup(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
@ -20,5 +21,5 @@ class DeleteBackupCommandBuilder:
|
||||||
parser = DeleteBackupParser()
|
parser = DeleteBackupParser()
|
||||||
parser.parseLine(line)
|
parser.parseLine(line)
|
||||||
|
|
||||||
command = DeleteBackupCommand()
|
command = DeleteBackupCommand(self.ignoreBackup)
|
||||||
return command
|
return command
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
from CommandBuilders.BuilderBackupCommands.BaseBackupCommandBuilder import BaseBackupCommandBuilder
|
||||||
from commands.BaseBackupCommand.RestoreBackupCommand import RestoreBackupCommand
|
from commands.BaseBackupCommand.RestoreBackupCommand import RestoreBackupCommand
|
||||||
from parsers.ParserBackup.RestoreBackupParser import RestoreBackupParser
|
from parsers.ParserBackup.RestoreBackupParser import RestoreBackupParser
|
||||||
|
|
||||||
|
|
||||||
class RestoreBackupCommandBuilder:
|
class RestoreBackupCommandBuilder(BaseBackupCommandBuilder):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackupStr):
|
||||||
pass
|
BaseBackupCommandBuilder.__init__(self, ignoreBackupStr)
|
||||||
|
|
||||||
def isRestoreBackup(self, line):
|
def isRestoreBackup(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
@ -20,5 +21,5 @@ class RestoreBackupCommandBuilder:
|
||||||
parser = RestoreBackupParser()
|
parser = RestoreBackupParser()
|
||||||
parser.parseLine(line)
|
parser.parseLine(line)
|
||||||
|
|
||||||
command = RestoreBackupCommand()
|
command = RestoreBackupCommand(self.ignoreBackup)
|
||||||
return command
|
return command
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
__author__ = 'rzaitov'
|
||||||
|
|
@ -1,21 +1,46 @@
|
||||||
|
import os
|
||||||
from commands.CopyCommand import CopyCommand
|
from commands.CopyCommand import CopyCommand
|
||||||
|
from parsers.CopyParser.CopyArguments import CopyArguments
|
||||||
from parsers.InstallProfileParser import InstallProfileParser
|
from parsers.InstallProfileParser import InstallProfileParser
|
||||||
|
|
||||||
|
|
||||||
class InstallProfileCommandBuilder:
|
class InstallProfileCommandBuilder:
|
||||||
def __init__(self):
|
def __init__(self, profileFilePrefix):
|
||||||
pass
|
assert profileFilePrefix is not None
|
||||||
|
|
||||||
|
self.profileFilePrefix = profileFilePrefix
|
||||||
|
self.profileStorageDir = '~/Library/MobileDevice/Provisioning Profiles/'
|
||||||
|
|
||||||
def isInstallProfile(self, line):
|
def isInstallProfile(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
return line.startswith('install profile')
|
parser = InstallProfileParser()
|
||||||
|
isValid = parser.isValidLine(line)
|
||||||
|
|
||||||
|
return isValid
|
||||||
|
|
||||||
def getCommandFor(self, line):
|
def getCommandFor(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
parser = InstallProfileParser()
|
parser = InstallProfileParser()
|
||||||
cpArgs = parser.parseLine(line)
|
|
||||||
|
srcPath = parser.parseLine(line)
|
||||||
|
dstPath = self.getDestinationPath(srcPath)
|
||||||
|
|
||||||
|
cpArgs = CopyArguments()
|
||||||
|
cpArgs.setArguments(srcPath, dstPath)
|
||||||
|
|
||||||
command = CopyCommand(cpArgs)
|
command = CopyCommand(cpArgs)
|
||||||
return command
|
return command
|
||||||
|
|
||||||
|
def getDestinationPath(self, sourcePath):
|
||||||
|
dstProfileFileName = self.fetchDstFileName(sourcePath)
|
||||||
|
dstProfilePath = os.path.join(self.profileStorageDir, dstProfileFileName)
|
||||||
|
|
||||||
|
return dstProfilePath
|
||||||
|
|
||||||
|
def fetchDstFileName(self, srcFilePath):
|
||||||
|
profileFileName = os.path.basename(srcFilePath)
|
||||||
|
profileFileName = '{0}.{1}'.format(self.profileFilePrefix, profileFileName)
|
||||||
|
|
||||||
|
return profileFileName
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
from commands.PatchManifestCommand import PatchManifestCommand
|
||||||
|
from parsers.InsideParser.InsideSetParser import InsideSetParser
|
||||||
|
|
||||||
|
|
||||||
|
class PatchManifestCommandBuilder:
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def isManifestCommand(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
parser = InsideSetParser('xml')
|
||||||
|
isValid = parser.isValidLine(line)
|
||||||
|
|
||||||
|
return isValid
|
||||||
|
|
||||||
|
def getCommandFor(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
parser = InsideSetParser('xml')
|
||||||
|
result = parser.parseLine(line)
|
||||||
|
|
||||||
|
command = PatchManifestCommand(result[0], result[1], result[2])
|
||||||
|
return command
|
||||||
|
|
@ -20,8 +20,8 @@ class RemoveProjectCommandBuilder:
|
||||||
parser = InsideRemoveParser('sln')
|
parser = InsideRemoveParser('sln')
|
||||||
result = parser.parseLine(line)
|
result = parser.parseLine(line)
|
||||||
|
|
||||||
slnPath = result[0]
|
slnPath = result['file_path']
|
||||||
projectName = result[1]
|
projectNames = result['names']
|
||||||
|
|
||||||
command = RemoveProjectCommand(slnPath, projectName)
|
command = RemoveProjectCommand(slnPath, projectNames)
|
||||||
return command
|
return command
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from commands.ShCommand import ShCommand
|
from commands.ShTextCommand import ShTextCommand
|
||||||
from parsers.ShParser import ShParser
|
from parsers.ShParser import ShParser
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -19,5 +19,5 @@ class ShCommandBuilder:
|
||||||
|
|
||||||
cmdText = parser.parseLine(line)
|
cmdText = parser.parseLine(line)
|
||||||
|
|
||||||
command = ShCommand(cmdText)
|
command = ShTextCommand(cmdText)
|
||||||
return command
|
return command
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
from commands.CleanBuildCommands.SignApkCommand import SignApkCommand
|
||||||
|
from parsers.SignApkParser import SignApkParser
|
||||||
|
|
||||||
|
|
||||||
|
class SignApkCommandBuilder:
|
||||||
|
def __init__(self, pathToBuildUtil):
|
||||||
|
assert pathToBuildUtil is not None
|
||||||
|
|
||||||
|
self.pathToBuildUtil = pathToBuildUtil
|
||||||
|
|
||||||
|
def isSignApk(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
parser = SignApkParser()
|
||||||
|
isValid = parser.isValidLine(line)
|
||||||
|
|
||||||
|
return isValid
|
||||||
|
|
||||||
|
def getCommandFor(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
parser = SignApkParser()
|
||||||
|
result = parser.parseLine(line)
|
||||||
|
|
||||||
|
slnPath = result[0]
|
||||||
|
slnConfig = result[1]
|
||||||
|
projectName = result[2]
|
||||||
|
|
||||||
|
command = SignApkCommand(self.pathToBuildUtil, slnPath, slnConfig, projectName)
|
||||||
|
return command
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import abc
|
import abc
|
||||||
|
|
||||||
|
|
||||||
class PreprocessorBase:
|
class PreprocessorBase(object):
|
||||||
__metaclass__ = abc.ABCMeta
|
__metaclass__ = abc.ABCMeta
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,18 @@
|
||||||
|
from CommandBuilders.BuilderBackupCommands.CreateBackupCommandBuilder import CreateBackupCommandBuilder
|
||||||
|
from CommandBuilders.BuilderBackupCommands.DeleteBackupCommandBuilder import DeleteBackupCommandBuilder
|
||||||
|
from CommandBuilders.BuilderBackupCommands.RestoreBackupCommandBuilder import RestoreBackupCommandBuilder
|
||||||
|
|
||||||
from CommandBuilders.CleanBuildCommandBuilder import CleanBuildCommandBuilder
|
from CommandBuilders.CleanBuildCommandBuilder import CleanBuildCommandBuilder
|
||||||
from CommandBuilders.CopyCommandBuilder import CopyCommandBuilder
|
from CommandBuilders.CopyCommandBuilder import CopyCommandBuilder
|
||||||
from CommandBuilders.CreateBackupCommandBuilder import CreateBackupCommandBuilder
|
|
||||||
from CommandBuilders.DeleteBackupCommandBuilder import DeleteBackupCommandBuilder
|
|
||||||
from CommandBuilders.InstallProfileCommandBuilder import InstallProfileCommandBuilder
|
from CommandBuilders.InstallProfileCommandBuilder import InstallProfileCommandBuilder
|
||||||
from CommandBuilders.MakeDirsCommandBuilder import MakeDirsCommandBuilder
|
from CommandBuilders.MakeDirsCommandBuilder import MakeDirsCommandBuilder
|
||||||
from CommandBuilders.PatchCsprojCommandBuilder import PatchCsprojCommandBuilder
|
from CommandBuilders.PatchCsprojCommandBuilder import PatchCsprojCommandBuilder
|
||||||
from CommandBuilders.PatchInfoPlistArrayCommandBuilder import PatchInfoPlistArrayCommandBuilder
|
from CommandBuilders.PatchInfoPlistArrayCommandBuilder import PatchInfoPlistArrayCommandBuilder
|
||||||
from CommandBuilders.PatchInfoplistCommandBuilder import PatchInfoplistCommandBuilder
|
from CommandBuilders.PatchInfoplistCommandBuilder import PatchInfoplistCommandBuilder
|
||||||
|
from CommandBuilders.PatchManifestCommandBuilder import PatchManifestCommandBuilder
|
||||||
from CommandBuilders.RemoveProjectCommandBuilder import RemoveProjectCommandBuilder
|
from CommandBuilders.RemoveProjectCommandBuilder import RemoveProjectCommandBuilder
|
||||||
from CommandBuilders.RestoreBackupCommandBuilder import RestoreBackupCommandBuilder
|
|
||||||
from CommandBuilders.ShCommandBuilder import ShCommandBuilder
|
from CommandBuilders.ShCommandBuilder import ShCommandBuilder
|
||||||
|
from CommandBuilders.SignApkBuilder import SignApkCommandBuilder
|
||||||
from CommandBuilders.TestflightCommandBuilder import TestflightCommandBuilder
|
from CommandBuilders.TestflightCommandBuilder import TestflightCommandBuilder
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -24,20 +27,27 @@ class StepsRunner:
|
||||||
|
|
||||||
self.shCommandBuilder = ShCommandBuilder()
|
self.shCommandBuilder = ShCommandBuilder()
|
||||||
self.removeProjectBuilder = RemoveProjectCommandBuilder()
|
self.removeProjectBuilder = RemoveProjectCommandBuilder()
|
||||||
self.createBackupBuilder = CreateBackupCommandBuilder()
|
|
||||||
self.restoreFromBackupBuilder = RestoreBackupCommandBuilder()
|
|
||||||
self.deleteBackupBuilder = DeleteBackupCommandBuilder()
|
|
||||||
self.createDirs = MakeDirsCommandBuilder()
|
self.createDirs = MakeDirsCommandBuilder()
|
||||||
self.patchCsproj = PatchCsprojCommandBuilder()
|
self.patchCsproj = PatchCsprojCommandBuilder()
|
||||||
self.patchInfoPlist = PatchInfoplistCommandBuilder(self.valueProvider)
|
self.patchInfoPlist = PatchInfoplistCommandBuilder(self.valueProvider)
|
||||||
self.patchInfoPlistArray = PatchInfoPlistArrayCommandBuilder()
|
self.patchInfoPlistArray = PatchInfoPlistArrayCommandBuilder()
|
||||||
|
self.patchManifest = PatchManifestCommandBuilder()
|
||||||
self.copyBuilder = CopyCommandBuilder()
|
self.copyBuilder = CopyCommandBuilder()
|
||||||
self.testflightBuilder = TestflightCommandBuilder()
|
self.testflightBuilder = TestflightCommandBuilder()
|
||||||
self.installProfileBuilder = InstallProfileCommandBuilder()
|
|
||||||
|
ignoreBackup = config.get('backup_ignore', None)
|
||||||
|
self.createBackupBuilder = CreateBackupCommandBuilder(ignoreBackup)
|
||||||
|
self.restoreFromBackupBuilder = RestoreBackupCommandBuilder(ignoreBackup)
|
||||||
|
self.deleteBackupBuilder = DeleteBackupCommandBuilder(ignoreBackup)
|
||||||
|
|
||||||
|
|
||||||
|
profilePrefix = config['project_name']
|
||||||
|
self.installProfileBuilder = InstallProfileCommandBuilder(profilePrefix)
|
||||||
|
|
||||||
buildUtilPath = config['build_tool']
|
buildUtilPath = config['build_tool']
|
||||||
self.cleanBuilder = CleanBuildCommandBuilder(buildUtilPath, 'clean')
|
self.cleanBuilder = CleanBuildCommandBuilder(buildUtilPath, 'clean')
|
||||||
self.buildBuilder = CleanBuildCommandBuilder(buildUtilPath, 'build')
|
self.buildBuilder = CleanBuildCommandBuilder(buildUtilPath, 'build')
|
||||||
|
self.signAndroid = SignApkCommandBuilder(buildUtilPath)
|
||||||
|
|
||||||
def run(self, content):
|
def run(self, content):
|
||||||
assert content is not None
|
assert content is not None
|
||||||
|
|
@ -60,6 +70,8 @@ class StepsRunner:
|
||||||
cmd = self.cleanBuilder.getCommandFor(line)
|
cmd = self.cleanBuilder.getCommandFor(line)
|
||||||
elif self.buildBuilder.isCleanBuild(line):
|
elif self.buildBuilder.isCleanBuild(line):
|
||||||
cmd = self.buildBuilder.getCommandFor(line)
|
cmd = self.buildBuilder.getCommandFor(line)
|
||||||
|
elif self.signAndroid.isSignApk(line):
|
||||||
|
cmd = self.signAndroid.getCommandFor(line)
|
||||||
elif self.createBackupBuilder.isCreateBackup(line):
|
elif self.createBackupBuilder.isCreateBackup(line):
|
||||||
cmd = self.createBackupBuilder.getCommandFor(line)
|
cmd = self.createBackupBuilder.getCommandFor(line)
|
||||||
elif self.createDirs.isMakeDirsCommand(line):
|
elif self.createDirs.isMakeDirsCommand(line):
|
||||||
|
|
@ -70,6 +82,8 @@ class StepsRunner:
|
||||||
cmd = self.patchInfoPlist.getCommandFor(line)
|
cmd = self.patchInfoPlist.getCommandFor(line)
|
||||||
elif self.patchInfoPlistArray.isPatchInfoPlist(line):
|
elif self.patchInfoPlistArray.isPatchInfoPlist(line):
|
||||||
cmd = self.patchInfoPlistArray.getCommandFor(line)
|
cmd = self.patchInfoPlistArray.getCommandFor(line)
|
||||||
|
elif self.patchManifest.isManifestCommand(line):
|
||||||
|
cmd = self.patchManifest.getCommandFor(line)
|
||||||
elif self.copyBuilder.isCopy(line):
|
elif self.copyBuilder.isCopy(line):
|
||||||
cmd =self.copyBuilder.getCommandFor(line)
|
cmd =self.copyBuilder.getCommandFor(line)
|
||||||
elif self.restoreFromBackupBuilder.isRestoreBackup(line):
|
elif self.restoreFromBackupBuilder.isRestoreBackup(line):
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
from Core.LineConveyor.NullPreprocessor import NullPreprocessor
|
||||||
from Core.SettingsProviderBase import SettingsProviderBase
|
from Core.SettingsProviderBase import SettingsProviderBase
|
||||||
from parsers.SettingsParser.SettingsParser import SettingsParser
|
from parsers.SettingsParser.SettingsParser import SettingsParser
|
||||||
|
|
||||||
|
|
@ -10,7 +11,9 @@ class SettingsProviderStub(SettingsProviderBase):
|
||||||
self.settingsText = settingsText
|
self.settingsText = settingsText
|
||||||
|
|
||||||
def fetchSettings(self):
|
def fetchSettings(self):
|
||||||
parser = SettingsParser()
|
preprocessor = NullPreprocessor()
|
||||||
|
|
||||||
|
parser = SettingsParser(preprocessor, None)
|
||||||
parser.parse(self.settingsText)
|
parser.parse(self.settingsText)
|
||||||
|
|
||||||
return parser.settings
|
return parser.settings
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
from CommandBuilders.CreateBackupCommandBuilder import CreateBackupCommandBuilder
|
from CommandBuilders.BuilderBackupCommands.CreateBackupCommandBuilder import CreateBackupCommandBuilder
|
||||||
|
|
||||||
line = "create backup"
|
line = "create backup"
|
||||||
|
|
||||||
cmdBuilder = CreateBackupCommandBuilder()
|
cmdBuilder = CreateBackupCommandBuilder(None)
|
||||||
command = cmdBuilder.getCommandFor(line)
|
command = cmdBuilder.getCommandFor(line)
|
||||||
|
|
||||||
command.execute()
|
command.execute()
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
from CommandBuilders.DeleteBackupCommandBuilder import DeleteBackupCommandBuilder
|
from CommandBuilders.BuilderBackupCommands.DeleteBackupCommandBuilder import DeleteBackupCommandBuilder
|
||||||
|
|
||||||
line = "delete backup"
|
line = "delete backup"
|
||||||
|
|
||||||
cmdBuilder = DeleteBackupCommandBuilder()
|
cmdBuilder = DeleteBackupCommandBuilder(None)
|
||||||
command = cmdBuilder.getCommandFor(line)
|
command = cmdBuilder.getCommandFor(line)
|
||||||
|
|
||||||
command.execute()
|
command.execute()
|
||||||
|
|
@ -2,7 +2,7 @@ from CommandBuilders.InstallProfileCommandBuilder import InstallProfileCommandBu
|
||||||
|
|
||||||
line = "install profile 'BuildSample/BuildSample/Profiles/8F606DAE-F9C9-4A19-8EFF-34B990D76C28.mobileprovision'"
|
line = "install profile 'BuildSample/BuildSample/Profiles/8F606DAE-F9C9-4A19-8EFF-34B990D76C28.mobileprovision'"
|
||||||
|
|
||||||
builder = InstallProfileCommandBuilder()
|
builder = InstallProfileCommandBuilder('BsProject')
|
||||||
command = builder.getCommandFor(line)
|
command = builder.getCommandFor(line)
|
||||||
|
|
||||||
command.execute()
|
command.execute()
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
from Core.ContentProviderBase import ContentProviderBase
|
from Core.ContentProviderBase import ContentProviderBase
|
||||||
|
from Core.LineConveyor.NullPreprocessor import NullPreprocessor
|
||||||
from Tests.Common.SettingsProviderStub import SettingsProviderStub
|
from Tests.Common.SettingsProviderStub import SettingsProviderStub
|
||||||
from taskRunner import TaskRunner
|
from taskRunner import TaskRunner
|
||||||
|
from utils.BuildConfigProvider.BuildConfigProvider import BuildConfigProvider
|
||||||
|
|
||||||
settingsText = """
|
settingsText = """
|
||||||
build_tool = '/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool'
|
build_tool = '/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool'
|
||||||
|
|
@ -42,6 +44,9 @@ class ContentProviderMock(ContentProviderBase):
|
||||||
settingsProvider = SettingsProviderStub(settingsText)
|
settingsProvider = SettingsProviderStub(settingsText)
|
||||||
contentProvider = ContentProviderMock()
|
contentProvider = ContentProviderMock()
|
||||||
|
|
||||||
taskRunner = TaskRunner(settingsProvider, contentProvider)
|
buildConfigProvider = BuildConfigProvider()
|
||||||
|
preprocessor = NullPreprocessor()
|
||||||
|
|
||||||
|
taskRunner = TaskRunner(settingsProvider, contentProvider, buildConfigProvider, preprocessor, {})
|
||||||
|
|
||||||
taskRunner.run()
|
taskRunner.run()
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
from CommandBuilders.PatchManifestCommandBuilder import PatchManifestCommandBuilder
|
||||||
|
|
||||||
|
line = "inside 'BuildSample/DroidApp/Properties/AndroidManifest.xml' set android:versionCode to '7.7.7'"
|
||||||
|
|
||||||
|
builder = PatchManifestCommandBuilder()
|
||||||
|
|
||||||
|
command = builder.getCommandFor(line)
|
||||||
|
command.execute()
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
from Core.ContentProviderBase import ContentProviderBase
|
from Core.ContentProviderBase import ContentProviderBase
|
||||||
|
from Core.LineConveyor.NullPreprocessor import NullPreprocessor
|
||||||
from Tests.Common.SettingsProviderStub import SettingsProviderStub
|
from Tests.Common.SettingsProviderStub import SettingsProviderStub
|
||||||
from taskRunner import TaskRunner
|
from taskRunner import TaskRunner
|
||||||
from utils.BuildConfigProvider.BuildConfigProvider import BuildConfigProvider
|
from utils.BuildConfigProvider.BuildConfigProvider import BuildConfigProvider
|
||||||
|
|
@ -37,8 +38,9 @@ buildConfigProvider = BuildConfigProvider()
|
||||||
resolvedBuildConfigProvider = ResolvedBuildConfigProvider(buildConfigProvider)
|
resolvedBuildConfigProvider = ResolvedBuildConfigProvider(buildConfigProvider)
|
||||||
|
|
||||||
contentProvider = ContentProviderMock()
|
contentProvider = ContentProviderMock()
|
||||||
|
preprocessor = NullPreprocessor()
|
||||||
|
|
||||||
taskRunner = TaskRunner(settingsProvider, contentProvider, resolvedBuildConfigProvider)
|
taskRunner = TaskRunner(settingsProvider, contentProvider, resolvedBuildConfigProvider, preprocessor, {})
|
||||||
|
|
||||||
taskRunner.run()
|
taskRunner.run()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
from CommandBuilders.RestoreBackupCommandBuilder import RestoreBackupCommandBuilder
|
from CommandBuilders.BuilderBackupCommands.RestoreBackupCommandBuilder import RestoreBackupCommandBuilder
|
||||||
|
|
||||||
line = "restore from backup"
|
line = "restore from backup"
|
||||||
|
|
||||||
builder = RestoreBackupCommandBuilder()
|
builder = RestoreBackupCommandBuilder(None)
|
||||||
command = builder.getCommandFor(line)
|
command = builder.getCommandFor(line)
|
||||||
|
|
||||||
command.execute()
|
command.execute()
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
from commands.ShCommand import ShCommand
|
from commands.ShTextCommand import ShTextCommand
|
||||||
|
|
||||||
calendarCommand = ShCommand('cal 12 2013')
|
calendarCommand = ShTextCommand('cal 12 2013')
|
||||||
calendarCommand.execute()
|
calendarCommand.execute()
|
||||||
|
|
||||||
touchCommand = ShCommand('touch ../tmp.txt')
|
touchCommand = ShTextCommand('touch ../tmp.txt')
|
||||||
touchCommand.execute()
|
touchCommand.execute()
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
import unittest
|
||||||
|
from parsers.InsideParser.InsideRemoveParser import InsideRemoveParser
|
||||||
|
|
||||||
|
|
||||||
|
class TestInsideRemoveParser(unittest.TestCase):
|
||||||
|
def setUp(self):
|
||||||
|
self.parser = InsideRemoveParser('ext')
|
||||||
|
|
||||||
|
def test_parse(self):
|
||||||
|
self.check("inside 'Some/Path/file.ext' remove 'PROGECT' project", 'Some/Path/file.ext', ['PROGECT'])
|
||||||
|
|
||||||
|
self.check("inside 'file.ext' remove 'PR' projects", 'file.ext', ['PR'])
|
||||||
|
self.check("inside 'file.ext' remove 'PR' projects", 'file.ext', ['PR'])
|
||||||
|
|
||||||
|
self.check("inside 'file.ext' remove 'pr1:pr2:pr3' projects", 'file.ext', ['pr1', 'pr2', 'pr3'])
|
||||||
|
|
||||||
|
def check(self, line, filePath, expectedNames):
|
||||||
|
result = self.parser.parseLine(line)
|
||||||
|
|
||||||
|
self.assertEqual(filePath, result['file_path'])
|
||||||
|
self.assertListEqual(expectedNames, result['names'])
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
import unittest
|
|
||||||
from Tests.UnitTests.LineParserTestCaseBase import LineParserTestCaseBase
|
from Tests.UnitTests.LineParserTestCaseBase import LineParserTestCaseBase
|
||||||
from parsers.InsideParser.InsideSetArrayParser import InsideSetArrayParser
|
from parsers.InsideParser.InsideSetArrayParser import InsideSetArrayParser
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
import unittest
|
||||||
|
from CommandBuilders.InstallProfileCommandBuilder import InstallProfileCommandBuilder
|
||||||
|
|
||||||
|
|
||||||
|
class TestInstallProfileBuilder(unittest.TestCase):
|
||||||
|
def setUp(self):
|
||||||
|
self.prefix = 'MyProject'
|
||||||
|
self.builder = InstallProfileCommandBuilder(self.prefix)
|
||||||
|
|
||||||
|
def test_dstFileName(self):
|
||||||
|
dstFileName = self.builder.fetchDstFileName('/Some/Path/MyProfile.ext')
|
||||||
|
self.assertEqual(dstFileName, '{0}.MyProfile.ext'.format(self.prefix))
|
||||||
|
|
||||||
|
def test_dstPath(self):
|
||||||
|
dstPath = self.builder.getDestinationPath('/Some/Path/MyProfile.ext')
|
||||||
|
self.assertEqual('~/Library/MobileDevice/Provisioning Profiles/{0}.MyProfile.ext'.format(self.prefix), dstPath)
|
||||||
|
|
@ -8,7 +8,6 @@ class TestInstallProfile(unittest.TestCase):
|
||||||
|
|
||||||
def test_parse(self):
|
def test_parse(self):
|
||||||
line = "install profile 'Path/To/Profile.mobileprovision'"
|
line = "install profile 'Path/To/Profile.mobileprovision'"
|
||||||
copyArgs = self.parser.parseLine(line)
|
src = self.parser.parseLine(line)
|
||||||
|
|
||||||
self.assertEqual('Path/To/Profile.mobileprovision', copyArgs.source)
|
self.assertEqual('Path/To/Profile.mobileprovision', src)
|
||||||
self.assertEqual('~/Library/MobileDevice/Provisioning Profiles/Profile.mobileprovision', copyArgs.target)
|
|
||||||
|
|
@ -7,9 +7,27 @@ class TestSettingsLineParser(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.parser = SettingsLineParser()
|
self.parser = SettingsLineParser()
|
||||||
|
|
||||||
def test_getPathAndValue(self):
|
def test_whiteSpaces(self):
|
||||||
line = "abc.123.some_name = 'crazy value ±~ ../ 123'"
|
self.checkPathAndValue("abc.123.some_name = 'crazy value ±~ ../ 123'", 'abc.123.some_name', 'crazy value ±~ ../ 123')
|
||||||
|
self.checkPathAndValue("a.b.c = 'value'", 'a.b.c', 'value')
|
||||||
|
self.checkPathAndValue("a.b.c= 'value'", 'a.b.c', 'value')
|
||||||
|
self.checkPathAndValue("a.b.c ='value'", 'a.b.c', 'value')
|
||||||
|
self.checkPathAndValue("a.b.c='value'", 'a.b.c', 'value')
|
||||||
|
|
||||||
|
def test_valueWithoutComma(self):
|
||||||
|
self.checkPathAndValue("a.b.c = value", 'a.b.c', 'value')
|
||||||
|
self.checkPathAndValue("a.b.c = some value", 'a.b.c', 'some value')
|
||||||
|
self.checkPathAndValue("a.b.c = some value ", 'a.b.c', 'some value')
|
||||||
|
|
||||||
|
def test_valueWithEscapeComma(self):
|
||||||
|
self.checkPathAndValue("a.b.c = '\"value\"' ", 'a.b.c', '"value"')
|
||||||
|
self.checkPathAndValue('a.b.c = "\'value\'" ', 'a.b.c', "'value'")
|
||||||
|
|
||||||
|
self.checkPathAndValue('a.b.c = ""value"" ', 'a.b.c', 'value')
|
||||||
|
self.checkPathAndValue("a.b.c = ''value'' ", 'a.b.c', 'value')
|
||||||
|
|
||||||
|
def checkPathAndValue(self, line, expectedPath, expectedValue):
|
||||||
result = self.parser.splitToPathAndValue(line)
|
result = self.parser.splitToPathAndValue(line)
|
||||||
|
|
||||||
self.assertEqual('abc.123.some_name', result[0])
|
self.assertEqual(expectedPath, result[0])
|
||||||
self.assertEqual('crazy value ±~ ../ 123', result[1])
|
self.assertEqual(expectedValue, result[1])
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ from parsers.SettingsParser.SettingsParser import SettingsParser
|
||||||
class TestSettingsParser(unittest.TestCase):
|
class TestSettingsParser(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.preprocessor = NullPreprocessor()
|
self.preprocessor = NullPreprocessor()
|
||||||
self.parser = SettingsParser(self.preprocessor)
|
self.parser = SettingsParser(self.preprocessor, None)
|
||||||
|
|
||||||
def test_processLine(self):
|
def test_processLine(self):
|
||||||
line1 = "x.y.name1 = 'value1'"
|
line1 = "x.y.name1 = 'value1'"
|
||||||
|
|
@ -44,7 +44,7 @@ class TestSettingsParser(unittest.TestCase):
|
||||||
|
|
||||||
class PartialSettingsParser(SettingsParser):
|
class PartialSettingsParser(SettingsParser):
|
||||||
def __init__(self, textPreprocessor):
|
def __init__(self, textPreprocessor):
|
||||||
SettingsParser.__init__(self, textPreprocessor)
|
SettingsParser.__init__(self, textPreprocessor, None)
|
||||||
self.processLineCall = 0
|
self.processLineCall = 0
|
||||||
|
|
||||||
def processLine(self, line):
|
def processLine(self, line):
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
__author__ = 'rzaitov'
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
import unittest
|
||||||
|
from commands.ShellCommandBase import ShellCommandBase
|
||||||
|
|
||||||
|
|
||||||
|
class MyShellCommand(ShellCommandBase):
|
||||||
|
def __init__(self, execWithError=False):
|
||||||
|
ShellCommandBase.__init__(self)
|
||||||
|
self.execWithError = execWithError
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
cmdText = 'exit 1' if self.execWithError else 'exit 0'
|
||||||
|
self.executeShell(cmdText)
|
||||||
|
|
||||||
|
|
||||||
|
class TestShellCommand(unittest.TestCase):
|
||||||
|
def test_noError(self):
|
||||||
|
cmd = MyShellCommand(execWithError=False)
|
||||||
|
cmd.execute()
|
||||||
|
|
||||||
|
def test_withError(self):
|
||||||
|
cmd = MyShellCommand(execWithError=True)
|
||||||
|
|
||||||
|
with self.assertRaises(Exception):
|
||||||
|
cmd.execute()
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
__author__ = 'rzaitov'
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
import unittest
|
||||||
|
from utils.ManifestPatcher import ManifestPatcher
|
||||||
|
|
||||||
|
|
||||||
|
class TestManifestPatcher(unittest.TestCase):
|
||||||
|
def setUp(self):
|
||||||
|
self.patcher = ManifestPatcher('somePath')
|
||||||
|
|
||||||
|
def test_parseRawName(self):
|
||||||
|
nameInfo1 = self.patcher.parseRawName('simpleName')
|
||||||
|
self.assertEqual(None, nameInfo1['prefix'])
|
||||||
|
self.assertEqual('simpleName', nameInfo1['original_name'])
|
||||||
|
|
||||||
|
nameInfo2 = self.patcher.parseRawName('prefix:originalName')
|
||||||
|
self.assertEqual('prefix', nameInfo2['prefix'])
|
||||||
|
self.assertEqual('originalName', nameInfo2['original_name'])
|
||||||
|
|
||||||
|
def test_fetchName(self):
|
||||||
|
nameInfo = {
|
||||||
|
'prefix': 'android',
|
||||||
|
'original_name': 'MyName'
|
||||||
|
}
|
||||||
|
|
||||||
|
name = self.patcher.fetchName(nameInfo)
|
||||||
|
self.assertEqual('{http://schemas.android.com/apk/res/android}MyName', name)
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
import unittest
|
||||||
|
from utils.XmlPatcher import XmlPatcher
|
||||||
|
|
||||||
|
|
||||||
|
class TestXmlPatcher(unittest.TestCase):
|
||||||
|
def setUp(self):
|
||||||
|
self.patcher = XmlPatcher('somePath')
|
||||||
|
|
||||||
|
def test_getNameWithNs(self):
|
||||||
|
name = self.patcher.getNameWithNs('OriginalName', 'http://namespace')
|
||||||
|
self.assertEqual('{http://namespace}OriginalName', name)
|
||||||
|
|
@ -1,10 +1,17 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
|
|
||||||
|
|
||||||
class BaseBackupCommand:
|
class BaseBackupCommand(CommandBase):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackup):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
|
assert ignoreBackup is not None
|
||||||
|
|
||||||
|
self.backupIgnore = ['.git', '.gitignore', '.DS_Store', 'backup']
|
||||||
|
self.backupIgnore.extend(ignoreBackup)
|
||||||
|
|
||||||
self.folderPath = '.'
|
self.folderPath = '.'
|
||||||
|
|
||||||
# вычислять абсолютные пути надо на этапе создания комманды
|
# вычислять абсолютные пути надо на этапе создания комманды
|
||||||
|
|
@ -12,7 +19,6 @@ class BaseBackupCommand:
|
||||||
self.srcAbsDirPath = self.getAbsSrc()
|
self.srcAbsDirPath = self.getAbsSrc()
|
||||||
self.backupDirAbsPath = self.getAbsDst()
|
self.backupDirAbsPath = self.getAbsDst()
|
||||||
|
|
||||||
self.backupIgnore = ['.git', '.gitignore', '.DS_Store', 'backup']
|
|
||||||
|
|
||||||
def getAbsSrc(self):
|
def getAbsSrc(self):
|
||||||
return self.getAbs(self.folderPath)
|
return self.getAbs(self.folderPath)
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ from commands.BaseBackupCommand.BaseBackupCommand import BaseBackupCommand
|
||||||
|
|
||||||
|
|
||||||
class CreateBackupCommand(BaseBackupCommand):
|
class CreateBackupCommand(BaseBackupCommand):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackup):
|
||||||
BaseBackupCommand.__init__(self)
|
BaseBackupCommand.__init__(self, ignoreBackup)
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
#if os.path.exists(self.backupDirAbsPath):
|
#if os.path.exists(self.backupDirAbsPath):
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ from commands.BaseBackupCommand.BaseBackupCommand import BaseBackupCommand
|
||||||
|
|
||||||
|
|
||||||
class DeleteBackupCommand(BaseBackupCommand):
|
class DeleteBackupCommand(BaseBackupCommand):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackup):
|
||||||
BaseBackupCommand.__init__(self)
|
BaseBackupCommand.__init__(self, ignoreBackup)
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
if not os.path.exists(self.backupDirAbsPath):
|
if not os.path.exists(self.backupDirAbsPath):
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ from commands.BaseBackupCommand.BaseBackupCommand import BaseBackupCommand
|
||||||
|
|
||||||
|
|
||||||
class RestoreBackupCommand(BaseBackupCommand):
|
class RestoreBackupCommand(BaseBackupCommand):
|
||||||
def __init__(self):
|
def __init__(self, ignoreBackup):
|
||||||
BaseBackupCommand.__init__(self)
|
BaseBackupCommand.__init__(self, ignoreBackup)
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
if not os.path.exists(self.backupDirAbsPath):
|
if not os.path.exists(self.backupDirAbsPath):
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
from subprocess import call
|
from commands.ShellCommandBase import ShellCommandBase
|
||||||
|
|
||||||
|
|
||||||
class CleanBuildCommandBase:
|
class CleanBuildCommandBase(ShellCommandBase):
|
||||||
def __init__(self, commandPattern, pathToBuildUtil, slnPath, slnConfig):
|
def __init__(self, commandPattern, pathToBuildUtil, slnPath, slnConfig):
|
||||||
|
ShellCommandBase.__init__(self)
|
||||||
|
|
||||||
assert commandPattern is not None
|
assert commandPattern is not None
|
||||||
assert pathToBuildUtil is not None
|
assert pathToBuildUtil is not None
|
||||||
assert slnPath is not None
|
assert slnPath is not None
|
||||||
|
|
@ -15,4 +17,5 @@ class CleanBuildCommandBase:
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
cmdText = self.__commandPattern.format(self.__pathToBuildUtil, self.__slnConfig, self.__slnPath)
|
cmdText = self.__commandPattern.format(self.__pathToBuildUtil, self.__slnConfig, self.__slnPath)
|
||||||
call(cmdText, shell=True)
|
|
||||||
|
self.executeShell(cmdText)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
from commands.ShellCommandBase import ShellCommandBase
|
||||||
|
|
||||||
|
|
||||||
|
class SignApkCommand(ShellCommandBase):
|
||||||
|
def __init__(self, pathToBuildUtil, slnPath, slnConfig, projectName):
|
||||||
|
ShellCommandBase.__init__(self)
|
||||||
|
|
||||||
|
assert pathToBuildUtil is not None
|
||||||
|
assert slnPath is not None
|
||||||
|
assert slnConfig is not None
|
||||||
|
assert projectName is not None
|
||||||
|
|
||||||
|
self.pathToBuildUtil = pathToBuildUtil
|
||||||
|
self.slnPath = slnPath
|
||||||
|
self.slnConfig = slnConfig
|
||||||
|
self.projectName = projectName
|
||||||
|
|
||||||
|
self.commandPattern = '{0} -v build "--configuration:{1}" "--project:{2}" /t:SignAndroidPackage "{3}"'
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
cmdText = self.commandPattern.format(self.pathToBuildUtil, self.slnConfig, self.projectName, self.slnPath)
|
||||||
|
print cmdText
|
||||||
|
self.executeShell(cmdText)
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
import abc
|
||||||
|
|
||||||
|
|
||||||
|
class CommandBase(object):
|
||||||
|
__metaclass__ = abc.ABCMeta
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@abc.abstractmethod
|
||||||
|
def execute(self):
|
||||||
|
pass
|
||||||
|
|
@ -1,8 +1,12 @@
|
||||||
import shutil
|
import shutil
|
||||||
import os
|
import os
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
|
|
||||||
class CopyCommand:
|
|
||||||
|
class CopyCommand(CommandBase):
|
||||||
def __init__(self, copyArguments):
|
def __init__(self, copyArguments):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
assert copyArguments is not None
|
assert copyArguments is not None
|
||||||
|
|
||||||
self.__copyArguments = copyArguments
|
self.__copyArguments = copyArguments
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,10 @@
|
||||||
from commands.ShCommand import ShCommand
|
from commands.ShTextCommand import ShTextCommand
|
||||||
|
|
||||||
|
|
||||||
class MakeDirsCommand:
|
class MakeDirsCommand(ShTextCommand):
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
assert path is not None
|
assert path is not None
|
||||||
|
self.path = path
|
||||||
|
|
||||||
self.__path = path
|
cmdText = "mkdir -p '{0}'".format(self.path)
|
||||||
|
ShTextCommand.__init__(self, cmdText)
|
||||||
def execute(self):
|
|
||||||
cmdText = "mkdir -p '{0}'".format(self.__path)
|
|
||||||
innerCommand = ShCommand(cmdText)
|
|
||||||
innerCommand.execute()
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
import utils.CsprojPatcher as csproj
|
import utils.CsprojPatcher as csproj
|
||||||
|
|
||||||
class PatchCsprojCommand():
|
class PatchCsprojCommand(CommandBase):
|
||||||
def __init__(self, csprojAbsPath, key, value, slnConfig):
|
def __init__(self, csprojAbsPath, key, value, slnConfig):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
assert csprojAbsPath is not None
|
assert csprojAbsPath is not None
|
||||||
assert key is not None
|
assert key is not None
|
||||||
assert value is not None
|
assert value is not None
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
from utils.InfoPlistPatcher import InfoPlistPatcher
|
from utils.InfoPlistPatcher import InfoPlistPatcher
|
||||||
|
|
||||||
|
|
||||||
class PatchInfoPlistCommand():
|
class PatchInfoPlistCommand(CommandBase):
|
||||||
def __init__(self, pathToPlist, key, value):
|
def __init__(self, pathToPlist, key, value):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
assert pathToPlist is not None
|
assert pathToPlist is not None
|
||||||
assert key is not None
|
assert key is not None
|
||||||
assert value is not None
|
assert value is not None
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
|
from utils.ManifestPatcher import ManifestPatcher
|
||||||
|
|
||||||
|
|
||||||
|
class PatchManifestCommand(CommandBase):
|
||||||
|
def __init__(self, pathToManifest, key, value):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
|
assert pathToManifest is not None
|
||||||
|
assert key is not None
|
||||||
|
assert value is not None
|
||||||
|
|
||||||
|
self.pathToManifest = pathToManifest
|
||||||
|
self.key = key
|
||||||
|
self.value = value
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
patcher = ManifestPatcher(self.pathToManifest)
|
||||||
|
|
||||||
|
patcher.AddOrReplaceManifestAtr(self.key, self.value)
|
||||||
|
|
@ -1,14 +1,17 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
from utils.SlnPatcher import SlnPatcher
|
from utils.SlnPatcher import SlnPatcher
|
||||||
|
|
||||||
|
|
||||||
class RemoveProjectCommand:
|
class RemoveProjectCommand(CommandBase):
|
||||||
def __init__(self, slnPath, projectName):
|
def __init__(self, slnPath, projectNames):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
assert slnPath is not None
|
assert slnPath is not None
|
||||||
assert projectName is not None
|
assert projectNames is not None
|
||||||
|
|
||||||
self.__slnPath = slnPath
|
self.__slnPath = slnPath
|
||||||
self.__projectName = projectName
|
self.projectNames = projectNames
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
patcher = SlnPatcher(self.__slnPath)
|
patcher = SlnPatcher(self.__slnPath)
|
||||||
patcher.removeProjects([self.__projectName])
|
patcher.removeProjects(self.projectNames)
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
from subprocess import call
|
|
||||||
|
|
||||||
|
|
||||||
class ShCommand:
|
|
||||||
def __init__(self, commandText):
|
|
||||||
assert commandText is not None
|
|
||||||
|
|
||||||
self.__commandText = commandText
|
|
||||||
|
|
||||||
def execute(self):
|
|
||||||
call(self.__commandText, shell=True)
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
from commands.ShellCommandBase import ShellCommandBase
|
||||||
|
|
||||||
|
|
||||||
|
class ShTextCommand(ShellCommandBase):
|
||||||
|
def __init__(self, commandText):
|
||||||
|
ShellCommandBase.__init__(self)
|
||||||
|
assert commandText is not None
|
||||||
|
|
||||||
|
self.commandText = commandText
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
self.executeShell(self.commandText)
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
|
from subprocess import call
|
||||||
|
|
||||||
|
|
||||||
|
class ShellCommandBase(CommandBase):
|
||||||
|
def __init__(self):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
|
def executeShell(self, commandText):
|
||||||
|
assert commandText is not None
|
||||||
|
|
||||||
|
retCode = call(commandText, shell=True)
|
||||||
|
|
||||||
|
if retCode != 0:
|
||||||
|
msg = 'problem with shell command: {0}'.format(commandText)
|
||||||
|
raise Exception(msg)
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
|
from commands.CommandBase import CommandBase
|
||||||
from utils.TestflightPublisher import TestFlightPublisher
|
from utils.TestflightPublisher import TestFlightPublisher
|
||||||
|
|
||||||
|
|
||||||
class TestflightCommand:
|
class TestflightCommand(CommandBase):
|
||||||
def __init__(self, pathToFile, api_token, team_token, notes):
|
def __init__(self, pathToFile, api_token, team_token, notes):
|
||||||
|
CommandBase.__init__(self)
|
||||||
|
|
||||||
assert pathToFile is not None
|
assert pathToFile is not None
|
||||||
|
|
||||||
self.__pathToFile = pathToFile
|
self.__pathToFile = pathToFile
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class CleanBuildParser(LineParser):
|
class CleanBuildParser(LineParser):
|
||||||
|
|
@ -8,7 +9,7 @@ class CleanBuildParser(LineParser):
|
||||||
LineParser.__init__(self)
|
LineParser.__init__(self)
|
||||||
assert commandToken is not None
|
assert commandToken is not None
|
||||||
|
|
||||||
self.__commandToken = commandToken
|
self.commandToken = commandToken
|
||||||
|
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
@ -16,7 +17,8 @@ class CleanBuildParser(LineParser):
|
||||||
filePathRegexp = r"'(?P<path>[./ a-zA-Z]+\.sln)'"
|
filePathRegexp = r"'(?P<path>[./ a-zA-Z]+\.sln)'"
|
||||||
slnConfigRegexp = r"'(?P<config>[a-zA-Z|]+)'$"
|
slnConfigRegexp = r"'(?P<config>[a-zA-Z|]+)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith(self.__commandToken) + filePathRegexp + self.keywordToken('for') + slnConfigRegexp
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith(self.commandToken) + filePathRegexp + rb.keywordToken('for') + slnConfigRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
@ -30,5 +32,5 @@ class CleanBuildParser(LineParser):
|
||||||
def isValidLine(self, line):
|
def isValidLine(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
isValid = line.startswith(self.__commandToken)
|
isValid = line.startswith(self.commandToken)
|
||||||
return isValid
|
return isValid
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ import re
|
||||||
|
|
||||||
from parsers.CopyParser.CopyArguments import CopyArguments
|
from parsers.CopyParser.CopyArguments import CopyArguments
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class CopyLineParser(LineParser):
|
class CopyLineParser(LineParser):
|
||||||
|
|
@ -15,7 +16,8 @@ class CopyLineParser(LineParser):
|
||||||
srcFileNameRegexp = r"'(?P<src>[^']+)'"
|
srcFileNameRegexp = r"'(?P<src>[^']+)'"
|
||||||
dstFileNameRegexp = r"'(?P<dst>[^']+)'$"
|
dstFileNameRegexp = r"'(?P<dst>[^']+)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith('copy') + srcFileNameRegexp + self.keywordToken('to') + dstFileNameRegexp
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('copy') + srcFileNameRegexp + rb.keywordToken('to') + dstFileNameRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
import re
|
import re
|
||||||
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class InsideCsprojSetParser(InsideParserBase):
|
class InsideCsprojSetParser(InsideParserBase):
|
||||||
|
|
@ -23,8 +24,9 @@ class InsideCsprojSetParser(InsideParserBase):
|
||||||
valueRegexp = r"'(?P<value>[^']+)'"
|
valueRegexp = r"'(?P<value>[^']+)'"
|
||||||
slnConfigRegexp = r"'(?P<config>[a-zA-Z|]*)'$"
|
slnConfigRegexp = r"'(?P<config>[a-zA-Z|]*)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith('inside') + self.filePathRegexp + self.keywordToken('set') + keyRegexp + \
|
rb = RegexpBuilder()
|
||||||
self.keywordToken('to') + valueRegexp + self.keywordToken('for') + slnConfigRegexp
|
regexpSource = rb.startsWith('inside') + self.filePathRegexp + rb.keywordToken('set') + keyRegexp + \
|
||||||
|
rb.keywordToken('to') + valueRegexp + rb.keywordToken('for') + slnConfigRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,7 @@ import abc
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
|
||||||
|
|
||||||
class InsideParserBase(object, LineParser):
|
class InsideParserBase(LineParser):
|
||||||
__metaclass__ = abc.ABCMeta
|
|
||||||
|
|
||||||
def __init__(self, fileExt):
|
def __init__(self, fileExt):
|
||||||
LineParser.__init__(self)
|
LineParser.__init__(self)
|
||||||
|
|
||||||
|
|
@ -14,7 +12,7 @@ class InsideParserBase(object, LineParser):
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
"Not implemented"
|
# "Not implemented"
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
def fetchMatchFor(self, text):
|
def fetchMatchFor(self, text):
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
import re
|
import re
|
||||||
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
from parsers.ValuesStriper import ValuesStripper
|
||||||
|
|
||||||
|
|
||||||
class InsideRemoveParser(InsideParserBase):
|
class InsideRemoveParser(InsideParserBase):
|
||||||
|
|
@ -10,18 +12,33 @@ class InsideRemoveParser(InsideParserBase):
|
||||||
match = self.fetchMatchFor(line)
|
match = self.fetchMatchFor(line)
|
||||||
|
|
||||||
filePath = match.group('file')
|
filePath = match.group('file')
|
||||||
projectName = match.group('project')
|
projectNames = match.group('projects')
|
||||||
|
|
||||||
return filePath, projectName
|
names = self.parseNames(projectNames)
|
||||||
|
result = {
|
||||||
|
'file_path': filePath,
|
||||||
|
'names': names
|
||||||
|
}
|
||||||
|
|
||||||
|
return result
|
||||||
|
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
filePathRegexp = r"'(?P<file>[./ a-zA-Z]+\.{0})'".format(self.fileExt)
|
filePathRegexp = r"'(?P<file>[./ a-zA-Z]+\.{0})'".format(self.fileExt)
|
||||||
projectNameRegexp = r'(?P<project>[.a-zA-Z]+)'
|
projectNameRegexp = r"'(?P<projects>[^']+)'"
|
||||||
|
|
||||||
regexpSource = self.startsWith('inside') + filePathRegexp + self.keywordToken('remove') + projectNameRegexp + self.spaceEndsWith('project')
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('inside') + filePathRegexp + rb.keywordToken('remove') + projectNameRegexp + \
|
||||||
|
rb.spaceEndsWith('project(s)?')
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
return match, regexpSource
|
return match, regexpSource
|
||||||
|
|
||||||
|
def parseNames(self, namesStr):
|
||||||
|
|
||||||
|
vs = ValuesStripper()
|
||||||
|
names = vs.strip(namesStr)
|
||||||
|
|
||||||
|
return names
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
import re
|
import re
|
||||||
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
from parsers.ValuesStriper import ValuesStripper
|
||||||
|
|
||||||
|
|
||||||
class InsideSetArrayParser(InsideParserBase):
|
class InsideSetArrayParser(InsideParserBase):
|
||||||
|
|
@ -25,8 +27,9 @@ class InsideSetArrayParser(InsideParserBase):
|
||||||
keyRegexp = r'(?P<key>[a-zA-Z]+)'
|
keyRegexp = r'(?P<key>[a-zA-Z]+)'
|
||||||
valueRegexp = r"'(?P<values>[^']+)'$"
|
valueRegexp = r"'(?P<values>[^']+)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith('inside') + self.filePathRegexp + self.keywordToken('set') + keyRegexp + \
|
rb = RegexpBuilder()
|
||||||
self.keywordToken('with') + self.than('values') + valueRegexp
|
regexpSource = rb.startsWith('inside') + self.filePathRegexp + rb.keywordToken('set') + keyRegexp + \
|
||||||
|
rb.keywordToken('with') + rb.than('values') + valueRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
@ -37,5 +40,7 @@ class InsideSetArrayParser(InsideParserBase):
|
||||||
assert valuesStr is not None
|
assert valuesStr is not None
|
||||||
assert len(valuesStr) > 0
|
assert len(valuesStr) > 0
|
||||||
|
|
||||||
values = valuesStr.split(':')
|
vs = ValuesStripper()
|
||||||
|
values = vs.strip(valuesStr)
|
||||||
|
|
||||||
return values
|
return values
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
import re
|
import re
|
||||||
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
from parsers.InsideParser.InsideParserBase import InsideParserBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class InsideSetParser(InsideParserBase):
|
class InsideSetParser(InsideParserBase):
|
||||||
|
|
@ -18,11 +19,12 @@ class InsideSetParser(InsideParserBase):
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
keyRegexp = r'(?P<key>[a-zA-Z]+)'
|
keyRegexp = r'(?P<key>\S+)'
|
||||||
valueRegexp = r"'(?P<value>[^']+)'$"
|
valueRegexp = r"'(?P<value>[^']+)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith('inside') + self.filePathRegexp + self.keywordToken('set') + keyRegexp + \
|
rb = RegexpBuilder()
|
||||||
self.keywordToken('to') + valueRegexp
|
regexpSource = rb.startsWith('inside') + self.filePathRegexp + rb.keywordToken('set') + keyRegexp + \
|
||||||
|
rb.keywordToken('to') + valueRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,18 @@
|
||||||
import re
|
import re
|
||||||
import os
|
|
||||||
from parsers.CopyParser.CopyArguments import CopyArguments
|
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class InstallProfileParser(LineParser):
|
class InstallProfileParser(LineParser):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
LineParser.__init__(self)
|
LineParser.__init__(self)
|
||||||
self.__copyArguments = CopyArguments()
|
|
||||||
self.__profileStorageDir = '~/Library/MobileDevice/Provisioning Profiles/'
|
|
||||||
|
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
|
rb = RegexpBuilder()
|
||||||
profilePathRegexp = r"'(?P<path>[^']+)'$"
|
profilePathRegexp = r"'(?P<path>[^']+)'$"
|
||||||
regexpSource = self.startsWith('install') + self.than('profile') + profilePathRegexp
|
regexpSource = rb.startsWith('install') + rb.than('profile') + profilePathRegexp
|
||||||
|
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
|
|
@ -22,13 +20,13 @@ class InstallProfileParser(LineParser):
|
||||||
self._guardMatch(match, line, regexpSource)
|
self._guardMatch(match, line, regexpSource)
|
||||||
|
|
||||||
srcPath = match.group('path')
|
srcPath = match.group('path')
|
||||||
dstPath = self.getDestinationPath(srcPath)
|
return srcPath
|
||||||
|
|
||||||
self.__copyArguments.setArguments(srcPath, dstPath)
|
def isValidLine(self, line):
|
||||||
return self.__copyArguments
|
rb = RegexpBuilder()
|
||||||
|
|
||||||
def getDestinationPath(self, sourcePath):
|
regexpSource = rb.startsWith('install') + rb.than('profile')
|
||||||
profileFileName = os.path.basename(sourcePath)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
destination = os.path.join(self.__profileStorageDir, profileFileName)
|
|
||||||
|
|
||||||
return destination
|
match = regexp.match(line)
|
||||||
|
return match is not None
|
||||||
|
|
|
||||||
|
|
@ -1,35 +1,20 @@
|
||||||
|
import abc
|
||||||
|
|
||||||
|
|
||||||
class LineParser:
|
class LineParser:
|
||||||
|
__metaclass__ = abc.ABCMeta
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@abc.abstractmethod
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
assert line is not None
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@abc.abstractmethod
|
||||||
def isValidLine(self, line):
|
def isValidLine(self, line):
|
||||||
assert line is not None
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def keywordToken(self, keyword):
|
|
||||||
assert keyword is not None
|
|
||||||
return r'\s+' + keyword + r'\s+'
|
|
||||||
|
|
||||||
def startsWith(self, keyword):
|
|
||||||
assert keyword is not None
|
|
||||||
return r'^' + keyword + r'\s+'
|
|
||||||
|
|
||||||
def spaceEndsWith(self, keyword):
|
|
||||||
assert keyword is not None
|
|
||||||
return r'\s+' + keyword + '$'
|
|
||||||
|
|
||||||
def endsWith(self, keyword):
|
|
||||||
assert keyword is not None
|
|
||||||
return keyword + '$'
|
|
||||||
|
|
||||||
def than(self, keyword):
|
|
||||||
assert keyword is not None
|
|
||||||
return keyword + r'\s+'
|
|
||||||
|
|
||||||
def _guardMatch(self, match_object, source, regexpSource = None):
|
def _guardMatch(self, match_object, source, regexpSource = None):
|
||||||
if match_object is None:
|
if match_object is None:
|
||||||
msg = 'Recognition exception: "{0}" for "{1}"'.format(source, regexpSource)
|
msg = 'Recognition exception: "{0}" for "{1}"'.format(source, regexpSource)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class MakeDirsParser(LineParser):
|
class MakeDirsParser(LineParser):
|
||||||
|
|
@ -10,7 +11,8 @@ class MakeDirsParser(LineParser):
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
pathRegexp = r"'(?P<path>[^']+)'$"
|
pathRegexp = r"'(?P<path>[^']+)'$"
|
||||||
|
|
||||||
regexpSource = self.startsWith('create dirs') + pathRegexp
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('create dirs') + pathRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class CreateBackupParser(ParserBackupBase):
|
class CreateBackupParser(ParserBackupBase):
|
||||||
|
|
@ -10,7 +11,8 @@ class CreateBackupParser(ParserBackupBase):
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
regexpSource = self.startsWith('create') + self.endsWith('backup')
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('create') + rb.endsWith('backup')
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class DeleteBackupParser(ParserBackupBase):
|
class DeleteBackupParser(ParserBackupBase):
|
||||||
|
|
@ -10,7 +11,8 @@ class DeleteBackupParser(ParserBackupBase):
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
regexpSource = self.startsWith('delete') + self.endsWith('backup')
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('delete') + rb.endsWith('backup')
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
from parsers.ParserBackup.ParserBackupBase import ParserBackupBase
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class RestoreBackupParser(ParserBackupBase):
|
class RestoreBackupParser(ParserBackupBase):
|
||||||
|
|
@ -10,7 +11,8 @@ class RestoreBackupParser(ParserBackupBase):
|
||||||
def getMatchInfo(self, line):
|
def getMatchInfo(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
regexpSource = self.startsWith('restore') + self.than('from') + self.endsWith('backup')
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = rb.startsWith('restore') + rb.than('from') + rb.endsWith('backup')
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
class RegexpBuilder:
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def keywordToken(self, keyword):
|
||||||
|
assert keyword is not None
|
||||||
|
return r'\s+' + keyword + r'\s+'
|
||||||
|
|
||||||
|
def startsWith(self, keyword):
|
||||||
|
assert keyword is not None
|
||||||
|
return r'^' + keyword + r'\s+'
|
||||||
|
|
||||||
|
def spaceEndsWith(self, keyword):
|
||||||
|
assert keyword is not None
|
||||||
|
return r'\s+' + keyword + '$'
|
||||||
|
|
||||||
|
def endsWith(self, keyword):
|
||||||
|
assert keyword is not None
|
||||||
|
return keyword + '$'
|
||||||
|
|
||||||
|
def than(self, keyword):
|
||||||
|
assert keyword is not None
|
||||||
|
return keyword + r'\s+'
|
||||||
|
|
@ -26,18 +26,41 @@ class SettingsLineParser(LineParser):
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
def isValidLine(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
return '=' in line
|
||||||
|
|
||||||
def splitToPathAndValue(self, line):
|
def splitToPathAndValue(self, line):
|
||||||
|
# some.path = some_value
|
||||||
|
result = line.split('=')
|
||||||
|
|
||||||
propPathRegexp = r"^(?P<prop_path>[\w.]+)"
|
propPath = self.getPropertyPath(result[0])
|
||||||
valueRegexp = "'(?P<value>.*)'"
|
value = self.getValue(result[1])
|
||||||
|
|
||||||
regexpSource = propPathRegexp + r'\s*=\s*' + valueRegexp
|
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
|
||||||
|
|
||||||
match = regexp.match(line)
|
|
||||||
self._guardMatch(match, line, regexpSource)
|
|
||||||
|
|
||||||
propPath = match.group('prop_path')
|
|
||||||
value = match.group('value')
|
|
||||||
|
|
||||||
return propPath, value
|
return propPath, value
|
||||||
|
|
||||||
|
def getPropertyPath(self, rawPropertyPath):
|
||||||
|
assert rawPropertyPath is not None
|
||||||
|
stripped = rawPropertyPath.strip()
|
||||||
|
|
||||||
|
propPathRegexp = r"^(?P<prop_path>[\w.]+)$"
|
||||||
|
regexp = re.compile(propPathRegexp, re.UNICODE)
|
||||||
|
|
||||||
|
match = regexp.match(stripped)
|
||||||
|
self._guardMatch(match, stripped, propPathRegexp)
|
||||||
|
|
||||||
|
propPath = match.group('prop_path')
|
||||||
|
return propPath
|
||||||
|
|
||||||
|
def getValue(self, rawValue):
|
||||||
|
assert rawValue is not None
|
||||||
|
stripped = rawValue.strip()
|
||||||
|
|
||||||
|
old = stripped
|
||||||
|
stripped = stripped.strip("'")
|
||||||
|
|
||||||
|
if old == stripped:
|
||||||
|
stripped = stripped.strip('"')
|
||||||
|
|
||||||
|
return stripped
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class ShParser(LineParser):
|
class ShParser(LineParser):
|
||||||
|
|
@ -10,9 +11,10 @@ class ShParser(LineParser):
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
assert line
|
assert line
|
||||||
|
|
||||||
|
rb = RegexpBuilder()
|
||||||
cmdTextRegexp = r'(?P<text>.*)'
|
cmdTextRegexp = r'(?P<text>.*)'
|
||||||
|
|
||||||
regexpSource = self.startsWith('sh') + cmdTextRegexp
|
regexpSource = rb.startsWith('sh') + cmdTextRegexp
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,40 @@
|
||||||
|
import re
|
||||||
|
from parsers.LineParser import LineParser
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
|
class SignApkParser(LineParser):
|
||||||
|
def __init__(self):
|
||||||
|
LineParser.__init__(self)
|
||||||
|
|
||||||
|
def parseLine(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
filePathRegexp = r"'(?P<path>[./ a-zA-Z]+\.sln)'"
|
||||||
|
slnConfigRegexp = r"'(?P<config>[a-zA-Z|]+)'"
|
||||||
|
projectRegexp = r"'(?P<project>[.a-zA-Z]+)'$"
|
||||||
|
|
||||||
|
rb = RegexpBuilder()
|
||||||
|
rSrc = rb.startsWith('sign') + rb.than('android') + filePathRegexp + rb.keywordToken('for') + slnConfigRegexp +\
|
||||||
|
rb.keywordToken('project') + projectRegexp
|
||||||
|
regexp = re.compile(rSrc, re.UNICODE)
|
||||||
|
|
||||||
|
match = regexp.match(line)
|
||||||
|
self._guardMatch(match, line, rSrc)
|
||||||
|
|
||||||
|
path = match.group('path')
|
||||||
|
slnConfig = match.group('config')
|
||||||
|
project = match.group('project')
|
||||||
|
|
||||||
|
return path, slnConfig, project
|
||||||
|
|
||||||
|
def isValidLine(self, line):
|
||||||
|
assert line is not None
|
||||||
|
|
||||||
|
rb = RegexpBuilder()
|
||||||
|
rSrc = rb.startsWith('sign') + rb.than('android')
|
||||||
|
|
||||||
|
regexp = re.compile(rSrc, re.UNICODE)
|
||||||
|
match = regexp.match(line)
|
||||||
|
|
||||||
|
return match is not None
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
from parsers.LineParser import LineParser
|
from parsers.LineParser import LineParser
|
||||||
import re
|
import re
|
||||||
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class TestflightParser(LineParser):
|
class TestflightParser(LineParser):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
@ -8,15 +10,17 @@ class TestflightParser(LineParser):
|
||||||
def parseLine(self, line):
|
def parseLine(self, line):
|
||||||
assert line is not None
|
assert line is not None
|
||||||
|
|
||||||
|
rb = RegexpBuilder()
|
||||||
|
|
||||||
notesRegexp = r"'(?P<notes>[^']+)'"
|
notesRegexp = r"'(?P<notes>[^']+)'"
|
||||||
apiTokenRegexp = r"'(?P<api_token>[^']+)'"
|
apiTokenRegexp = r"'(?P<api_token>[^']+)'"
|
||||||
teamTokenRegexp = r"'(?P<team_token>[^']+)'"
|
teamTokenRegexp = r"'(?P<team_token>[^']+)'"
|
||||||
filePathRegexp = r"'(?P<path>[^']+)'"
|
filePathRegexp = r"'(?P<path>[^']+)'"
|
||||||
|
|
||||||
regexpSource = self.startsWith('publish') + filePathRegexp + self.keywordToken('to') + self.than('testflight') + \
|
regexpSource = rb.startsWith('publish') + filePathRegexp + rb.keywordToken('to') + rb.than('testflight') + \
|
||||||
self.than('notes') + self.than('=') + notesRegexp + \
|
rb.than('notes') + rb.than('=') + notesRegexp + \
|
||||||
self.keywordToken('api_token') + self.than('=') + apiTokenRegexp + \
|
rb.keywordToken('api_token') + rb.than('=') + apiTokenRegexp + \
|
||||||
self.keywordToken('team_token') + self.than('=') + teamTokenRegexp
|
rb.keywordToken('team_token') + rb.than('=') + teamTokenRegexp
|
||||||
|
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
class ValuesStripper:
|
||||||
|
def __init__(self, separator=':'):
|
||||||
|
assert separator is not None
|
||||||
|
|
||||||
|
self.separator = separator
|
||||||
|
|
||||||
|
def strip(self, valueStr):
|
||||||
|
assert valueStr is not None
|
||||||
|
|
||||||
|
rawValues = valueStr.split(self.separator)
|
||||||
|
values = [name.strip() for name in rawValues]
|
||||||
|
|
||||||
|
return values
|
||||||
|
|
@ -24,5 +24,6 @@ print 'current working dir: {0}'.format(baseDirAbsPath)
|
||||||
#import Tests.ManualTests.install_profile
|
#import Tests.ManualTests.install_profile
|
||||||
#import Tests.ManualTests.macros_include_test
|
#import Tests.ManualTests.macros_include_test
|
||||||
#import Tests.ManualTests.resolve_settings
|
#import Tests.ManualTests.resolve_settings
|
||||||
|
#import Tests.ManualTests.infoPlistMultipleValues_test
|
||||||
|
|
||||||
import Tests.ManualTests.infoPlistMultipleValues_test
|
import Tests.ManualTests.manifest_test
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
sh echo 'This is default steps file'
|
||||||
|
|
@ -26,17 +26,18 @@ scriptDir = os.path.dirname(scriptFilePath)
|
||||||
|
|
||||||
|
|
||||||
class TaskRunner:
|
class TaskRunner:
|
||||||
def __init__(self, settingsProvider, fileContentProvider, buildConfigProvider, linePreprocessor):
|
def __init__(self, settingsProvider, fileContentProvider, buildConfigProvider, linePreprocessor, defaults):
|
||||||
assert settingsProvider is not None
|
assert settingsProvider is not None
|
||||||
assert fileContentProvider is not None
|
assert fileContentProvider is not None
|
||||||
assert buildConfigProvider is not None
|
assert buildConfigProvider is not None
|
||||||
assert linePreprocessor is not None
|
assert linePreprocessor is not None
|
||||||
|
assert defaults is not None
|
||||||
|
|
||||||
self.settingsProvider = settingsProvider
|
self.settingsProvider = settingsProvider
|
||||||
self.fileContentProvider = fileContentProvider
|
self.fileContentProvider = fileContentProvider
|
||||||
self.configsProvider = buildConfigProvider
|
self.configsProvider = buildConfigProvider
|
||||||
self.linePreprocessor = linePreprocessor
|
self.linePreprocessor = linePreprocessor
|
||||||
|
self.defaults = defaults
|
||||||
|
|
||||||
macroProcessor = MacroProcessor()
|
macroProcessor = MacroProcessor()
|
||||||
self.valueProvider = ValueProvider()
|
self.valueProvider = ValueProvider()
|
||||||
|
|
@ -68,7 +69,7 @@ class TaskRunner:
|
||||||
stepsRunner.run(content)
|
stepsRunner.run(content)
|
||||||
|
|
||||||
def getStepsContent(self, config):
|
def getStepsContent(self, config):
|
||||||
pathToSteps = config['steps']
|
pathToSteps = config.get('steps', self.defaults['steps'])
|
||||||
|
|
||||||
content = self.fileContentProvider.fetchContent(pathToSteps)
|
content = self.fileContentProvider.fetchContent(pathToSteps)
|
||||||
content = self.textPreprocessor.processText(content, self.textPreprocessor)
|
content = self.textPreprocessor.processText(content, self.textPreprocessor)
|
||||||
|
|
@ -77,8 +78,18 @@ class TaskRunner:
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
|
defaults = {
|
||||||
|
'settings': 'settings.txt',
|
||||||
|
'builder_path': scriptDir,
|
||||||
|
'steps': os.path.join(scriptDir, 'steps.txt')
|
||||||
|
}
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
overrideArgs = parser.parse_known_args()[1]
|
parser.add_argument('--settings', required=False)
|
||||||
|
allArgs = parser.parse_known_args()
|
||||||
|
|
||||||
|
knownArgs = allArgs[0]
|
||||||
|
overrideArgs = allArgs[1]
|
||||||
|
|
||||||
# компоную препроцессор для индивидуальной обработки строк (удаление комментариев и ведущих пробельных символов)
|
# компоную препроцессор для индивидуальной обработки строк (удаление комментариев и ведущих пробельных символов)
|
||||||
lineStripper = Stripper()
|
lineStripper = Stripper()
|
||||||
|
|
@ -88,7 +99,7 @@ if __name__ == "__main__":
|
||||||
linePreprocessor.addProcessor(lineStripper)
|
linePreprocessor.addProcessor(lineStripper)
|
||||||
|
|
||||||
# TODO: перенести в корень комапановки
|
# TODO: перенести в корень комапановки
|
||||||
settingsPath = 'scripts/settings.txt'
|
settingsPath = knownArgs.settings or defaults['settings']
|
||||||
fromFileSettingsProvider = FromFileSettingsProvider(settingsPath, linePreprocessor)
|
fromFileSettingsProvider = FromFileSettingsProvider(settingsPath, linePreprocessor)
|
||||||
overrideWithCmdSetProvider = CmdArgsOverriderSettingsProvider(fromFileSettingsProvider, overrideArgs, linePreprocessor)
|
overrideWithCmdSetProvider = CmdArgsOverriderSettingsProvider(fromFileSettingsProvider, overrideArgs, linePreprocessor)
|
||||||
|
|
||||||
|
|
@ -96,10 +107,10 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
buildConfigProvider = BuildConfigProvider()
|
buildConfigProvider = BuildConfigProvider()
|
||||||
predefineBuildConfigProvider = PredefinedMacrosBuildConfigProvider(buildConfigProvider)
|
predefineBuildConfigProvider = PredefinedMacrosBuildConfigProvider(buildConfigProvider)
|
||||||
predefineBuildConfigProvider.addPredefineMacro('builder_path', scriptDir)
|
predefineBuildConfigProvider.addPredefineMacro('builder_path', defaults['builder_path'])
|
||||||
|
|
||||||
resolvedBuildConfigProvider = ResolvedBuildConfigProvider(predefineBuildConfigProvider)
|
resolvedBuildConfigProvider = ResolvedBuildConfigProvider(predefineBuildConfigProvider)
|
||||||
|
|
||||||
|
|
||||||
runner = TaskRunner(overrideWithCmdSetProvider, fContentProvider, resolvedBuildConfigProvider, linePreprocessor)
|
runner = TaskRunner(overrideWithCmdSetProvider, fContentProvider, resolvedBuildConfigProvider, linePreprocessor, defaults)
|
||||||
runner.run()
|
runner.run()
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
import re
|
import re
|
||||||
from parsers.LineParser import LineParser
|
from parsers.RegexpBuilder import RegexpBuilder
|
||||||
|
|
||||||
|
|
||||||
class IncludeProcessor(LineParser):
|
class IncludeProcessor:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
LineParser.__init__(self)
|
pass
|
||||||
|
|
||||||
def getIncludesInfo(self, text):
|
def getIncludesInfo(self, text):
|
||||||
assert text is not None
|
assert text is not None
|
||||||
|
|
||||||
regexpSource = '<\s*' + self.than('include') + r"'[^']+'" + '\s*>'
|
rb = RegexpBuilder()
|
||||||
|
regexpSource = '<\s*' + rb.than('include') + r"'[^']+'" + '\s*>'
|
||||||
|
|
||||||
regexp = re.compile(regexpSource, re.UNICODE)
|
regexp = re.compile(regexpSource, re.UNICODE)
|
||||||
results = regexp.findall(text)
|
results = regexp.findall(text)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,55 @@
|
||||||
|
from utils.XmlPatcher import XmlPatcher
|
||||||
|
|
||||||
|
class ManifestPatcher(XmlPatcher):
|
||||||
|
def __init__(self, manifestPath):
|
||||||
|
assert manifestPath is not None
|
||||||
|
|
||||||
|
XmlPatcher.__init__(self, manifestPath)
|
||||||
|
|
||||||
|
self.androidNs = "http://schemas.android.com/apk/res/android"
|
||||||
|
self.androidNsPrefix = 'android'
|
||||||
|
|
||||||
|
self.namespaces[self.androidNsPrefix] = self.androidNs
|
||||||
|
self.regNamespace(self.androidNsPrefix, self.androidNs)
|
||||||
|
|
||||||
|
def AddOrReplaceManifestAtr(self, rawAtrName, atrValue):
|
||||||
|
assert rawAtrName is not None
|
||||||
|
assert atrValue is not None
|
||||||
|
|
||||||
|
tree = self.parse()
|
||||||
|
manifestElement = tree.getroot()
|
||||||
|
|
||||||
|
name = self.fetchNameByRawName(rawAtrName)
|
||||||
|
manifestElement.set(name, atrValue)
|
||||||
|
|
||||||
|
self.write(tree)
|
||||||
|
|
||||||
|
def fetchNameByRawName(self, rawName):
|
||||||
|
nameInfo = self.parseRawName(rawName)
|
||||||
|
name = self.fetchName(nameInfo)
|
||||||
|
|
||||||
|
return name
|
||||||
|
|
||||||
|
def parseRawName(self, rawName):
|
||||||
|
"""rawName=(nsPrefix:)?OriginalName
|
||||||
|
"""
|
||||||
|
|
||||||
|
result = rawName.split(':')
|
||||||
|
prefixExists = len(result) > 1
|
||||||
|
|
||||||
|
nameInfo = {
|
||||||
|
'prefix': result[0] if prefixExists else None,
|
||||||
|
'original_name': result[1] if prefixExists else result[0]
|
||||||
|
}
|
||||||
|
|
||||||
|
return nameInfo
|
||||||
|
|
||||||
|
def fetchName(self, nameInfo):
|
||||||
|
assert nameInfo is not None
|
||||||
|
|
||||||
|
nsPrefix = nameInfo['prefix']
|
||||||
|
origName = nameInfo['original_name']
|
||||||
|
|
||||||
|
namespace = self.namespaces.get(nsPrefix, None)
|
||||||
|
name = self.getNameWithNs(origName, namespace) if nsPrefix else origName
|
||||||
|
return name
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
import os
|
||||||
from Core.SettingsProviderBase import SettingsProviderBase
|
from Core.SettingsProviderBase import SettingsProviderBase
|
||||||
from parsers.SettingsParser.SettingsParser import SettingsParser
|
from parsers.SettingsParser.SettingsParser import SettingsParser
|
||||||
|
|
||||||
|
|
@ -13,6 +14,12 @@ class FromFileSettingsProvider(SettingsProviderBase):
|
||||||
self.compositeLineProcessor = compositeLineProcessor
|
self.compositeLineProcessor = compositeLineProcessor
|
||||||
|
|
||||||
def fetchSettings(self):
|
def fetchSettings(self):
|
||||||
|
if not os.path.exists(self.pathToSettings):
|
||||||
|
raise Exception('settings file {0} not found'.format(self.pathToSettings))
|
||||||
|
|
||||||
|
if not os.path.isfile(self.pathToSettings):
|
||||||
|
raise Exception('{0} is not a file'.format(self.pathToSettings))
|
||||||
|
|
||||||
settingsFile = open(self.pathToSettings)
|
settingsFile = open(self.pathToSettings)
|
||||||
content = settingsFile.read()
|
content = settingsFile.read()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
import xml.etree.ElementTree as eT
|
||||||
|
|
||||||
|
class XmlPatcher:
|
||||||
|
def __init__(self, path):
|
||||||
|
assert path is not None
|
||||||
|
|
||||||
|
self.path = path
|
||||||
|
self.namespaces = {}
|
||||||
|
|
||||||
|
def parse(self):
|
||||||
|
return eT.parse(self.path)
|
||||||
|
|
||||||
|
def write(self, tree):
|
||||||
|
tree.write(self.path, xml_declaration=True, encoding="UTF-8", method="xml")
|
||||||
|
|
||||||
|
def regNamespace(self, nsKey, nsValue):
|
||||||
|
assert nsKey is not None
|
||||||
|
assert nsValue is not None
|
||||||
|
|
||||||
|
eT.register_namespace(nsKey, nsValue)
|
||||||
|
|
||||||
|
def getNameWithNs(self, originalName, namespace):
|
||||||
|
assert originalName is not None
|
||||||
|
assert namespace is not None
|
||||||
|
|
||||||
|
# {someNamespace}OriginalName
|
||||||
|
return '{{{0}}}{1}'.format(namespace, originalName)
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
build '{@sln_path}' for '{@sln_config}'
|
||||||
|
sign android '{@sln_path}' for '{@sln_config}' project '{@csproj_name}'
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set OutputPath to '{@output_path}' for '{@sln_config}|AnyCPU'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set AssemblyName to '{@project_name}' for ''
|
||||||
|
|
||||||
|
inside '{@csproj_dir}/Properties/AndroidManifest.xml' set package to '{@package_name}'
|
||||||
|
inside '{@csproj_dir}/Properties/AndroidManifest.xml' set android:versionName to '{@version}.{@build}'
|
||||||
|
inside '{@csproj_dir}/Properties/AndroidManifest.xml' set android:versionCode to '{@version_code}'
|
||||||
|
|
||||||
|
inside '{@sln_path}' remove '{@remove_project}' project
|
||||||
|
clean '{@sln_path}' for '{@sln_config}'
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
copy '{@csproj_dir}/{@output_path}/{@package_name}-Signed.apk' to '{@publish_path}/{@output_file_name}'
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
restore from backup
|
||||||
|
create backup
|
||||||
|
|
||||||
|
<include '{@builder_path}/scripts/common/android prepare.txt'>
|
||||||
|
<include '{@builder_path}/scripts/common/android build.txt'>
|
||||||
|
|
||||||
|
#if {@teamcity_build_id}
|
||||||
|
create dirs '{@publish_path}'
|
||||||
|
sh echo '{@teamcity_build_id}' > '{@publish_path}/../{@build}.build_id'
|
||||||
|
<include '{@builder_path}/scripts/common/android publish.txt'>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
restore from backup
|
||||||
|
delete backup
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
build '{@sln_path}' for '{@sln_config}'
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
install profile 'scripts/{@provisioning_profile}.mobileprovision'
|
||||||
|
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set CodesignKey to '{@provisioning_account}' for '{@sln_config}'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set CodesignProvision to '{@provisioning_uudid}' for '{@sln_config}'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set OutputPath to '{@output_path}' for '{@sln_config}'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set IpaPackageName to '{@output_file_format}' for '{@sln_config}'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set BuildIpa to 'true' for '{@sln_config}'
|
||||||
|
inside '{@csproj_dir}/{@csproj_file_name}' set AssemblyName to '{@project_name}' for ''
|
||||||
|
|
||||||
|
inside '{@csproj_dir}/Info.plist' set CFBundleIdentifier to '{@bundle_id}'
|
||||||
|
inside '{@csproj_dir}/Info.plist' set CFBundleVersion to '{@version}.{@build}'
|
||||||
|
inside '{@csproj_dir}/Info.plist' set CFBundleShortVersionString to '{@version}'
|
||||||
|
|
||||||
|
inside '{@sln_path}' remove '{@remove_project}' project
|
||||||
|
clean '{@sln_path}' for '{@sln_config}'
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
copy '{@csproj_dir}/{@output_path}/{@output_file_format}.ipa' to '{@publish_path}/{@output_file_name}'
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
sh rm -f '{@publish_path}/{@output_file_name}'
|
||||||
|
sh cd '{@csproj_dir}/{@output_path}' && zip -y -r '{@publish_path}/{@output_file_name}' '{@csproj_name}.app'
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
restore from backup
|
||||||
|
create backup
|
||||||
|
|
||||||
|
<include '{@builder_path}/scripts/common/ios prepare.txt'>
|
||||||
|
<include '{@builder_path}/scripts/common/ios build.txt'>
|
||||||
|
|
||||||
|
#if {@teamcity_build_id}
|
||||||
|
create dirs '{@publish_path}'
|
||||||
|
sh echo '{@teamcity_build_id}' > '{@publish_path}/../{@build}.build_id'
|
||||||
|
<include '{@builder_path}/scripts/common/ios publish {@publish_step_type}.txt'>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
restore from backup
|
||||||
|
delete backup
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue