在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):parse-community/Parse-SDK-iOS-OSX开源软件地址(OpenSource Url):https://github.com/parse-community/Parse-SDK-iOS-OSX开源编程语言(OpenSource Language):Objective-C 96.1%开源软件介绍(OpenSource Introduction):iOS · iPadOS · macOS · watchOS · tvOSA library that gives you access to the powerful Parse Server backend from your iOS, iPadOS, macOS, watchOS and tvOS app. For more information about the Parse Platform and its features, see the public documentation. Check out some of the apps using Parse. Getting StartedTo use parse, head on over to the releases page, and download the latest build. And you're off!. Take a look at the public documentation & API and start building. Notice the API docs aren't totally up to date when it comes to latest Swift signature of the methods and more importantly regarding Push Notifications which are no longer supported by Parse server, keep an eye on its repo Other Installation OptionsCocoaPodsAdd the following line to your Podfile: pod 'Parse' Run If you wish to use the Facebook or Twitter utils or ParseUI, you can now leverage Cocoapods 'subspecs' pod 'Parse/FacebookUtils'
pod 'Parse/TwitterUtils'
pod 'Parse/UI' Note that in this case, the Parse framework will contain all headers and classes, so you just have to use: import Parse @import Parse; CarthageAdd the following line to your Cartfile:
Run This will also compile the ParseTwitterUtils, ParseFacebookUtilsV4 as well as ParseUI frameworks. Compiling for yourselfIf you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
Compiled frameworks will be in multiple archives inside the
Using Parse as a sub-projectYou can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the Parse.xcodeproj file into your workspace. Note that unit tests will be unavailable if you use Parse like this, as OCMock will be unable to be found. How Do I Contribute?We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines. DependenciesWe use the following libraries as dependencies inside of Parse: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论