feat: apiHost 改为 api.duooomi.com,ANI 转换参数可配置
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
16
project.yml
16
project.yml
@@ -15,17 +15,6 @@ settings:
|
||||
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
|
||||
@@ -40,7 +29,7 @@ targets:
|
||||
NSBluetoothAlwaysUsageDescription: "This app needs Bluetooth to communicate with your device"
|
||||
NSAppTransportSecurity:
|
||||
NSExceptionDomains:
|
||||
api.mixvideo.bowong.cc:
|
||||
api.duooomi.com:
|
||||
NSIncludesSubdomains: true
|
||||
NSExceptionAllowsInsecureHTTPLoads: true
|
||||
NSExceptionMinimumTLSVersion: TLSv1.0
|
||||
@@ -59,5 +48,4 @@ targets:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.duooomi.demo
|
||||
PRODUCT_NAME: demo
|
||||
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks"
|
||||
dependencies:
|
||||
- target: DuooomiBleSDK
|
||||
dependencies: []
|
||||
|
||||
Reference in New Issue
Block a user