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

Commit 036bd5f

Browse files
authored
Update project.yml for versioning and optimization
1 parent 0727f73 commit 036bd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ options:
55

66
configs:
77
Release: release
8-
Debug: debug
98

109
packages:
1110
ZsignPackage:
@@ -25,13 +24,14 @@ 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:
3131
CFBundleDisplayName: "ProStore"
3232
CFBundleName: "prostore"
33-
CFBundleVersion: "20"
34-
CFBundleShortVersionString: "1.3.1"
33+
CFBundleVersion: "21"
34+
CFBundleShortVersionString: "1.3.2"
3535
UILaunchStoryboardName: "LaunchScreen"
3636
NSPrincipalClass: "UIApplication"
3737
NSAppTransportSecurity:

0 commit comments

Comments
 (0)