文件名称:BonjourDevAPIFinder:BonjourDevAPIFinder 可让您自动查找本地开发 API 服务器并在运行时选择它而不是生产 API
文件大小:30KB
文件格式:ZIP
更新时间:2024-07-30 11:32:10
Objective-C
BonjourDevAPIFinder 演示 切换到本地网络开发服务器,Bonjour 发现 切换回使用原始 API 地址 安装 BonjourDevAPIFinder 可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod "BonjourDevAPIFinder" 用法 要运行示例项目, pod install克隆 repo,然后从 Example 目录运行pod install 。 启用调整 BonjourDevAPIFinder 使用调整。 您需要确保 Tweaks 可以打开(请参阅)。 添加 API 在项目中的任何地方,在使用 api 地址之前执行: [BonjourDevAPIFinder.sharedInstance addApiService:@"API server"
【文件预览】:
BonjourDevAPIFinder-master
----.gitignore(250B)
----Example()
--------BonjourDevAPIFinder.xcodeproj()
--------BonjourDevAPIFinder()
--------Tests()
--------Podfile.lock(340B)
--------BonjourDevAPIFinder.xcworkspace()
--------Podfile(240B)
----.travis.yml(435B)
----BonjourDevAPIFinder.podspec(1KB)
----LICENSE(1KB)
----README.md(2KB)
----Server Example()
--------package.json(365B)
--------server.js(516B)
----Pod()
--------Assets()
--------Classes()