You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
423 B
17 lines
423 B
//
|
|
// common.xcconfig
|
|
// Diffusion
|
|
//
|
|
// Created by Pedro Cuenca on 202212.
|
|
// See LICENSE at https://github.com/huggingface/swift-coreml-diffusers/LICENSE
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
PRODUCT_NAME = Diffusers
|
|
|
|
// Update if you fork this repo
|
|
DEVELOPMENT_TEAM = 2EADP68M95
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.huggingface.Diffusers
|