-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.yml
134 lines (130 loc) · 3.93 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
name: DJSystemiOS
attributes:
ORGANIZATIONAME: "Tomoya Tanaka"
LastUpgradeCheck: "1430"
BuildIndependentTargetsInParallel: true
options:
developmentLanguage: ja
deploymentTarget: 15.0
configs:
Debug: debug
Release: release
schemes:
DJSystemiOS:
build:
parallelizeBuild: true
buildImplicitDependencies: true
targets:
DJSystemiOS: all
run:
config: Debug
test:
config: Debug
gatherCoverageData: true
targets:
- name: DJSystemiOSTests
parallelizable: true
randomExecutionOrder: true
archive:
config: Release
packages:
QRScanner:
url: https://github.com/mercari/QRScanner.git
majorVersion: 1.9.0
PKHUD:
url: https://github.com/pkluz/PKHUD.git
majorVersion: 5.4.0
RswiftLibrary:
url: https://github.com/mac-cain13/R.swift.git
version: 7.3.0
SnapKit:
url: https://github.com/SnapKit/SnapKit.git
version: 5.6.0
RealmSwift:
url: https://github.com/realm/realm-swift.git
version: 10.40.2
settings:
base:
IPHONEOS_DEPLOYMENT_TARGET: 13.1.3
TARGETED_DEVICE_FAMILY: 1,2
SWIFT_VERSION: 5.0
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
targets:
DJSystemiOS:
type: application
platform: iOS
deploymentTarget: 15.0
sources:
- path: DJSystemiOS
excludes:
- Generated
- path: DJSystemiOS/Generated/R.generated.swift
group: DJSystemiOS/Generated
optional: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.lit-kansai.dj-system
BUNDLE_DISPLAY_NAME: "DJSystemiOS"
CURRENT_PROJECT_BUILD_NUMBER: 3
MARKETING_VERSION: 0.0.1
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
configs:
debug:
ENVIRONMENT: DEBUG
release:
ENVIRONMENT: RELEASE
info:
path: DJSystemiOS/Info.plist
properties:
NSHumanReadableCopyright: "LiT Kansai Mentors"
LSApplicationCategoryType: public.app-category.entertainment
UISupportedInterfaceOrientations~iphone:
- UIInterfaceOrientationPortrait
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UILaunchStoryboardName: LaunchScreen
UIRequiresFullScreen: true
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Default Configuration
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).SceneDelegate
CFBundleDisplayName: DJSystem
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_BUILD_NUMBER)
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKAGE_TYPE)
Environment: $(ENVIRONMENT)
dependencies:
- package: PKHUD
- package: RswiftLibrary
- package: SnapKit
- package: RealmSwift
- package: QRScanner
preBuildScripts:
- path: ./Scripts/rswift.sh
name: R.Swift
inputFiles:
- $TEMP_DIR/rswift-lastrun
basedOnDependencyAnalysis: false
outputFiles:
- $(SRCROOT)/DJSystemiOS/Generated/R.generated.swift
shell: "/bin/zsh"
- path: ./Scripts/swiftlint.sh
basedOnDependencyAnalysis: false
name: SwiftLint
shell: "/bin/zsh"
DJSystemiOSTests:
type: bundle.unit-test
platform: iOS
deploymentTarget: 15.0
sources: DJSystemiOSTests
dependencies:
- target: DJSystemiOS
settings:
INFOPLIST_FILE: DJSystemiOS/Info.plist
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]: "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"