52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
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:
|
|
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.duooomi.com:
|
|
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: []
|