init: init proj
This commit is contained in:
41
project.yml
Normal file
41
project.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
name: DDYSClient
|
||||
options:
|
||||
bundleIdPrefix: com.fusion.ddys
|
||||
deploymentTarget:
|
||||
iOS: "17.0"
|
||||
macOS: "14.0"
|
||||
xcodeVersion: "16.0"
|
||||
groupSortPosition: top
|
||||
createIntermediateGroups: true
|
||||
|
||||
packages:
|
||||
SwiftSoup:
|
||||
path: LocalPackages/SwiftSoup
|
||||
|
||||
targets:
|
||||
DDYSClient:
|
||||
type: application
|
||||
platform: macOS
|
||||
sources:
|
||||
- path: DDYSClient
|
||||
resources:
|
||||
- path: Resources
|
||||
optional: true
|
||||
dependencies:
|
||||
- package: SwiftSoup
|
||||
settings:
|
||||
base:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.fusion.ddys.client
|
||||
MARKETING_VERSION: "1.0.0"
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
SWIFT_VERSION: "5.9"
|
||||
INFOPLIST_KEY_CFBundleDisplayName: DDYS
|
||||
CODE_SIGN_ENTITLEMENTS: DDYSClient/DDYSClient.entitlements
|
||||
|
||||
schemes:
|
||||
DDYSClient:
|
||||
build:
|
||||
targets:
|
||||
DDYSClient: all
|
||||
run:
|
||||
config: Debug
|
||||
Reference in New Issue
Block a user