39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
name: DuooomiTest
|
|
options:
|
|
bundleIdPrefix: com.duooomi
|
|
deploymentTarget:
|
|
iOS: "16.0"
|
|
xcodeVersion: "26.0"
|
|
generateEmptyDirectories: true
|
|
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "6.0"
|
|
CODE_SIGN_STYLE: Automatic
|
|
DEVELOPMENT_TEAM: ""
|
|
|
|
targets:
|
|
DuooomiTest:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- path: DuooomiTest/Sources
|
|
info:
|
|
path: DuooomiTest/Info.plist
|
|
properties:
|
|
CFBundleDisplayName: Duooomi Test
|
|
CFBundleShortVersionString: "1.0.0"
|
|
CFBundleVersion: "1"
|
|
NSBluetoothAlwaysUsageDescription: "This app needs Bluetooth to communicate with your device"
|
|
UILaunchScreen: {}
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.duooomi.test
|
|
PRODUCT_NAME: DuooomiTest
|
|
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks"
|
|
dependencies:
|
|
- framework: ../duooomi-ble-sdk/artifacts/DuooomiBleSDK.xcframework
|
|
embed: true
|
|
- framework: ../duooomi-ble-sdk/artifacts/hermesvm.xcframework
|
|
embed: true
|