Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 5f94e0b

Browse files
authored
Update project.yml to modify configurations and schemes
Removed Debug config and added ProStore-Release scheme with build, run, and archive settings.
1 parent 98d5f27 commit 5f94e0b

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

project.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ options:
44
bundleIdPrefix: com.prostoreios
55

66
configs:
7-
Debug: debug
87
Release: release
98

109
packages:
@@ -25,6 +24,7 @@ targets:
2524
settings:
2625
IPHONEOS_DEPLOYMENT_TARGET: "16.0"
2726
ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon"
27+
SWIFT_OPTIMIZATION_LEVEL: "-Owholemodule" # optimized for Release
2828
info:
2929
path: "Info.plist"
3030
properties:
@@ -38,8 +38,23 @@ targets:
3838
NSAllowsArbitraryLoads: true
3939
UIFileSharingEnabled: true
4040
LSSupportsOpeningDocumentsInPlace: true
41+
CFBundleURLTypes:
42+
- CFBundleURLName: "com.prostoreios.prostore"
43+
CFBundleURLSchemes:
44+
- prostore
45+
- ProStore
4146
dependencies:
4247
- package: ZsignPackage
4348
product: ZsignSwift
4449
- package: ZIPFoundation
45-
product: ZIPFoundation
50+
product: ZIPFoundation
51+
52+
schemes:
53+
ProStore-Release:
54+
build:
55+
targets:
56+
prostore: all
57+
run:
58+
config: Release
59+
archive:
60+
config: Release

0 commit comments

Comments
 (0)