forked from Bang0123/flic2lib.sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflic2lib.Platforms.simple.nuspec
More file actions
61 lines (56 loc) · 3.03 KB
/
flic2lib.Platforms.simple.nuspec
File metadata and controls
61 lines (56 loc) · 3.03 KB
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
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>walnut.flic2lib.Platforms</id>
<version>1.0.22</version>
<authors>walnut</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/walnut-co/flic2lib.maui</projectUrl>
<description>Flic2lib platform bindings for net10 ios and android</description>
<releaseNotes>Version 1.0.22: Fixed NuGet package structure to use correct net10.0-ios TFM
instead of net10.0-ios15.0. XCFramework now properly included in lib folder for .NET 10
consumption. Resolves errSecInternalComponent and framework discovery issues.</releaseNotes>
<readme>docs/platforms_readme.md</readme>
<copyright>$copyright$</copyright>
<tags>flic flic2 buttons platform bindings</tags>
<dependencies>
<group targetFramework="net10.0-android29.0">
</group>
<group targetFramework="net10.0-ios">
<dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1"
exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="docs/platforms_readme.md" target="docs/" />
<!-- MSBuild props and targets for proper linking -->
<file src="build/walnut.flic2lib.Platforms.props" target="build/" />
<file src="build/walnut.flic2lib.Platforms.targets" target="build/" />
<file src="build/walnut.flic2lib.Platforms.props" target="buildTransitive/" />
<file src="build/walnut.flic2lib.Platforms.targets" target="buildTransitive/" />
<!-- iOS XCFramework - include directly in package -->
<file src="flic2lib.ios/lib/flic2lib.xcframework/**"
target="buildTransitive/xcframeworks/flic2lib.xcframework/" />
<!-- Android -->
<file src="flic2lib.android/bin/Release/net10.0-android/flic2lib.android.dll"
target="lib/net10.0-android29.0/" />
<file src="flic2lib.android/bin/Release/net10.0-android/flic2lib.android.pdb"
target="lib/net10.0-android29.0/" />
<file src="flic2lib.android/bin/Release/net10.0-android/flic2lib.android.xml"
target="lib/net10.0-android29.0/" />
<file src="flic2lib.android/bin/Release/net10.0-android/flic2lib-android-debug.aar"
target="lib/net10.0-android29.0/" />
<!-- ios -->
<file src="flic2lib.ios/bin/Release/net10.0-ios/flic2lib.ios.dll"
target="lib/net10.0-ios/" />
<file src="flic2lib.ios/bin/Release/net10.0-ios/flic2lib.ios.pdb"
target="lib/net10.0-ios/" />
<file src="flic2lib.ios/bin/Release/net10.0-ios/flic2lib.ios.xml"
target="lib/net10.0-ios/" />
<!-- iOS XCFramework in lib folder for proper .NET 10 consumption -->
<file src="flic2lib.ios/lib/flic2lib.xcframework/**"
target="lib/net10.0-ios/flic2lib.xcframework/" />
</files>
</package>