33 lines
922 B
YAML
33 lines
922 B
YAML
name: VoiceCatBroadcast
|
|||
|
|
options:
|
||
|
|
deploymentTarget:
|
||
|
|
iOS: "18.0"
|
||
|
|
settings:
|
||
|
|
base:
|
||
|
|
SWIFT_VERSION: "5.0"
|
||
|
|
DEVELOPMENT_TEAM: ""
|
||
|
|
targets:
|
||
|
|
VoiceCatBroadcast:
|
||
|
|
type: app-extension
|
||
|
|
platform: iOS
|
||
|
|
sources:
|
||
|
|
- SampleHandler.swift
|
||
|
|
- BroadcastAudioRing.swift
|
||
|
|
info:
|
||
|
|
path: Info.plist
|
||
|
|
properties:
|
||
|
|
CFBundleDisplayName: VoiceCat Screen Audio
|
||
|
|
CFBundleShortVersionString: 0.0.1
|
||
|
|
NSExtension:
|
||
|
|
NSExtensionPointIdentifier: com.apple.broadcast-services-upload
|
||
|
|
NSExtensionPrincipalClass: $(PRODUCT_MODULE_NAME).SampleHandler
|
||
|
|
RPBroadcastProcessMode: RPBroadcastProcessModeSampleBuffer
|
||
|
|
entitlements:
|
||
|
|
path: VoiceCatBroadcast.entitlements
|
||
|
|
settings:
|
||
|
|
base:
|
||
|
|
PRODUCT_BUNDLE_IDENTIFIER: me.iamtalon.voicecat.broadcast
|
||
|
|
PRODUCT_NAME: VoiceCatBroadcast
|
||
|
|
SKIP_INSTALL: YES
|
||
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|