The simplest way to get started with Backendless is by using a Project Template for iOS:
Project Directory
Project Directory
pod install
or pod update
command. Once all of the pod data is downloaded/updated, the Xcode project workspace file will be createdTo create a new project with CocoaPods, follow the instructions below:
pod init
commandpod 'BackendlessSwift'
pod install
or pod update
command. Once all of the pod data is downloaded/updated, the Xcode project workspace file will be createdPlease follow the Apple guide or add the project as a dependency to your Package.swift:
// swift-tools-version:5.2
import PackageDescription
let package = Package(
name: "SwiftSDK-test",
products: [
.executable(name: "SwiftSDK-test", targets: ["YourTargetName"])
],
dependencies: [
.package(name: "SwiftSDK", url: "https://github.com/Backendless/Swift-SDK", from: "6.4.1")
],
targets: [
.target(name: "YourTargetName", dependencies: ["SwiftSDK"], path: "./Path/To/Your/Sources")
]
)
link |
Stars: 15 |
Last commit: 2 weeks ago |
bulkUpsert
methods access level for class approachDataPermission
's setPermission()
functionSwiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics