SAP / cloud-sdk-ios

Get the binary frameworks of the SAP BTP SDK for iOS through SPM and learn about related open-source Swift packages
Apache License 2.0
19 stars 6 forks source link

Swift Packages provided by the SAP BTP SDK for iOS

This Swift Package distributes the SAP BTP SDK for iOS binary frameworks and informs you about related open-source Swift Packages.

REUSE status GitHub release (latest SemVer)

The BTP SDK for iOS enables you to quickly develop your 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. It 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 features required for their mobile apps.

The following binary frameworks can be consumed with this Swift Package through Apple's Swift Package Manager (SPM):

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

Configuration

Obtaining Technical user & password

The SDK binaries are hosted in SAP's Internet-facing repository, which requires authenticated access. You must visit the Technical Users' UI Home Page to obtain a technical username/password.

SAP Customers & Partners: use your S-User credentials

SAP Employees: use your SAP email username & GLOBAL credentials

Installing credential

Open, or create a new file at ~/.netrc.

Add an entry which includes the username password credential pair, as follows:

machine rbsc.repositories.cloud.sap 
    login sap-xxxxxx 
    password xxxxxxxxxxxxxxxxxx

The netrc credential technique is a stand cURL API. For complete documentation, see gnu.org.

Usage

In Xcode you can add the Swift Package to your project by navigating to File > Add Packages... >. Use the Search or Enter Package URL field to find the package using the repository URL https://github.com/SAP/cloud-sdk-ios.

You can choose multiple of the following package products to be added to your application/framework target.

ChoosePackageProducts

Troubleshooting

Caching

SwiftPM's caching might be incorrect on your machine and can cause error messages, also in Xcode, during package resolution. You then can see error messages such as invalid archive returned from 'https//rbsc.respositories.cloud.sap/nexus3/...

ExampleErrorMessages

To fix the issue please close Xcode and run the following commands to clear your local caches:

Licensing

The download of the SAP BTP SDK for iOS binary frameworks is powered by SAP's Repository-Based Shipment Channel. RBSC grants access to these repositories based on a license check. License information is based on the purchased software and is attached to your S-user account.

If you receive an HTTP 403 Forbidden then please check your current licenses as described here to ensure that your user has a license for the proper product version.

Limitations

This service is not available for Trial versions of the SDK.

Quoting the SAP support site, “you can download the SAP products that are associated with your S-user ID. While every visitor can browse the list of software products without any special permissions, downloading files requires the Software Download authorization; to request it, contact a user administrator in your company.” This restriction also applies to the cloud shipment channel.

Digital Signature of Frameworks

SAP SE signs the XCFrameworks from SAP BTP SDK for iOS with Team ID "7R5ZEU67FQ".

Note: Xcode 15 and above will automatically verify your app's dependencies and protect your supply chain integrity by alerting you if an issue is detected. Xcode shows a section in the Inspector that displays the signature status for the XCFrameworks you include within your app.

image

Known Issues

How to obtain support

For an issue related to the contents of this repository, please file an Issue.

For issues related to any of the referenced resources and binaries, please file a support ticket to SAP through the regular channels.

Contributing

If you wish to make a contribution to the repository, please submit a Pull Request. It will be reviewed by the maintainers, however, we cannot commit to merging all contributions.

Maintainers: Updating the package

  1. Ensure that your .netrc file is set up (see the Configuration section above).
  2. Clone / fork & clone the repository
  3. Open update_version.sh
  4. In line 3, change VERSION="x.x.x" to the version you want to update to. Please make sure the version is available in the SDK cloud shipments
    • Note: download URL and minimum deployment target may change with major release and has to be adjusted in script update_version.sh then.
  5. Run the script
  6. Make sure that the newly computed checksums are all different. If some checksums are the same it is an indicator for a failed download (e.g. file not present for this version)
  7. Commit your changes and file a pull request

Using Package Collection in Xcode 13

In Xcode, choose File, then Add Packages... . Click the + > button, choose Add Swift Package Collection, paste this URL and click Load.

You can now add packages from our collection to your project by selecting one and clicking Add Package.