-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
159 lines (153 loc) · 4.68 KB
/
Copy pathproject.yml
File metadata and controls
159 lines (153 loc) · 4.68 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: SaneScan
options:
bundleIdPrefix: com.sanescan
deploymentTarget:
iOS: 17.0
xcodeVersion: 16.0
configs:
Debug: debug
Release: release
Release-AppStore: release
settings:
DEAD_CODE_STRIPPING: YES
SWIFT_EMIT_LOC_STRINGS: YES
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS: YES
GENERATE_INFOPLIST_FILE: YES
CLANG_WARN_BOOL_CONVERSION: YES
CLANG_WARN_CONSTANT_CONVERSION: YES
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS: YES
CLANG_WARN_EMPTY_BODY: YES
CLANG_WARN_ENUM_CONVERSION: YES
CLANG_WARN_INFINITE_RECURSION: YES
CLANG_WARN_INT_CONVERSION: YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF: YES
CLANG_WARN_OBJC_LITERAL_CONVERSION: YES
CLANG_WARN_RANGE_LOOP_ANALYSIS: YES
CLANG_WARN_STRICT_PROTOTYPES: YES
GCC_WARN_64_TO_32_BIT_CONVERSION: YES
GCC_WARN_ABOUT_RETURN_TYPE: YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR: YES
SWIFT_STRICT_CONCURRENCY: minimal
schemes:
SaneScan:
build:
targets:
SaneScan: all
SaneScanTests: [test]
test:
targets:
- SaneScanTests
- SaneScanUITests
storeKitConfiguration: iOS/SaneScan.storekit
profile:
config: Release
run:
config: Debug
storeKitConfiguration: iOS/SaneScan.storekit
archive:
config: Release-AppStore
targets:
SaneScan:
type: application
platform: iOS
bundleId: com.sanescan.app
deploymentTarget:
iOS: 17.0
sources:
- path: SaneScan
- path: Core
- path: iOS
excludes:
- Info.plist
- "*.entitlements"
info:
path: iOS/Info.plist
properties:
CFBundleDisplayName: SaneScan
CFBundleShortVersionString: "$(MARKETING_VERSION)"
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
AppStoreProductID: com.sanescan.app.pro.yearly6
LSApplicationCategoryType: "public.app-category.productivity"
ITSAppUsesNonExemptEncryption: false
NSCameraUsageDescription: "SaneScan uses the camera only when you choose to scan a photo or document."
NSPhotoLibraryUsageDescription: "SaneScan imports photos you choose so it can clean them up, OCR them, and export private copies."
UIUserInterfaceStyle: Dark
UILaunchScreen: {}
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
settings:
base:
PRODUCT_NAME: SaneScan
PRODUCT_BUNDLE_IDENTIFIER: com.sanescan.app
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1000"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ENABLE_PREVIEWS: YES
SWIFT_VERSION: 6.0
IPHONEOS_DEPLOYMENT_TARGET: 17.0
TARGETED_DEVICE_FAMILY: "1,2"
DEVELOPMENT_TEAM: M78L6FXD48
configs:
Debug:
PRODUCT_BUNDLE_IDENTIFIER: com.sanescan.dev
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
Release:
PRODUCT_BUNDLE_IDENTIFIER: com.sanescan.app
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
Release-AppStore:
PRODUCT_BUNDLE_IDENTIFIER: com.sanescan.app
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Apple Distribution"
PROVISIONING_PROFILE_SPECIFIER: "SaneScan iOS App Store"
OTHER_SWIFT_FLAGS: "-D APP_STORE"
SaneScanTests:
type: bundle.unit-test
platform: iOS
bundleId: com.sanescan.appTests
deploymentTarget:
iOS: 17.0
testTarget: SaneScan
sources:
- Tests
dependencies:
- target: SaneScan
settings:
base:
DEVELOPMENT_TEAM: M78L6FXD48
CODE_SIGN_STYLE: Automatic
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/SaneScan.app/SaneScan"
BUNDLE_LOADER: "$(BUILT_PRODUCTS_DIR)/SaneScan.app/SaneScan"
configs:
Debug:
CODE_SIGN_IDENTITY: "Apple Development"
Release:
CODE_SIGN_IDENTITY: "Apple Development"
SaneScanUITests:
type: bundle.ui-testing
platform: iOS
bundleId: com.sanescan.appUITests
deploymentTarget:
iOS: 17.0
testTarget: SaneScan
sources:
- UITests
dependencies:
- target: SaneScan
settings:
base:
DEVELOPMENT_TEAM: M78L6FXD48
CODE_SIGN_STYLE: Automatic
configs:
Debug:
CODE_SIGN_IDENTITY: "Apple Development"
Release:
CODE_SIGN_IDENTITY: "Apple Development"