No Description

Alex Szpakowski e9bd33bec7 iOS: update luajit to latest commit (a91d0d9) 4 years ago
iOS 0722f25522 iOS: update luajit to latest commit (a91d0d9) 4 years ago
macOS c776948a12 macOS: update SDL to latest (2363ddc) 4 years ago
.gitignore 73fd165f58 Add iOS libraries 4 years ago
README.md 2ebbc0d9cf iOS: new xcframework libraries. 4 years ago

README.md

Overview

This is a collection of pre-built library dependencies for LÖVE on Apple platforms.

Building LÖVE for macOS

Get this repository as well as love2d/love.

Move, copy, or symlink the love-apple-dependencies/macOS/Frameworks folder into the love/platform/xcode/macosx folder (making sure that the Frameworks folder is visible inside the macosx folder).

Open love.xcodeproj in love/platform/xcode and build the love-macosx target.

Building LÖVE for iOS

Get this repository as well as love2d/love.

Move, copy, or symlink the love-apple-dependencies/iOS/libraries folder into the love/platform/xcode/ios folder (making sure that the libraries folder is visible inside the ios folder).

Open love.xcodeproj in love/platform/xcode and build the love-ios target.