-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
68 lines (68 loc) · 1.84 KB
/
project.yml
File metadata and controls
68 lines (68 loc) · 1.84 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
name: IOS-Mapper WiFi
options:
bundleIdPrefix: com.pavelmasyukov
deploymentTarget:
iOS: 18.0
packages: {}
targets:
WiFiMapperCore:
type: framework
platform: iOS
sources:
- path: Sources/Models
- path: Sources/Persistence
- path: Sources/Services/DemoDataFactory.swift
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.pavelmasyukov.WiFiMapperCore
PRODUCT_NAME: WiFiMapperCore
SWIFT_VERSION: 5.0
GENERATE_INFOPLIST_FILE: YES
WiFiMapper:
type: application
platform: iOS
sources:
- path: Sources
excludes:
- Models/**
- Persistence/**
- Services/DemoDataFactory.swift
- path: Resources
excludes:
- Info.plist
- WiFiMapper.entitlements
buildPhase: resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.pavelmasyukov.WiFiMapper
PRODUCT_NAME: "IOS-Mapper WiFi"
DEVELOPMENT_TEAM: VK5PTZ6599
SWIFT_VERSION: 5.0
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0.0
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: Resources/Info.plist
TARGETED_DEVICE_FAMILY: 1
SUPPORTS_MACCATALYST: NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
CODE_SIGN_ENTITLEMENTS: Resources/WiFiMapper.entitlements
dependencies:
- target: WiFiMapperCore
entitlements:
path: Resources/WiFiMapper.entitlements
scheme:
testTargets:
- WiFiMapperTests
WiFiMapperTests:
type: bundle.unit-test
platform: iOS
sources:
- path: Tests
dependencies:
- target: WiFiMapperCore
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.pavelmasyukov.WiFiMapperTests
DEVELOPMENT_TEAM: VK5PTZ6599
SWIFT_VERSION: 5.0
GENERATE_INFOPLIST_FILE: YES