Skip to content

Commit

Permalink
global: move apple-bundles, apple-codesign, apple-flat-packages, and …
Browse files Browse the repository at this point in the history
…apple-xar out of repository

The canonical home of these projects is now
https://github.com/indygreg/apple-platform-rs.

This commit deletes the crates from this repo and updates / removes
various references to these projects as appropriate.

As part of this, we transition crate dependencies to published versions
of these crates. We just published new versions of these crates from
their new home so project metadata in the latest published version is
accurate and to pick up new crate versions for other crates recently
moved out of this repository. This was necessary to avoid diamond
dependency problems.
  • Loading branch information
indygreg committed Sep 18, 2022
1 parent 64a251e commit e744d0b
Show file tree
Hide file tree
Showing 115 changed files with 36 additions and 31,452 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/rcodesign.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
dir:
- apple-codesign/docs
- python-oxidized-importer/docs
- pyembed/docs
- pyoxy/docs
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.idea/
apple-codesign/docs/_build/
docs/_build/
docs/apple_codesign*
docs/oxidized_importer*
docs/pyembed*
docs/pyoxidizer*
Expand Down
147 changes: 31 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[workspace]
members = [
'apple-bundles',
'apple-codesign',
'apple-flat-package',
'apple-xar',
'cpio-archive',
'debian-packaging',
"debian-repo-tool",
Expand Down
Loading

0 comments on commit e744d0b

Please sign in to comment.