Conversation
* fix webviews and allow for better logging in terminal * change STARTED to be function scoped
* [build] Start on prebuilding minimuxer * [build] add toolchain * [build] run on mac, setup xcode, cache rust * [build] build for simulator too * [build] install targets separately * [build] reduce library size * [build] update to attempt #2 and add panic = "abort" * Update Makefile
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
- move almost everything from plist_plus to rusty plist - logging improvements - add back old build script to Makefile - finish swift-bridge refactor
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
commit 9ee030bf8769ebd26869295ced62547ca95b3509 Author: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Sun Sep 17 08:53:27 2023 -0700 Use SideStore rusty_libi, use fern instead of simplelog and env_logger for tests commit 03f7c11 Author: Dadoum <dadoum@protonmail.com> Date: Sun Sep 17 01:03:47 2023 +0200 [build] again... commit a04a4a9 Author: Dadoum <dadoum@protonmail.com> Date: Sun Sep 17 00:58:42 2023 +0200 [build] update rusty commit 3f8382b Author: Dadoum <dadoum@protonmail.com> Date: Sun Sep 17 00:40:49 2023 +0200 [build] update rusty_libimobiledevice commit 9b1b284 Author: Dadoum <dadoum@protonmail.com> Date: Sat Sep 16 22:53:20 2023 +0200 [build] Trigger GH Action commit 39c5b50 Author: Dadoum <dadoum@protonmail.com> Date: Sat Sep 16 17:39:49 2023 +0200 Add a description to the staging error Co-Authored-By: Dadoum <24679280+Dadoum@users.noreply.github.com>
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
65c4205 to da5c4f0 Compare This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This still needs to update the
build.rsto put the .h's and .swift generated files into the same folders i'm using.Also, they're missing
import libminimuxerin the generated code, not sure how to resolve that automatically.Also, the libminimuxer .xcframework is missing some arch's and is maybe old?
Not sure how that's built at the moment. Consider this PR more a demo until the 3 points above are answered/fixed.