This repository was archived by the owner on Mar 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
50 lines (46 loc) · 1.31 KB
/
project.yml
File metadata and controls
50 lines (46 loc) · 1.31 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
name: prosign
options:
bundleIdPrefix: com.prostoreios
configs:
Release: release
packages:
ProStoreTools:
url: https://github.com/ProStore-iOS/ProStoreTools.git
branch: main
ZIPFoundation:
url: https://github.com/weichsel/ZIPFoundation.git
branch: main
targets:
prosign:
type: application
platform: iOS
deploymentTarget: "16.0"
sources: [Sources/prosign]
bundleId: com.prostoreios.prosign
settings:
IPHONEOS_DEPLOYMENT_TARGET: "16.0"
ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon"
SWIFT_OPTIMIZATION_LEVEL: "-Owholemodule"
info:
path: "Info.plist"
properties:
CFBundleDisplayName: "ProSign"
CFBundleName: "prosign"
CFBundleVersion: "55"
CFBundleShortVersionString: "3.0.1"
UILaunchStoryboardName: "LaunchScreen"
NSPrincipalClass: "UIApplication"
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
UIFileSharingEnabled: true
LSSupportsOpeningDocumentsInPlace: true
CFBundleURLTypes:
- CFBundleURLName: "com.prostoreios.prosign"
CFBundleURLSchemes:
- prosign
- ProSign
dependencies:
- package: ProStoreTools
product: ProStoreTools
- package: ZIPFoundation
product: ZIPFoundation