Update CI and readme for new love-apple-dependencies repo path.

This commit is contained in:
Alex Szpakowski
2021-12-28 16:25:03 -04:00
parent 0786eff656
commit ebe628eb8b
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v2
with:
path: apple-dependencies
repository: slime73/love-apple-dependencies
repository: love2d/love-apple-dependencies
ref: main
- name: Move Dependencies
run:
@@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v2
with:
path: apple-dependencies
repository: slime73/love-apple-dependencies
repository: love2d/love-apple-dependencies
ref: main
- name: Move Dependencies
run: |
+6 -4
View File
@@ -54,15 +54,17 @@ Run `platform/unix/automagic` from the repository root, then run ./configure and
When using a source release, automagic has already been run, and the first step can be skipped.
### macOS
Download or clone [this repository][dependencies-macos] and place the Frameworks subfolder in love's `platform/xcode/macosx/` folder.
Download or clone [this repository][dependencies-apple] and copy, move, or symlink the `macOS/Frameworks` subfolder into love's `platform/xcode/macosx` folder.
Then use the Xcode project found at `platform/xcode/love.xcodeproj` to build the `love-macosx` target.
### iOS
Building for iOS requires macOS and Xcode.
Download the `ios-libraries` zip file corresponding to the LÖVE version being used from [here][dependencies-ios],
unzip it, and place the `include` and `libraries` subfolders into LÖVE's `platform/xcode/ios` folder.
Download the `ios-libraries` zip file corresponding to the LÖVE version being used from the [Releases page][dependencies-ios],
unzip it, and place the `include` and `libraries` subfolders into love's `platform/xcode/ios` folder.
Or, download or clone [this repository][dependencies-apple] and copy, move, or symlink the `iOS/include` and `iOS/libraries` subfolders into love's `platform/xcode/ios` folder.
Then use the Xcode project found at `platform/xcode/love.xcodeproj` to build the `love-ios` target.
@@ -89,7 +91,7 @@ Dependencies
[forums]: https://love2d.org/forums
[discord]: https://discord.gg/rhUets9
[irc]: irc://irc.oftc.net/love
[dependencies-macos]: https://github.com/slime73/love-apple-dependencies
[dependencies-apple]: https://github.com/love2d/love-apple-dependencies
[dependencies-ios]: https://github.com/love2d/love/releases
[megasource]: https://github.com/love2d/megasource
[unstableppa]: https://launchpad.net/~bartbes/+archive/love-unstable