22 lines
487 B
YAML
22 lines
487 B
YAML
name: TagMaster
|
|
options:
|
|
bundleIdPrefix: com.tagmaster
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
targets:
|
|
TagMaster:
|
|
type: application
|
|
platform: iOS
|
|
sources: [Sources]
|
|
info:
|
|
path: Info.plist
|
|
properties:
|
|
UILaunchScreen: {}
|
|
UIFileSharingEnabled: true
|
|
LSSupportsOpeningDocumentsInPlace: true
|
|
dependencies:
|
|
- package: ZIPFoundation
|
|
packages:
|
|
ZIPFoundation:
|
|
url: https://github.com/weichsel/ZIPFoundation.git
|
|
from: 0.9.19
|