This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMacAppCenter.nuspec
51 lines (49 loc) · 2.44 KB
/
MacAppCenter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package>
<metadata>
<id>nor0x.AppCenter</id>
<title>App Center</title>
<authors>nor0x + Microsoft</authors>
<owners>microsoft,appcenter</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Microsoft App Center. Common package for every App Center service.</summary>
<description>This package contains the basic functionalities that all App Center services use to communicate with the backend.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>app center appcenter mobilecenter xamarin.mac</tags>
<language>en-US</language>
<projectUrl>https://github.com/nor0x/AppCenter-XMac</projectUrl>
<repository type="git" url="https://github.com/nor0x/AppCenter-XMac" />
<iconUrl>https://raw.githubusercontent.com/nor0x/AppCenter-XMac/develop/art/Logo.png</iconUrl>
<license type="expression">MIT</license>
<dependencies>
<!-- Use dependency groups for iOS and Android so that additional dependencies aren't added to them -->
<group targetFramework="MonoAndroid403" />
<group targetFramework="Xamarin.iOS10" />
<group targetFramework="Xamarin.Mac" />
</dependencies>
</metadata>
<files>
<!-- .NET Standard -->
<!--
<file src="$netstandard_dir$/Microsoft.AppCenter.dll" target="lib/netstandard1.0" />
<file src="$netstandard_dir$/Microsoft.AppCenter.xml" target="lib/netstandard1.0" />
-->
<!-- Android -->
<!--
<file src="$android_dir$/Microsoft.AppCenter.dll" target="lib/MonoAndroid403" />
<file src="$android_dir$/Microsoft.AppCenter.xml" target="lib/MonoAndroid403" />
<file src="$android_dir$/Microsoft.AppCenter.Android.Bindings.dll" target="lib/MonoAndroid403" />
-->
<!-- iOS -->
<!--
<file src="$ios_dir$/Microsoft.AppCenter.dll" target="lib/Xamarin.iOS10" />
<file src="$ios_dir$/Microsoft.AppCenter.xml" target="lib/Xamarin.iOS10" />
<file src="$ios_dir$/Microsoft.AppCenter.iOS.Bindings.dll" target="lib/Xamarin.iOS10" />
-->
<!-- macOS -->
<file src="$macos_dir$/nor0x.AppCenter.dll" target="lib/Xamarin.Mac" />
<file src="$macos_dir$/nor0x.AppCenter.xml" target="lib/Xamarin.Mac" />
<file src="$macos_dir$/nor0x.AppCenter.MacOS.Bindings.dll" target="lib/Xamarin.Mac" />
<file src="SDK/AppCenter/Microsoft.AppCenter.MacOS/nor0x.AppCenter.targets" target="build/Xamarin.Mac/nor0x.AppCenter.targets" />
</files>
</package>