Skip to content

Mercedes-Benz Mobile SDK - CommonKit module for iOS

License

Notifications You must be signed in to change notification settings

andhieka/MBSDK-CommonKit-iOS

 
 

Repository files navigation

MBCommonKit

swift 5 swift 5.1 swift 5.2 swift 5.3 License Platform Version swift-package-manager

This repository is archived.

Mercedes-Benz Mobile SDK is archived and no longer officially supported. You can find more information about this decision in the news article on Mercedes-Benz developer portal.

Requirements

  • Xcode 10.3 / 11.x / 12.x
  • Swift 5.x
  • iOS 12.0+

Intended Usage

The Common module provides general functionality such as a Backend Configuration, a TrackingManager or logging logic. It also contains common Protocols that are used in the MBSDK-modules.

Installation

CocoaPods

MBCommonKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MBCommonKit', '~> 3.0'

Swift Package Manager

MBCommonKit is available through Swift Package Manager. Once you have your Swift package set up, adding MBCommonKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(name: "MBCommonKit",
             url: "https://github.com/Daimler/MBSDK-CommonKit-iOS.git",
			 .upToNextMajor(from: "3.0.0"))
]

Contributing

We welcome any contributions. If you want to contribute to this project, please read the contributing guide.

Code of Conduct

Please read our Code of Conduct as it is our base for interaction.

License

This project is licensed under the MIT LICENSE.

Provider Information

Please visit https://mbition.io/en/home/index.html for information on the provider.

Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.

About

Mercedes-Benz Mobile SDK - CommonKit module for iOS

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.0%
  • Ruby 2.1%
  • Objective-C 1.8%
  • Shell 0.1%