This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from cxfksword/ci
fix luagit can't load in swift 5.7.*
- Loading branch information
Showing
61 changed files
with
119 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This workflow will build a Swift project | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift | ||
|
||
name: "🏗️ Build" | ||
on: | ||
push: | ||
branches: | ||
- "**" | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Get swift version | ||
run: swift --version | ||
- name: Build | ||
run: swift build -v | ||
# - name: Run tests | ||
# run: swift test -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
Sources/Libluajit-5.1.xcframework/ios-arm64/Libluajit-5.1.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...1.xcframework/ios-arm64_x86_64-simulator/Libluajit-5.1.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...uajit-5.1.xcframework/macos-arm64_x86_64/Libluajit-5.1.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...luajit-5.1.xcframework/tvos-arm64_arm64e/Libluajit-5.1.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
....xcframework/tvos-arm64_x86_64-simulator/Libluajit-5.1.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+479 KB
...m64/Libluajit-5.1.framework/Libluajit-5.1 → ...k/ios-arm64/Libluajit.framework/Libluajit
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
Sources/Libluajit.xcframework/ios-arm64/Libluajit.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework module Libluajit [system] { | ||
umbrella "." | ||
export * | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+972 KB
...tor/Libluajit-5.1.framework/Libluajit-5.1 → ...4-simulator/Libluajit.framework/Libluajit
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
...uajit.xcframework/ios-arm64_x86_64-simulator/Libluajit.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework module Libluajit [system] { | ||
umbrella "." | ||
export * | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+1.63 MB
..._64/Libluajit-5.1.framework/Libluajit-5.1 → ...rm64_x86_64/Libluajit.framework/Libluajit
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
...ces/Libluajit.xcframework/macos-arm64_x86_64/Libluajit.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework module Libluajit [system] { | ||
umbrella "." | ||
export * | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+964 KB
...64e/Libluajit-5.1.framework/Libluajit-5.1 → ...rm64_arm64e/Libluajit.framework/Libluajit
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
Sources/Libluajit.xcframework/tvos-arm64_arm64e/Libluajit.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework module Libluajit [system] { | ||
umbrella "." | ||
export * | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+972 KB
...tor/Libluajit-5.1.framework/Libluajit-5.1 → ...4-simulator/Libluajit.framework/Libluajit
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
...ajit.xcframework/tvos-arm64_x86_64-simulator/Libluajit.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework module Libluajit [system] { | ||
umbrella "." | ||
export * | ||
} |
Oops, something went wrong.