Initial commit — RoadCode import

This commit is contained in:
2026-03-08 20:04:49 -05:00
commit 7756eefa02
250 changed files with 24953 additions and 0 deletions

View 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