-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
56 lines (52 loc) · 1.63 KB
/
project.yml
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
name: Scandocs
include:
- xcodegen-scripts/base.yml
- path: xcodegen-scripts/base.yml
relativePaths: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: $(BUNDLE_ID)
BUILD_NUMBER: $(BUILD_NUMBER)
VERSION_NAME: $(VERSION_NAME)
PROVISIONING_PROFILE_SPECIFIER: $(APP_PROVISIONING_PROFILE)
CODE_SIGN_IDENTITY: $(CODE_SIGN_IDENTITY)
targets:
Scandocs:
type: application
platform: iOS
sources:
- path: Scandocs
name: Scandocs
- Modules/SDCameraScan/SDCameraScan/Resource/SDCameraScanAssets.xcassets
settings:
base:
PRODUCT_NAME: $(APP_NAME)
TARGETED_DEVICE_FAMILY: $(TARGETED_DEVICE_FAMILY)
SWIFT_ACTIVE_COMPILATION_CONDITIONS: $(SWIFT_ACTIVE_COMPILATION_CONDITIONS)
CODE_SIGN_ENTITLEMENTS: "Scandocs/Supporting Files/Scandocs.entitlements"
postBuildScripts:
- name: Upload dSYMs Scripts
path: xcodegen-scripts/upload_dsyms.sh
basedOnDependencyAnalysis: YES
showEnvVars: YES
inputFiles:
- "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"
- "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${PRODUCT_NAME}"
- "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist"
- "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist"
- "$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)"
schemes:
Scandocs:
build:
targets:
Scandocs: all
run:
config: Development
# test:
# config: Development
profile:
config: Release
analyze:
config: Release
archive:
config: Release