-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
77 lines (76 loc) · 2.24 KB
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: UptimeLogger
options:
xcodeVersion: 14.3
bundleIdPrefix: br.com.victorwads
groupOrdering:
- order: [Service, Tests, Resources, Sources]
- pattern: '^.*Screen$'
order: [View, Presenter, Interactor, Entities, Assembly]
packages:
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
exactVersion: 10.9.0
targets:
UptimeLogger:
type: application
platform: macOS
deploymentTarget:
macOS: 11.0
dependencies:
- package: Firebase
product: FirebaseAnalytics
- package: Firebase
product: FirebaseCrashlytics
- package: Firebase
product: FirebaseInstallations
sources:
- path: Sources
- path: Resources
- path: Service/UptimeLoggerService
buildPhase:
copyFiles:
destination: executables
scheme:
language: pt-BR
gatherCoverageData: true
coverageTargets:
- UptimeLogger
testTargets:
- UptimeLoggerTests
settings:
base:
CURRENT_PROJECT_VERSION: 8
MACOSX_DEPLOYMENT_TARGET: 11.0
MARKETING_VERSION: 2.5.0
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.productivity
OTHER_CODE_SIGN_FLAGS: --deep --timestamp
configs:
Debug:
CODE_SIGNING_REQUIRED: NO
CODE_SIGN_ENTITLEMENTS: Resources/Debug.entitlements
CODE_SIGN_IDENTITY: "-"
PROVISIONING_PROFILE_SPECIFIER:
Release:
CODE_SIGN_INJECT_BASE_ENTITLEMENTS: NO
CODE_SIGN_ENTITLEMENTS: Resources/Release.entitlements
CODE_SIGN_IDENTITY[sdk=macosx*]: Developer ID Application
DEVELOPMENT_TEAM[sdk=macosx*]: DU6489YN3U
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]: UptimeLogger2027
CODE_SIGN_STYLE: Manual
ENABLE_HARDENED_RUNTIME: YES
info:
path: Resources/Info.plist
properties:
CFBundleDisplayName: Uptime Logger
CFBundleShortVersionString: "2.5.0"
CFBundleURLTypes:
- CFBundleURLName: "uptimelogger"
CFBundleURLSchemes:
- uptimelogger
UptimeLoggerTests:
type: bundle.unit-test
platform: macOS
sources:
- path: Tests
dependencies:
- target: UptimeLogger