mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #55] [MERGED] Add Objective-C interop #124
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/55
Author: @dzeppa
Created: 1/22/2021
Status: ✅ Merged
Merged: 1/22/2021
Merged by: @NghiaTranUIT
Base:
main← Head:main📝 Commits (1)
3c1fe5cAdd Objective-C interop📊 Changes
2 files changed (+11 additions, -2 deletions)
View changed files
📝
README.md(+9 -0)📝
Sources/Atlantis.swift(+2 -2)📄 Description
I wanted to use Atlantis in my Objective-C based project. This change allows Atlantis to be used in Objective-C based projects and demonstrates how to use it with the Swift bridging header.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
class_copyMethodList#155