swift-corelibs-foundation
google-api-objectivec-client-for-rest
swift-corelibs-foundation | google-api-objectivec-client-for-rest | |
---|---|---|
19 | 6 | |
5,378 | 820 | |
0.0% | 1.0% | |
8.2 | 7.3 | |
4 days ago | 12 days ago | |
C | Objective-C | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swift-corelibs-foundation
-
Handling Cookies Is a Minefield
Re Safari’s networking code being closed source, a good substitute might be the Swift port of Foundation. You can see checks for control and delete characters here: https://github.com/swiftlang/swift-corelibs-foundation/blob/...
-
Apple didn't fix Swift's biggest flaw
I'm not deep in Swift, but this would make it seem Foundation is open source: https://github.com/apple/swift-corelibs-foundation/tree/main
-
Mixing Swift and C++
a : https://github.com/apple/swift-corelibs-foundation/blob/main...
I wouldn't want to be the guy relying on this table advancement for this project. The fact that they're rewriting it in pure swift probably says a lot about the quality of the current approach.
b: makes absolutely no difference from a developer perspective. if you want to run threads in swift you're going to use gcd.
c: my take with all apple software tech has been to wait until they've dogfooded their own tech long enough to make it useable. Worked very well for me so far, thank you very much.
- Roast my supposedly impressive iOS developer resume
-
Apple Announces Full Swift Rewrite of the Foundation Framework
Correction: rewrite of PARTS of Foundation
There already was an open-source project to rewrite ALL of foundation, but it had stalled on the shores of having to re-implement everything:
https://github.com/apple/swift-corelibs-foundation
-
Apple's Swift rewrite of its Foundation framework will be open source
The (shitty) old Linux implementation has been on GitHub for years.
-
There is no “software supply chain”
Sigh... The traditional argument is that every dependency is of the same quality and trustworthiness of the language Standard Library.
If I use the SL, then I should also have no problem using some lashed-up chimera that has a dependency hierarchy that spans three continents.
Like I said, I'll do things my way.
For the record, here's a peek at some of the "worthless" packages that I use in my own work: https://github.com/RiftValleySoftware
Also, for the record, here's the Swift Foundation Library: https://github.com/apple/swift-corelibs-foundation
It has plenty of open issues: https://github.com/apple/swift-corelibs-foundation/issues
If every dependency chain can match these, yhen I'll be open to considering them.
As it is, I do use the occasional external package, but I'm picky.
-
A Completely Open-Source Implementation of Apple Code Signing and Notarization
CoreFoundation is (partially?) open-source and cross-platform now: https://github.com/apple/swift-corelibs-foundation
-
Show HN: Particles – the URL contains the whole program code
Partly this is doable because although RFC 2616 specifies a max URL length of 2048 bytes, most browsers allow much longer, with Chrome and Firefox allowing at least 64k chars (that's what they'll display but it seems like more is happily processed), while Safari allows URL strings up to 2GB in size[1]!
[1] https://github.com/apple/swift-corelibs-foundation/blob/b23d...
-
What is missing in the Swift ecosystem?
Regarding your point #3, Swift does indeed have an open-source cross-platform implementation of Foundation. swift-corelibs-foundation
google-api-objectivec-client-for-rest
-
Google Calendar API, Get Events
In https://github.com/google/google-api-objectivec-client-for-rest/blob/main/Examples/CalendarSample/CalendarSampleWindowController.m - (void)fetchCalendarList to get the list of calendars, and - (void)queryTodaysEvents to get some events
-
Send Emails with Gmail API
API client for Objective-C
-
Mutata - Release your native iOS app to Android, without code changes
Do you support Google APIs Client Library for Objective-C for REST? There should be straightforward Android equivalents for almost all of the services it supports.
- Do you face any problem in using the following 3rd party libraries in XCode, for M1 chip?
What are some alternatives?
Mutata-Showcase-App
Firebase - Firebase SDK for Apple App Development
JWM - Cross-platform window management and OS integration library for Java
google-api-javascript-client - Google APIs Client Library for browser JavaScript, aka gapi.
Publish - A static site generator for Swift developers
node-samples - Node samples for Google Workspace APIs.