Skip to content

Azure Storage Client Library for iOS 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@asorrin-msft asorrin-msft released this 27 Apr 21:42
· 46 commits to master since this release

This release adds some new functionality to the Blob Service, including additional SAS support and support for Page and Append blobs. There are also bug fixes, fixing the non-modular header issue when using a CocoaPod and adding bitcode to the build output.

Important The name of the framework and the name of the global header have changed. From:

Azure Storage Client Library/Azure Storage Client Library.h
to
AZSClient/AZSClient.h

You will need to update your references accordingly.