Git Product home page Git Product logo

cloud-sdk-ios's Introduction

cloud-sdk-ios

Umbrella package for frameworks of the SAP BTP SDK for iOS

The BTP SDK for iOS enables you to quickly develop your own native apps, with Swift. The SDK extends the standard Swift Apple iOS frameworks with the reusable UI components from the SAP Fiori for iOS Design Language, and provides APIs which seamlessly integrate apps with SAP BTP services.

The SAP BTP SDK for iOS frameworks and components are self-contained blocks of specific functionality, allowing developers to choose and implement only the components required for their mobile apps

We are currently in the process of open-sourcing the following frameworks:

  • SAPCommon and SAPFoundation framework components to integrate your app with the SAP BTP environment
  • SAPFiori which enables SAP Fiori for iOS as a design language to unify iOS and SAP Fiori features to optimize the user experience in enterprise applications.
  • SAPFioriFlows to develop complex but typical application onboarding scenarios.

We also currently developing a new set of open-source libraries directly as Swift Packages:

  • FioriSwiftUI as the SwiftUI implementation of the SAP Fiori for iOS Design Language, and is meant to augment and in some cases replace the UIKit-based implementation contained in the SAPFiori framework (https://github.com/SAP/cloud-sdk-ios-fiori)
  • SAPCAI to initiate and render conversations from SAP Conversational AI natively

This umbrella package may serve as the central access point for those various Swift Packages

Note: While in the transition phase we'd like to make the SAPCommon and SAPFoundation binary frameworks available in this Swift Package.

Requirements

  • iOS 13 or higher, macOS 10.15.4 or higher
  • Xcode 12 or higher (swift-tools-version:5.3)

Usage

You can refer to the individual packages or declare package dependency soley to this umbrella package.

To add this package to your application target, navigate to the File > Swift Packages > Add Package Dependency... tab, then add the repository URL. To add this package to your framework target, add the repository URL to your Package.swift manifest, e.g.

dependencies: [
    .package(url: "https://github.com/SAP/cloud-sdk-ios.git", .exact("xcfrwk-5.1.3"))
]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.