https://github.com/love2d/love-apple-dependencies
Pre-built dependencies for LÖVE on Apple platforms.
https://github.com/love2d/love-apple-dependencies
Last synced: 5 months ago
JSON representation
Pre-built dependencies for LÖVE on Apple platforms.
- Host: GitHub
- URL: https://github.com/love2d/love-apple-dependencies
- Owner: love2d
- Created: 2021-12-28T19:32:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T01:19:03.000Z (5 months ago)
- Last Synced: 2025-01-25T02:21:42.275Z (5 months ago)
- Language: C
- Homepage:
- Size: 51.1 MB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is a collection of pre-built library dependencies for LÖVE on Apple platforms.## Versions
This repository uses git tags for the library dependencies of a specific released version of LÖVE.
For in-development versions of LÖVE, there may be a branch in this repository corresponding to a similar branch in the love repository.
## Building LÖVE for macOS
Get this repository as well as [love2d/love](https://github.com/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](https://github.com/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.