-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (56 loc) · 1.65 KB
/
project.yml
File metadata and controls
63 lines (56 loc) · 1.65 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
name: prostore
options:
bundleIdPrefix: com.prostoreios
configs:
Release: release
packages:
Zsign-Package:
url: https://github.com/khcrysalis/Zsign-Package.git
branch: package
ZIPFoundation:
url: https://github.com/ProStore-iOS/IDeviceKit.git
branch: main
IDeviceKit:
url: https://github.com/weichsel/ZIPFoundation.git
branch: main
OpenSSL:
url: https://github.com/krzyzanowskim/OpenSSL.git
from: "3.3.3001"
targets:
prostore:
type: application
platform: iOS
deploymentTarget: "16.0"
sources: [Sources/prostore]
bundleId: com.prostoreios.prostore
settings:
IPHONEOS_DEPLOYMENT_TARGET: "16.0"
ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon"
SWIFT_OPTIMIZATION_LEVEL: "-Owholemodule"
info:
path: "Info.plist"
properties:
CFBundleDisplayName: "ProStore"
CFBundleName: "prostore"
CFBundleVersion: "71"
CFBundleShortVersionString: "1.3.0"
UILaunchStoryboardName: "LaunchScreen"
NSPrincipalClass: "UIApplication"
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
UIFileSharingEnabled: true
LSSupportsOpeningDocumentsInPlace: true
CFBundleURLTypes:
- CFBundleURLName: "com.prostoreios.prostore"
CFBundleURLSchemes:
- prostore
- ProStore
dependencies:
- package: Zsign-Package
product: ZsignSwift
- package: ZIPFoundation
product: ZIPFoundation
- package: OpenSSL
product: OpenSSL
- package: IDeviceKit
product: IDeviceSwift