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

Ios 40509 modify calabash to produce a package compatible with m1 changes #2

Draft
wants to merge 5 commits into
base: integration
Choose a base branch
from

Conversation

itsthejb
Copy link

@itsthejb itsthejb commented Feb 21, 2022

Ref structure:

./build/Debug-combined/calabash.xcframework
├── ios-arm64_armv7
│   └── calabash.framework
│       ├── Headers -> Versions/Current/Headers
│       ├── Resources -> Versions/Current/Resources
│       └── Versions
│           ├── 0.14.3 -> A
│           ├── A
│           │   ├── Headers
│           │   └── Resources
│           └── Current -> A
└── ios-arm64_x86_64-simulator
    └── calabash.framework
        ├── Headers -> Versions/Current/Headers
        ├── Resources -> Versions/Current/Resources
        └── Versions
            ├── 0.14.3 -> A
            ├── A
            │   ├── Headers
            │   └── Resources
            └── Current -> A

20 directories

@itsthejb itsthejb changed the base branch from master to integration February 21, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants