forked from altstoreio/AltStore
-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Replace copied code and submodules for Swift PM versions of Roxas and SideKit #278
Closed
Conversation
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
b07c93c
to
52eac79
Compare
Since this has stuff about sidekit will my changes be added to this or be separated. #282 |
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
Signed-off-by: Joseph Mattello <[email protected]>
3fe2343
to
128b180
Compare
1 task
Signed-off-by: Joseph Mattello <[email protected]>
What's the current status of this Pull Request? |
Currently we have a SideKIT spm which should be fine. This prices stale currently |
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.
JoeMatt/Roxas
swift package.SideStore/SideKit
swift package from this PR aka branch 'feature/swiftall'ConnectionManager
forConnectionType
andConnectionHanderType
whereConnectionHanderType.ConnectionType == ConnectionType
. This resolves some warnings and compiler fuckery not knowing how to type check some things. Also remove needing to useany Connectoin
in newer XCodes.iMobiledevice.swfit
to wraplibusbmuxd
,libplist
,libimobiledevice
etcxcodeplugins
to auto generate a number of things includingos.logger
include andLogger
domain for app andIntentBuilder
to add swift pm support for finding classes in.intentdefinition
files in new repoJoeMatt/SPMPlugins
is not the proper apple swift formatting lines
Also added a
.editorconfig
, .swiftlint
and.swiftformat.yml
files to avoid conflicts in the futureupdated
em_proxy
andminimuxer
repos to build.xcframework.zip
files whenever you push a commit with[build]
message. No more weird local scriptAdded
em_proxy
andminimuxer
Makefile
to make it easier to buildmake build
,make xcframework
andmake zip
will do build static, then static to xcfraomework, finally a zipped version. This isi what the repo's gh action is usingAdded an
xcplugin
that makes a swift files with the git commit, date etc so it can be printed intoSettings
etcConvert all
printf
toos_log
so we can actually see wtf is going on with and fix the bugs outstandingTODO:
Finish the .xcodeproj spm wrapp