Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4f30255

Browse files
Merge branch 'master' into fixes/init-repo-fixes
2 parents 5da35e9 + 2e7f044 commit 4f30255

File tree

18 files changed

+2
-334
lines changed

18 files changed

+2
-334
lines changed

lib/Mono.Security.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
<Reference Include="ICSharpCode.SharpZipLib">
6464
<HintPath>$(SolutionDir)lib\ICSharpCode.SharpZipLib.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Mono.Security">
67-
<HintPath>$(SolutionDir)lib\Mono.Security.dll</HintPath>
68-
</Reference>
6966
<Reference Include="Mono.Posix">
7067
<HintPath>$(SolutionDir)lib\Mono.Posix.dll</HintPath>
7168
</Reference>

src/UnityExtension/Assets/Editor/GitHub.Unity/EntryPoint.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ private static void Initialize()
6464
}
6565

6666
LogHelper.LogAdapter = new MultipleLogAdapter(new FileLogAdapter(logPath)
67-
, new UnityLogAdapter()
67+
//, new UnityLogAdapter()
6868
);
6969
LogHelper.Info("Initializing GitHubForUnity:'v{0}' Unity:'v{1}'", ApplicationInfo.Version, Environment.UnityVersion);
7070

7171
ApplicationManager.Run();
7272

73-
//if (ApplicationCache.Instance.FirstRun)
73+
if (ApplicationCache.Instance.FirstRun)
7474
UpdateCheckWindow.CheckForUpdates();
7575
}
7676

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
56-
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>$(SolutionDir)\lib\Mono.Security.dll</HintPath>
58-
</Reference>
5955
<Reference Include="System" />
6056
<Reference Include="System.Core" />
6157
<Reference Include="System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL">
@@ -95,7 +91,6 @@
9591
<Compile Include="Misc\Styles.cs" />
9692
<Compile Include="Misc\Utility.cs" />
9793
<Compile Include="Services\AuthenticationService.cs" />
98-
<Compile Include="Tools\MozRoots.cs" />
9994
<Compile Include="UI\AuthenticationView.cs" />
10095
<Compile Include="UI\BranchesView.cs" />
10196
<Compile Include="UI\ChangesView.cs" />

src/UnityExtension/Assets/Editor/GitHub.Unity/Tools/MozRoots.cs

Lines changed: 0 additions & 167 deletions
This file was deleted.

src/packaging/CopyLibrariesToDevelopmentFolder/CopyLibrariesToDevelopmentFolder.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<Project>{bb6a8eda-15d8-471b-a6ed-ee551e0b3ba0}</Project>
3838
<Name>GitHub.Logging</Name>
3939
</ProjectReference>
40-
<Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>$(SolutionDir)\lib\Mono.Security.dll</HintPath>
43-
</Reference>
4440
<Reference Include="sfw.net">
4541
<HintPath>$(SolutionDir)\lib\sfw\sfw.net.dll</HintPath>
4642
<Private>True</Private>

unity/PackageProject/Assets/Plugins/GitHub/Editor/Mono.Security.dll.meta

Lines changed: 0 additions & 25 deletions
This file was deleted.

unity/PackageProject/Assets/Plugins/GitHub/Editor/PlatformResources.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

unity/PackageProject/Assets/Plugins/GitHub/Editor/PlatformResources/linux.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

unity/PackageProject/Assets/Plugins/GitHub/Editor/PlatformResources/linux/gitconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)