-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
82 lines (82 loc) · 2.49 KB
/
Copy pathproject.yml
File metadata and controls
82 lines (82 loc) · 2.49 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
name: ShadowdarkTracker
options:
bundleIdPrefix: com.shadowdark
deploymentTarget:
macOS: "15.0"
iOS: "18.0"
xcodeVersion: "16.0"
settings:
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete
packages:
SFSafeSymbols:
url: https://github.com/SFSafeSymbols/SFSafeSymbols.git
from: 7.0.0
targets:
ShadowdarkKit:
type: framework
supportedDestinations: [macOS, iOS]
sources:
- ShadowdarkKit
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.shadowdark.ShadowdarkKit
GENERATE_INFOPLIST_FILE: YES
ShadowdarkKitTests:
type: bundle.unit-test
supportedDestinations: [macOS, iOS]
sources:
- ShadowdarkKitTests
dependencies:
- target: ShadowdarkKit
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.shadowdark.ShadowdarkKitTests
GENERATE_INFOPLIST_FILE: YES
ShadowdarkTracker:
type: application
platform: macOS
sources:
- ShadowdarkTracker
dependencies:
- target: ShadowdarkKit
- package: SFSafeSymbols
settings:
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.games"
PRODUCT_BUNDLE_IDENTIFIER: com.shadowdark.ShadowdarkTracker
PRODUCT_NAME: Shadowdark Tracker
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_NSHumanReadableCopyright: ""
COMBINE_HIDPI_IMAGES: YES
ShadowdarkCharacter:
type: application
platform: iOS
sources:
- ShadowdarkCharacter
dependencies:
- target: ShadowdarkKit
- package: SFSafeSymbols
settings:
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
PRODUCT_BUNDLE_IDENTIFIER: com.shadowdark.ShadowdarkCharacter
PRODUCT_NAME: Shadowdark Character
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
IPHONEOS_DEPLOYMENT_TARGET: "18.0"
TARGETED_DEVICE_FAMILY: "1,2"
info:
path: ShadowdarkCharacter/Info.plist
properties:
LSApplicationCategoryType: public.app-category.games
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
ITSAppUsesNonExemptEncryption: false
UILaunchScreen:
UIColorName: LaunchBackground
UIImageName: LaunchIcon