-
Notifications
You must be signed in to change notification settings - Fork 787
example: add Swift Package Manager example #71
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
Conversation
This depends on golang#70 (golang.org/cl/334689).
This PR (HEAD: cd53bf5) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/350150 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Randy Reddig: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Randy Reddig: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Randy Reddig: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
This PR (HEAD: fbf25be) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/350150 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Hyang-Ah Hana Kim: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Randy Reddig: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
Message from Hyang-Ah Hana Kim: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/350150. |
This breaks out the Swift Package Manager example from golang/mobile#71 into a separate repo. See https://golang.org/cl/350150 for additional info. Depends on https://golang.org/cl/334689 (golang/mobile#70).
Per CL feedback, I extracted this into a separate repo that folks can link to from the wiki: https://github.com/alta/go-mobile-swift-package-example Closing. |
في الاثنين، ٢٧ سبتمبر ٢٠٢١ ٦:٥٨ م Randy Reddig ***@***.***>
كتب:
… Closed #71 <#71>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIT6KC6CJAQUFSLO4C4HS33UECIBZANCNFSM5EC3HZ5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Add an example Swift package built with gomobile for multiple Apple
platforms (ios, iosimulator, macos, and maccatalyst).
It builds an XCFramework file which is linked as a binary dependency by
Swift Package Manager. The resulting Swift package can be imported into
an iOS, macOS, or Catalyst app and called from Swift.
It has tests written in Swift. To run the tests, run
swift test
fromthe example/swift-package directory.
Depends on golang.org/cl/334689 (#70).