Skip to content

Commit 4b4df9f

Browse files
buchwasabuchwasa
authored andcommitted
initial support for m1
1 parent dc68962 commit 4b4df9f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/osx/Installer.Mac/distribution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<installer-gui-script minSpecVersion="1">
33
<title>Git Credential Manager</title>
44
<background file="background.png" mime-type="image/png" alignment="bottomleft" scaling="tofit" />
5-
<options customize="never" />
5+
<options customize="never" hostArchitectures="x86_64,arm64" />
66
<welcome file="welcome.html" mime-type="text/html" />
77
<conclusion file="conclusion.html" mime-type="text/html" />
88
<license file="LICENSE" />

src/osx/Installer.Mac/layout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GITLAB_UI_SRC="$SRC/shared/GitLab.UI.Avalonia"
2727

2828
# Build parameters
2929
FRAMEWORK=net6.0
30-
RUNTIME=osx-x64
30+
RUNTIME=osx-arm64
3131

3232
# Parse script arguments
3333
for i in "$@"

src/shared/Atlassian.Bitbucket.UI.Avalonia/Atlassian.Bitbucket.UI.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<RuntimeIdentifiers>osx-x64;linux-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>osx-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
77
<RootNamespace>Atlassian.Bitbucket.UI</RootNamespace>
88
<AssemblyName>Atlassian.Bitbucket.UI</AssemblyName>
99
</PropertyGroup>

src/shared/Git-Credential-Manager/Git-Credential-Manager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net6.0</TargetFrameworks>
66
<TargetFrameworks Condition="'$(OSPlatform)'=='windows'">net472;net6.0</TargetFrameworks>
7-
<RuntimeIdentifiers>win-x86;osx-x64;linux-x64</RuntimeIdentifiers>
7+
<RuntimeIdentifiers>win-x86;osx-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
88
<PlatformTarget Condition="'$(OSPlatform)'=='windows'">x86</PlatformTarget>
99
<AssemblyName>git-credential-manager-core</AssemblyName>
1010
<RootNamespace>GitCredentialManager</RootNamespace>

src/shared/GitHub.UI.Avalonia/GitHub.UI.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<RuntimeIdentifiers>osx-x64;linux-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>osx-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
77
<RootNamespace>GitHub.UI</RootNamespace>
88
<AssemblyName>GitHub.UI</AssemblyName>
99
</PropertyGroup>

src/shared/GitLab.UI.Avalonia/GitLab.UI.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<RuntimeIdentifiers>osx-x64;linux-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>osx-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
77
<RootNamespace>GitLab.UI</RootNamespace>
88
<AssemblyName>GitLab.UI</AssemblyName>
99
</PropertyGroup>

0 commit comments

Comments
 (0)