From ebe628eb8b7267ffbbaa0488f543ca25ec41fa28 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 28 Dec 2021 16:25:03 -0400 Subject: [PATCH] Update CI and readme for new love-apple-dependencies repo path. --- .github/workflows/main.yml | 4 ++-- readme.md | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e601f3b64..23a18de07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | diff --git a/readme.md b/readme.md index ceba05852..826e16058 100644 --- a/readme.md +++ b/readme.md @@ -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