ilendemli / appcenter-sdk-apple-spm

spm binary package from appcenter-sdk-apple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Center SDK as a binary Swift package for iOS and macOS

Check out the official repository from microsoft for the SDK here: https://github.com/microsoft/appcenter-sdk-apple

Note

Add the following snippet to your app for AppCenterDistribute to localize the update dialog properly:

if let bundleURL = Bundle.main.url(forResource: "AppCenter_AppCenterDistributeTarget", withExtension: "bundle") {
    Distribute.resourceBundle = Bundle(url: bundleURL)
}

About

spm binary package from appcenter-sdk-apple


Languages

Language:Shell 52.6%Language:Swift 47.4%