name: demo options: bundleIdPrefix: com.duooomi deploymentTarget: iOS: "16.0" xcodeVersion: "26.0" generateEmptyDirectories: true settings: base: SWIFT_VERSION: "5.0" CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: "" packages: {} targets: DuooomiBleSDK: type: framework platform: iOS sources: - path: Sources/DuooomiBleSDK settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.duooomi.sdk PRODUCT_NAME: DuooomiBleSDK LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks @loader_path/Frameworks" GENERATE_INFOPLIST_FILE: YES demo: type: application platform: iOS sources: - path: demo/Sources info: path: demo/Info.plist properties: CFBundleDisplayName: demo CFBundleShortVersionString: "1.0.0" CFBundleVersion: "1" NSBluetoothAlwaysUsageDescription: "This app needs Bluetooth to communicate with your device" NSAppTransportSecurity: NSExceptionDomains: api.mixvideo.bowong.cc: NSIncludesSubdomains: true NSExceptionAllowsInsecureHTTPLoads: true NSExceptionMinimumTLSVersion: TLSv1.0 NSExceptionRequiresForwardSecrecy: false cdn.bowong.cc: NSIncludesSubdomains: true NSExceptionAllowsInsecureHTTPLoads: true NSExceptionMinimumTLSVersion: TLSv1.0 NSExceptionRequiresForwardSecrecy: false UILaunchScreen: {} CFBundleURLTypes: - CFBundleURLSchemes: - duooomi settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.duooomi.demo PRODUCT_NAME: demo LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" dependencies: - target: DuooomiBleSDK