Step 1: Get Started
Dependency Resolution Management
Last updated
Dependency Resolution Management
To install AppConsentUnified using Swift Package Manager you can follow the tutorial published by Apple using the URL for this repo with the current version:
In Xcode, select “File” → “Add Packages...”
or you can add the following dependency to your Package.swift:
.package(url: "https://gitlab.datalf.chat/customers/appconsent-ios-unified.git", from: "1.0.0" )and add it to your target like this:
dependencies: [
.package(url: "https://gitlab.datalf.chat/customers/appconsent-ios-unified.git", from: "1.0.0")
]Download AppConsentUnified XCFramework from the AppConsentUnified repository.
AppConsentUnified https://gitlab.datalf.chat/customers/appconsent-ios-unified
In General tab of your application target, drag and drop the AppConsentUnified.xcframework in Frameworks, Libraires and Embedded Content.
Make sure the XCFrameworks are Embed & Sign.
Last updated