-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
65 lines (62 loc) · 2.15 KB
/
Copy pathproject.yml
File metadata and controls
65 lines (62 loc) · 2.15 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
name: Censor
options:
bundleIdPrefix: org.amc.censor
deploymentTarget:
iOS: "26.0"
macOS: "26.0"
createIntermediateGroups: true
settings:
base:
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
DEVELOPMENT_TEAM: "33WR86EPF9"
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete
targets:
Censor:
type: application
supportedDestinations: [iOS, macOS]
deploymentTarget:
iOS: "26.0"
macOS: "26.0"
sources:
- path: Sources
- path: Sources/Features/Dedup
- path: Sources/Features/QualityScore
- path: Sources/Core/PII
- path: Sources/Features/PIIScrub
- path: Sources/Core/Synthetic
- path: Sources/Features/SyntheticGen
- path: Resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: org.amc.censor.Censor
PRODUCT_NAME: Censor
GENERATE_INFOPLIST_FILE: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ENABLE_PREVIEWS: YES
CODE_SIGN_STYLE: Automatic
# macOS-only: sandbox entitlements for user-selected folder access
CODE_SIGN_ENTITLEMENTS[sdk=macosx*]: Resources/Censor.macOS.entitlements
# Info.plist keys (synthesized)
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools
INFOPLIST_KEY_CFBundleDisplayName: Censor
INFOPLIST_KEY_NSHumanReadableCopyright: "Copyright © 2026 AmericanCode. All rights reserved."
INFOPLIST_KEY_NSPhotoLibraryUsageDescription: "Import photos to build a labeled training dataset."
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
CensorTests:
type: bundle.unit-test
platform: macOS
deploymentTarget:
macOS: "26.0"
sources:
- path: Tests/CensorTests
dependencies:
- target: Censor
embed: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: org.amc.censor.CensorTests
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete