Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Build and Test (${{ matrix.config }})
run: |
echo "Using simulator destination: ${{ steps.find_simulator.outputs.SIMULATOR_DESTINATION }}"
xcodebuild build -scheme MenuWithAView -sdk $(xcrun --sdk iphonesimulator --show-sdk-path) -destination "${{ steps.find_simulator.outputs.SIMULATOR_DESTINATION }}" SWIFT_VERSION=6.0
xcodebuild build -scheme MenuWithAView -sdk iphonesimulator -destination "${{ steps.find_simulator.outputs.SIMULATOR_DESTINATION }}" SWIFT_VERSION=6.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please read and follow the [Code of Conduct](./CODE_OF_CONDUCT.md). We're commit

Before opening a new issue, search existing issues to avoid duplicates. When filing a bug report, please include:
- MenuWithAView version (e.g. `0.1.2`) and your Swift/Xcode versions
- Target platform (iOS 15.0+), device or simulator
- Target platform (iOS 16.0+), device or simulator
- A concise description of the problem and steps to reproduce
- Minimal code snippet or sample project demonstrating the issue
- Any relevant console logs or screenshots
Expand Down
44 changes: 0 additions & 44 deletions Frameworks/ContextMenuAccessoryStructs.xcframework/Info.plist

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Loading
Loading