36 lines
998 B
YAML
36 lines
998 B
YAML
name: Dotdenote
|
|
options:
|
|
bundleIdPrefix: dev.andros
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
createIntermediateGroups: true
|
|
targets:
|
|
Dotdenote:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "17.0"
|
|
sources:
|
|
- Sources
|
|
info:
|
|
path: Sources/Info.plist
|
|
properties:
|
|
CFBundleDisplayName: Dotdenote
|
|
CFBundleShortVersionString: "1.0"
|
|
CFBundleVersion: "1"
|
|
ITSAppUsesNonExemptEncryption: false
|
|
NSAppTransportSecurity:
|
|
NSAllowsArbitraryLoads: true
|
|
UILaunchScreen: {}
|
|
UISupportedInterfaceOrientations:
|
|
- UIInterfaceOrientationPortrait
|
|
UIApplicationSceneManifest:
|
|
UIApplicationSupportsMultipleScenes: false
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: dev.andros.dotdenote
|
|
SWIFT_VERSION: "5.9"
|
|
TARGETED_DEVICE_FAMILY: "1"
|
|
MARKETING_VERSION: "1.0"
|
|
CURRENT_PROJECT_VERSION: "2"
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|