-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
102 lines (102 loc) · 3.25 KB
/
project.yml
File metadata and controls
102 lines (102 loc) · 3.25 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
name: AutoChoice
options:
bundleIdPrefix: com.jiejuefuyou
deploymentTarget:
iOS: "17.0"
developmentLanguage: en
createIntermediateGroups: true
generateEmptyDirectories: true
configs:
Debug: debug
Release: release
settings:
base:
SWIFT_VERSION: "5.9"
MARKETING_VERSION: "1.0.8"
CURRENT_PROJECT_VERSION: "6"
DEVELOPMENT_TEAM: ""
CODE_SIGN_STYLE: Manual
ENABLE_USER_SCRIPT_SANDBOXING: "YES"
GENERATE_INFOPLIST_FILE: "YES"
INFOPLIST_KEY_NSHumanReadableCopyright: "Copyright © 2026 jiejuefuyou. All rights reserved."
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: "NO"
targets:
AutoChoice:
type: application
platform: iOS
sources:
- path: AutoChoice
excludes:
- "Resources/StoreKitConfiguration.storekit"
- "Resources/en.lproj"
- "Resources/ja.lproj"
- "Resources/zh-Hans.lproj"
- "Resources/zh-Hant.lproj"
- "Resources/ko.lproj"
- "Resources/es.lproj"
- "Resources/fr.lproj"
- "Resources/de.lproj"
resources:
- path: AutoChoice/Resources/Assets.xcassets
- path: AutoChoice/Resources/PrivacyInfo.xcprivacy
- path: AutoChoice/Resources/en.lproj
- path: AutoChoice/Resources/ja.lproj
- path: AutoChoice/Resources/zh-Hans.lproj
- path: AutoChoice/Resources/zh-Hant.lproj
- path: AutoChoice/Resources/ko.lproj
- path: AutoChoice/Resources/es.lproj
- path: AutoChoice/Resources/fr.lproj
- path: AutoChoice/Resources/de.lproj
- path: AutoChoice/Resources/StoreKitConfiguration.storekit
buildPhase: none
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.jiejuefuyou.autochoice
PRODUCT_NAME: AutoChoice
INFOPLIST_KEY_CFBundleDisplayName: AutoChoice
INFOPLIST_KEY_CFBundleLocalizations: "en ja zh-Hans zh-Hant ko es fr de"
INFOPLIST_KEY_UILaunchScreen_Generation: "YES"
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: "YES"
INFOPLIST_KEY_UISupportedInterfaceOrientations: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
INFOPLIST_KEY_UIRequiresFullScreen: "NO"
TARGETED_DEVICE_FAMILY: "1,2"
SUPPORTS_MACCATALYST: "NO"
AutoChoiceTests:
type: bundle.unit-test
platform: iOS
sources:
- path: AutoChoiceTests
dependencies:
- target: AutoChoice
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.jiejuefuyou.autochoice.tests
BUNDLE_LOADER: "$(TEST_HOST)"
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/AutoChoice.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AutoChoice"
AutoChoiceUITests:
type: bundle.ui-testing
platform: iOS
sources:
- path: AutoChoiceUITests
dependencies:
- target: AutoChoice
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.jiejuefuyou.autochoice.uitests
TEST_TARGET_NAME: AutoChoice
schemes:
AutoChoice:
build:
targets:
AutoChoice: all
AutoChoiceTests: [test]
AutoChoiceUITests: [test]
test:
config: Debug
targets:
- AutoChoiceTests
- AutoChoiceUITests
run:
config: Debug
archive:
config: Release