-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
72 lines (68 loc) · 2.21 KB
/
Copy pathproject.yml
File metadata and controls
72 lines (68 loc) · 2.21 KB
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
name: ShiftlabGenerated
options:
minimumXcodeGenVersion: 2.37.0
createIntermediateGroups: true
groupSortPosition: top
groupOrdering:
- order: [Sources, Resources, Tests, Packages, Products]
settings:
base:
IPHONEOS_DEPLOYMENT_TARGET: 13.0
TARGETED_DEVICE_FAMILY: 1
packages:
Alamofire:
url: https://github.com/Alamofire/Alamofire.git
from: 5.8.0
SnapKit:
url: https://github.com/SnapKit/SnapKit.git
from: 5.6.0
RealmSwift:
url: https://github.com/realm/realm-swift.git
from: 10.42.3
Veil:
url: https://github.com/DanielCardonaRojas/Veil.git
from: 0.2.0
targets:
ShiftlabApp:
type: application
platform: iOS
deploymentTarget: 13.0
info:
path: Sources/Resources/Generated/Info.generated.plist
properties:
CFBundleDevelopmentRegion: $(DEVELOPMENT_LANGUAGE)
CFBundleExecutable: $(EXECUTABLE_NAME)
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion: 6.0
CFBundleName: $(PRODUCT_NAME)
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString: ${MARKETING_VERSION}
CFBundleVersion: ${CURRENT_PROJECT_VERSION}
UILaunchStoryboardName: LaunchScreen
UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait]
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Default Configuration
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).SceneDelegate
settings:
base:
INFOPLIST_FILE: Sources/Resources/Generated/Info.generated.plist
PRODUCT_BUNDLE_IDENTIFIER: io.github.alexkamanin.ShiftlabApp
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
preBuildScripts:
- script: |
${SRCROOT}/BuildTools/Scripts/SwiftLint/swiftlint.sh
name: SwiftLint
basedOnDependencyAnalysis: false
sources:
- path: Sources
excludes:
- "**/.gitkeep"
dependencies:
- package: Alamofire
- package: SnapKit
- package: RealmSwift
- package: Veil