-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
55 lines (52 loc) · 1.93 KB
/
Copy pathproject.yml
File metadata and controls
55 lines (52 loc) · 1.93 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
name: StackShot
options:
bundleIdPrefix: com.stackshot
deploymentTarget:
macOS: '14.0'
xcodeVersion: '16.0'
generateEmptyDirectories: true
groupSortPosition: top
settings:
base:
SWIFT_VERSION: '6.0'
MACOSX_DEPLOYMENT_TARGET: '14.0'
ENABLE_HARDENED_RUNTIME: true
PRODUCT_BUNDLE_IDENTIFIER: com.stackshot.app
MARKETING_VERSION: '1.0'
CURRENT_PROJECT_VERSION: 1
SWIFT_STRICT_CONCURRENCY: complete
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: '2.0.0'
targets:
StackShot:
type: application
platform: macOS
sources:
- path: Sources/StackShot
excludes:
- Resources/Info.plist
dependencies:
- package: Sparkle
product: Sparkle
settings:
base:
INFOPLIST_FILE: Sources/StackShot/Resources/Info.plist
CODE_SIGN_ENTITLEMENTS: Sources/StackShot/Resources/StackShot.entitlements
LD_RUNPATH_SEARCH_PATHS: '@executable_path/../Frameworks'
COMBINE_HIDPI_IMAGES: true
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
INFOPLIST_KEY_CFBundleIconFile: AppIcon
info:
path: Sources/StackShot/Resources/Info.plist
properties:
LSUIElement: false
NSScreenCaptureUsageDescription: 'StackShot needs screen recording permission to capture screenshots into your session queue.'
CFBundleDisplayName: StackShot
CFBundleIconName: AppIcon
CFBundleIconFile: AppIcon
LSApplicationCategoryType: public.app-category.utilities
SUFeedURL: 'https://apps.arshsaxena.in/StackShot/appcast.xml'
SUPublicEDKey: '1ll2PYItRG0rSO6qnHpd/kZxUSiFBBZ0ffK/jCIMQ9M='
SUEnableAutomaticChecks: true