Initial commit — RoadCode import
This commit is contained in:
51
BlackRoadWatch/project.yml
Normal file
51
BlackRoadWatch/project.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
name: BlackRoadWatch
|
||||
options:
|
||||
bundleIdPrefix: io.blackroad
|
||||
deploymentTarget:
|
||||
iOS: "16.0"
|
||||
watchOS: "9.0"
|
||||
xcodeVersion: "15.0"
|
||||
createIntermediateGroups: true
|
||||
|
||||
settings:
|
||||
base:
|
||||
SWIFT_VERSION: "5.9"
|
||||
DEVELOPMENT_TEAM: ""
|
||||
|
||||
targets:
|
||||
BlackRoadWatch:
|
||||
type: application
|
||||
platform: iOS
|
||||
sources:
|
||||
- path: Sources/iOS
|
||||
- path: Sources/Shared
|
||||
settings:
|
||||
base:
|
||||
INFOPLIST_FILE: Sources/iOS/Info.plist
|
||||
PRODUCT_BUNDLE_IDENTIFIER: io.blackroad.watch
|
||||
MARKETING_VERSION: "1.0.0"
|
||||
CURRENT_PROJECT_VERSION: "1"
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
CODE_SIGN_ENTITLEMENTS: Sources/iOS/BlackRoadWatch.entitlements
|
||||
entitlements:
|
||||
path: Sources/iOS/BlackRoadWatch.entitlements
|
||||
dependencies:
|
||||
- target: BlackRoadWatch Watch App
|
||||
embed: true
|
||||
|
||||
BlackRoadWatch Watch App:
|
||||
type: application
|
||||
platform: watchOS
|
||||
sources:
|
||||
- path: Sources/WatchApp
|
||||
- path: Sources/Shared
|
||||
settings:
|
||||
base:
|
||||
INFOPLIST_FILE: Sources/WatchApp/Info.plist
|
||||
PRODUCT_BUNDLE_IDENTIFIER: io.blackroad.watch.watchkitapp
|
||||
MARKETING_VERSION: "1.0.0"
|
||||
CURRENT_PROJECT_VERSION: "1"
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
WATCHOS_DEPLOYMENT_TARGET: "9.0"
|
||||
SDKROOT: watchos
|
||||
SUPPORTS_MACCATALYST: false
|
||||
Reference in New Issue
Block a user