forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.Native.osx-x64.nuspec
More file actions
29 lines (28 loc) · 1.62 KB
/
JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64.nuspec
File metadata and controls
29 lines (28 loc) · 1.62 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</id>
<version>3.7.2</version>
<title>JS Engine Switcher: ChakraCore for OS X (x64)</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
<icon>icon.png</icon>
<repository type="git" url="https://github.com/Taritsyn/JavaScriptEngineSwitcher" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.11.22 with the Tomáš Deml's patch for OS X (x64).
This package is only compatible with .NET Core.</description>
<releaseNotes>ChakraCore was updated to version 1.11.22 (Tomáš Deml's patch applied).</releaseNotes>
<copyright>Copyright © 2013-2020 Andrey Taritsyn</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore macOS OSX x64</tags>
</metadata>
<files>
<file src="../../lib/ChakraCore/runtimes/osx-x64/native/libChakraCore.dylib" target="runtimes/osx-x64/native/" />
<file src="../../Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png" target="icon.png" />
<file src="../../LICENSE.txt" target="LICENSE.txt" />
<file src="../../Licenses/chakra-core-license.txt" target="chakra-core-license.txt" />
<file src="readme.txt" />
</files>
</package>