Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xr #24

Merged
merged 5 commits into from
Nov 14, 2024
Merged

Xr #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Build Pojlib

on:
Expand All @@ -20,6 +19,7 @@ jobs:
build:
runs-on: windows-2022


steps:
- uses: actions/checkout@v3
with:
Expand All @@ -40,22 +40,19 @@ jobs:
local-cache: true
link-to-sdk: true
- name: Make Gradle wrapper executable and pull LFS
run: git lfs pull | chmod +x ./gradlew
- name: Decode keystore
run: |
bash -c 'base64 --decode <<< "$QCXR_KEYSTORE_BASE64" > qcxr.keystore'
env:
QCXR_KEYSTORE_BASE64: ${{ secrets.QCXR_KEYSTORE_BASE64 }}
run: git lfs pull
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
env:
QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }}
QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }}

- name: Upload APK
- name: Upload debug
uses: actions/upload-artifact@v3
with:
name: app-release
path: wrapper/launcher/build/outputs/apk/release/*
- name: Upload release
uses: actions/upload-artifact@v3
with:
name: app-debug
path: build/outputs/aar/*
path: wrapper/launcher/build/outputs/apk/debug/*
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "wrapper"]
path = wrapper
url = https://github.com/QuestCraftPlusPlus/Wrapper-IL2CPP.git
url = https://github.com/thewiilover/Wrapper-IL2CPP.git
2 changes: 1 addition & 1 deletion wrapper
Submodule wrapper updated 37 files
+1 −1 build.gradle
+2 −23 launcher/build.gradle
+2 −6 unityLibrary/build.gradle
+1,330 −1,330 unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/Bee.Core.xml
+5 −5 unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/Bee.Stevedore.Program.exe.config
+259 −259 unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/Bee.TinyProfiler2.xml
+809 −809 unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/NiceIO.xml
+153 −119 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Assembly-CSharp.cpp
+1,120 −1,112 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Assembly-CSharp_CodeGen.c
+33 −33 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCFieldValuesTable.cpp
+4 −2 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCTypeValuesTable.cpp
+43 −43 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCalculateFieldValues2.cpp
+92 −70 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCalculateTypeValues1.cpp
+4 −2 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppCodeRegistration.cpp
+1,155 −1,155 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppGenericMethodDefinitions.c
+3 −3 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppMetadataRegistration.c
+7,058 −7,058 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppMetadataUsage.c
+899 −899 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppRgctxTable.c
+105 −97 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppTypeDefinitions.c
+846 −846 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/PICO.Platform.cpp
+1 −1 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/System__10.cpp
+5 −5 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/System__6.cpp
+7 −7 ...Library/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.Features.ConformanceAutomation.cpp
+16 −16 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.Features.MockRuntime.cpp
+6 −6 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.Features.PICOSupport.cpp
+39 −39 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.Features.PICOSupport__1.cpp
+5 −5 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.Features.RuntimeDebugger.cpp
+68 −68 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Unity.XR.OpenXR.cpp
+16 −16 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/mscorlib.cpp
+1 −1 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/mscorlib__21.cpp
+3 −3 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/mscorlib__7.cpp
+3 −3 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/mscorlib__8.cpp
+4 −4 unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/unity.webp.cpp
+ unityLibrary/src/main/assets/bin/Data/Managed/Metadata/global-metadata.dat
+1 −1 unityLibrary/src/main/assets/bin/Data/unity_app_guid
+ unityLibrary/src/main/jniLibs/arm64-v8a/libil2cpp.so
+ unityLibrary/src/main/jniLibs/arm64-v8a/libunity.so
Loading