哪里可以下载 gdata Objective C 客户端

发布于 2024-12-19 22:13:48 字数 159 浏览 2 评论 0原文

我似乎只能下载已弃用的 gdata 版本。我在哪里可以找到今天的版本(作为 zip 文件!)? 谢谢

It seems I can only download the zip files for the deprecated versions of gdata. Where can i find today's version (as a zip file !)?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

墟烟 2024-12-26 22:13:48

查看 google API 头文件

https://github.com/hoishing/GData-iOS-Static-Library- 1.12

  1. 将所有文件(头文件和 .a 二进制映像)添加到您的 Xcode 项目中
  2. 在您的目标中 ->构建设置,在标头搜索路径中设置 /usr/include/libxml2
  3. 在您的目标中 ->构建阶段 ->将二进制文件与库链接起来,添加 libxml2.dylib
  4. 要使用 gdata 类,只需在头文件中添加以下行:
    #import“GData.h”
  5. 完成

Checkout for google API header files

https://github.com/hoishing/GData-iOS-Static-Library-1.12

  1. Add all files (header files and the .a binary image) into your Xcode project
  2. In your target -> Build Settings, set /usr/include/libxml2 in Header Search Paths
  3. In your target -> Build Phases -> Link Binary With Libraries, add libxml2.dylib
  4. To use the gdata classes, just add the following line in your header file:
    #import "GData.h"
  5. Done
命硬 2024-12-26 22:13:48

可以用svn匿名查看最新的项目源码

svn 结帐 http://gdata-objectivec-client.googlecode.com/svn /树干/
gdata-objectivec-client-只读

如此处所述 http://code .google.com/p/gdata-objectivec-client/source/checkout

You can anonymously check out the latest project source code with svn

svn checkout http://gdata-objectivec-client.googlecode.com/svn/trunk/
gdata-objectivec-client-read-only

As mentioned here http://code.google.com/p/gdata-objectivec-client/source/checkout

丑丑阿 2024-12-26 22:13:48

您还需要添加系统配置框架

you'll also need to add systemConfiguration framework

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文