-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
74 lines (70 loc) · 1.86 KB
/
Copy pathproject.yml
File metadata and controls
74 lines (70 loc) · 1.86 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
name: ImageCRC
options:
bundleIdPrefix: com.spooosh
deploymentTarget:
macOS: "14.0"
createIntermediateGroups: true
generateEmptyDirectories: true
xcodeVersion: "15.0"
settings:
base:
SWIFT_VERSION: "5.10"
MACOSX_DEPLOYMENT_TARGET: "14.0"
DEVELOPMENT_LANGUAGE: en
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "-"
PRODUCT_MODULE_NAME: ImageCRC
SWIFT_STRICT_CONCURRENCY: minimal
ENABLE_USER_SCRIPT_SANDBOXING: NO
packages:
libwebp:
url: https://github.com/SDWebImage/libwebp-Xcode
from: 1.3.2
targets:
ImageCRC:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: App
- path: Models
- path: ViewModels
- path: Services
- path: Views
- path: Resources
info:
path: Resources/Info.plist
properties:
CFBundleName: ImageCRC
CFBundleDisplayName: ImageCRC
CFBundleShortVersionString: "0.1.0"
CFBundleVersion: "1"
CFBundleIdentifier: com.spooosh.image-crc
LSMinimumSystemVersion: "14.0"
NSHumanReadableCopyright: "© 2026 spooosh"
NSHighResolutionCapable: true
LSApplicationCategoryType: public.app-category.graphics-design
NSSupportsAutomaticTermination: false
NSSupportsSuddenTermination: false
NSQuitAlwaysKeepsWindows: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.spooosh.image-crc
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
COMBINE_HIDPI_IMAGES: YES
ENABLE_PREVIEWS: YES
GENERATE_INFOPLIST_FILE: NO
dependencies:
- package: libwebp
product: libwebp
schemes:
ImageCRC:
build:
targets:
ImageCRC: all
run:
config: Debug
archive:
config: Release