Skip to content

Commit

Permalink
deploy: 5f86ebb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent 57ba51d commit 194e5ae
Show file tree
Hide file tree
Showing 25 changed files with 299 additions and 299 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-setup/air/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/air/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup AIR" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Adobe AIR is a cross-platform framework used by a wide range of applications and games on desktop and mobile. AIR can run on Windows, macOS, Linux, iOS, and Android. While AIR was originally created by Adobe, it is currently maintained with active development of new features by HARMAN. See The future of Adobe AIR and HARMAN’s AIR SDK Website for more details.","headline":"Setup AIR","url":"https://lime.openfl.org/docs/advanced-setup/air/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Adobe AIR is a cross-platform framework used by a wide range of applications and games on desktop and mobile. AIR can run on Windows, macOS, Linux, iOS, and Android. While AIR was originally created by Adobe, it is currently maintained with active development of new features by HARMAN. See The future of Adobe AIR and HARMAN’s AIR SDK Website for more details.","headline":"Setup AIR","url":"https://lime.openfl.org/docs/advanced-setup/air/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
8 changes: 4 additions & 4 deletions docs/advanced-setup/android/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/android/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Android" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Create native Android mobile applications with Lime and OpenFL by compiling to C++.","headline":"Setup Android","url":"https://lime.openfl.org/docs/advanced-setup/android/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Create native Android mobile applications with Lime and OpenFL by compiling to C++.","headline":"Setup Android","url":"https://lime.openfl.org/docs/advanced-setup/android/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down Expand Up @@ -386,11 +386,11 @@ <h3 id="target-and-minimum-sdk-versions">Target and Minimum SDK Versions</h3>

<h3 id="android-build-tools-version">Android Build Tools Version</h3>

<p>Gradle requires specific versions of the <strong>Android SDK Build Tools</strong>, and Lime will try to find the latest version installed.</p>
<p>Gradle requires specific versions of the <strong>Android SDK Build-Tools</strong>, and Lime will try to find the latest version installed.</p>

<p>If Lime’s default values for Android’s build tools version doesn’t meet your project’s needs, you can specify a custom value in your <a href="../project-files/xml-format/"><em>project.xml</em> file</a>.</p>

<div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;config:android</span> <span class="na">build-tools-version=</span><span class="s">""</span> <span class="nt">/&gt;</span>
<div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;config:android</span> <span class="na">build-tools-version=</span><span class="s">"35"</span> <span class="nt">/&gt;</span>
</code></pre></div></div>

<h3 id="gradle-versions">Gradle Versions</h3>
Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/blackberry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/blackberry/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup BlackBerry" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"BlackBerry ended support for BlackBerry 10 and BlackBerry OS on January 4, 2022.","headline":"Setup BlackBerry","url":"https://lime.openfl.org/docs/advanced-setup/blackberry/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"BlackBerry ended support for BlackBerry 10 and BlackBerry OS on January 4, 2022.","headline":"Setup BlackBerry","url":"https://lime.openfl.org/docs/advanced-setup/blackberry/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/electron/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/electron/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Electron" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Electron allows developers to build cross-platform desktop apps with JavaScript, HTML, and CSS. Electron can run on Windows, macOS, and Linux.","headline":"Setup Electron","url":"https://lime.openfl.org/docs/advanced-setup/electron/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Electron allows developers to build cross-platform desktop apps with JavaScript, HTML, and CSS. Electron can run on Windows, macOS, and Linux.","headline":"Setup Electron","url":"https://lime.openfl.org/docs/advanced-setup/electron/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/firefox-os/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/firefox-os/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Firefox OS" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Mozilla has ended support for Firefox OS.","headline":"Setup Firefox OS","url":"https://lime.openfl.org/docs/advanced-setup/firefox-os/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Mozilla has ended support for Firefox OS.","headline":"Setup Firefox OS","url":"https://lime.openfl.org/docs/advanced-setup/firefox-os/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/flash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/flash/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Flash" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Adobe ended support for Flash Player on December 31, 2020. However, contributors to OpenFL often test their changes with old versions of Adobe Flash Player to ensure backwards compatibility. The instructions below explain how that can be done.","headline":"Setup Flash","url":"https://lime.openfl.org/docs/advanced-setup/flash/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Adobe ended support for Flash Player on December 31, 2020. However, contributors to OpenFL often test their changes with old versions of Adobe Flash Player to ensure backwards compatibility. The instructions below explain how that can be done.","headline":"Setup Flash","url":"https://lime.openfl.org/docs/advanced-setup/flash/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/hashlink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/hashlink/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup HashLink" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"HashLink is a cross-platform virtual machine for Haxe. It is often used by Lime and OpenFL developers as an alternative to compiling to native C++.","headline":"Setup HashLink","url":"https://lime.openfl.org/docs/advanced-setup/hashlink/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"HashLink is a cross-platform virtual machine for Haxe. It is often used by Lime and OpenFL developers as an alternative to compiling to native C++.","headline":"Setup HashLink","url":"https://lime.openfl.org/docs/advanced-setup/hashlink/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/html5/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup HTML5" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Lime and OpenFL may be used to create HTML5 applications and games for web browsers by compiling to JavaScript.","headline":"Setup HTML5","url":"https://lime.openfl.org/docs/advanced-setup/html5/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Lime and OpenFL may be used to create HTML5 applications and games for web browsers by compiling to JavaScript.","headline":"Setup HTML5","url":"https://lime.openfl.org/docs/advanced-setup/html5/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/ios/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/ios/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup iOS" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Create native iOS and iPadOS mobile applications with Lime and OpenFL by compiling to C++.","headline":"Setup iOS","url":"https://lime.openfl.org/docs/advanced-setup/ios/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Create native iOS and iPadOS mobile applications with Lime and OpenFL by compiling to C++.","headline":"Setup iOS","url":"https://lime.openfl.org/docs/advanced-setup/ios/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/linux/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Linux" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Create native Linux desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup Linux","url":"https://lime.openfl.org/docs/advanced-setup/linux/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Create native Linux desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup Linux","url":"https://lime.openfl.org/docs/advanced-setup/linux/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/macos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/macos/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup macOS" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Create native macOS desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup macOS","url":"https://lime.openfl.org/docs/advanced-setup/macos/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Create native macOS desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup macOS","url":"https://lime.openfl.org/docs/advanced-setup/macos/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/neko/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/neko/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Neko" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Neko is a cross-platform virtual machine that is bundled with Haxe. It is often used during development of Lime and OpenFL projects as a faster alternative to compiling to native C++.","headline":"Setup Neko","url":"https://lime.openfl.org/docs/advanced-setup/neko/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Neko is a cross-platform virtual machine that is bundled with Haxe. It is often used during development of Lime and OpenFL projects as a faster alternative to compiling to native C++.","headline":"Setup Neko","url":"https://lime.openfl.org/docs/advanced-setup/neko/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/tizen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/tizen/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Tizen" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Automatic Install","headline":"Setup Tizen","url":"https://lime.openfl.org/docs/advanced-setup/tizen/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Automatic Install","headline":"Setup Tizen","url":"https://lime.openfl.org/docs/advanced-setup/tizen/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-setup/windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<meta property="og:url" content="https://lime.openfl.org/docs/advanced-setup/windows/" />
<meta property="og:site_name" content="Lime" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-26T10:06:19-07:00" />
<meta property="article:published_time" content="2024-07-26T10:11:45-07:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Setup Windows" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:06:19-07:00","datePublished":"2024-07-26T10:06:19-07:00","description":"Create native Windows desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup Windows","url":"https://lime.openfl.org/docs/advanced-setup/windows/"}</script>
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-07-26T10:11:45-07:00","datePublished":"2024-07-26T10:11:45-07:00","description":"Create native Windows desktop applications with Lime and OpenFL by compiling to C++.","headline":"Setup Windows","url":"https://lime.openfl.org/docs/advanced-setup/windows/"}</script>
<!-- End Jekyll SEO tag -->


Expand Down
Loading

0 comments on commit 194e5ae

Please sign in to comment.