mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
918 B
36 lines
918 B
name: LoopHabitTracker
|
|
options:
|
|
bundleIdPrefix: org.isoron
|
|
deploymentTarget:
|
|
iOS: 17.0
|
|
configs:
|
|
Debug: debug
|
|
Release: release
|
|
settings:
|
|
SWIFT_VERSION: 6.0
|
|
IPHONEOS_DEPLOYMENT_TARGET: 17.0
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
|
|
OTHER_SWIFT_FLAGS: "-enable-bare-slash-regex"
|
|
targets:
|
|
LoopHabitTracker:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- path: LoopHabitTracker
|
|
resources:
|
|
- path: LoopHabitTracker/Resources
|
|
settings:
|
|
PRODUCT_BUNDLE_IDENTIFIER: org.isoron.loophabitstracker
|
|
INFOPLIST_FILE: LoopHabitTracker/Supporting/Info.plist
|
|
CURRENT_PROJECT_VERSION: 1
|
|
MARKETING_VERSION: 1.0
|
|
DEVELOPMENT_ASSET_PATHS: LoopHabitTracker/Resources/Preview
|
|
dependencies: []
|
|
LoopHabitTrackerTests:
|
|
type: bundle.unit-test
|
|
platform: iOS
|
|
sources:
|
|
- path: LoopHabitTrackerTests
|
|
dependencies:
|
|
- target: LoopHabitTracker
|