Retire legacy sources and verify managed iOS deployment
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user